Skip to content

Commit

Permalink
bump: update astro to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Dec 31, 2024
1 parent 657303f commit eafea13
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 551 deletions.
6 changes: 3 additions & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

npx lint-staged
#!usr/bin/env bash

npx lint-staged
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@
"format:check": "prettier --check . --plugin=prettier-plugin-astro",
"format": "prettier --write . --plugin=prettier-plugin-astro",
"cz": "cz",
"lint": "eslint ."
"lint": "eslint .",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/tailwind": "^5.1.4",
"@giscus/react": "^3.0.0",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.15",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.17",
"@myriaddreamin/typst-ts-node-compiler": "0.5.0-rc7",
"@resvg/resvg-js": "^2.6.2",
"@types/react-dom": "^18.3.5",
"astro": "^5.0.5",
"astro-icon": "^1.1.4",
"astro": "^5.1.1",
"astro-icon": "^1.1.5",
"astro-typst": "^0.6.0",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
Expand All @@ -39,22 +40,22 @@
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"satori": "^0.11.3",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"devDependencies": {
"@astrojs/react": "^4.1.0",
"@astrojs/react": "^4.1.2",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.16",
"@typescript-eslint/parser": "^8.18.0",
"@types/react": "^18.3.18",
"@typescript-eslint/parser": "^8.19.0",
"astro-eslint-parser": "^1.1.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"husky": "^9.1.7",
"less": "^4.2.1",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
Expand Down
Loading

0 comments on commit eafea13

Please sign in to comment.