build(deps): upgrade astro and other dependencies

This commit is contained in:
satnaing
2024-01-22 11:45:13 +06:30
parent c9150f2774
commit bdd0a793fc
2 changed files with 1026 additions and 208 deletions
+1017 -199
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -17,9 +17,9 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.4.1", "@astrojs/check": "^0.4.1",
"@astrojs/rss": "^4.0.1", "@astrojs/rss": "^4.0.2",
"@resvg/resvg-js": "^2.6.0", "@resvg/resvg-js": "^2.6.0",
"astro": "^4.1.1", "astro": "^4.2.1",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@@ -30,22 +30,22 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^3.0.9", "@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.0.4", "@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@divriots/jampack": "^0.23.2", "@divriots/jampack": "^0.23.2",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/react": "^18.2.47", "@types/react": "^18.2.48",
"@typescript-eslint/parser": "^6.18.1", "@typescript-eslint/parser": "^6.19.0",
"astro-eslint-parser": "^0.16.0", "astro-eslint-parser": "^0.16.2",
"commitizen": "^4.3.0", "commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0", "eslint-plugin-astro": "^0.31.3",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^15.2.0", "lint-staged": "^15.2.0",
"prettier": "^3.1.1", "prettier": "^3.2.4",
"prettier-plugin-astro": "^0.12.3", "prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11", "prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"