chore(deps): update dependencies

This commit is contained in:
satnaing
2023-05-15 14:10:44 +06:30
parent fd3c97e16b
commit 0d7330247f
2 changed files with 1405 additions and 1419 deletions
+1393 -1407
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -16,34 +16,34 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"dependencies": { "dependencies": {
"@astrojs/rss": "^2.3.0", "@astrojs/rss": "^2.4.1",
"@resvg/resvg-js": "^2.4.1", "@resvg/resvg-js": "^2.4.1",
"astro": "^2.1.5", "astro": "^2.4.5",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
"remark-toc": "^8.0.1", "remark-toc": "^8.0.1",
"satori": "^0.4.3", "satori": "^0.8.1",
"tailwindcss": "^3.2.7" "tailwindcss": "^3.3.2"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^2.1.3", "@astrojs/react": "^2.1.3",
"@astrojs/sitemap": "^1.2.1", "@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^3.1.2", "@astrojs/tailwind": "^3.1.2",
"@divriots/jampack": "^0.9.4", "@divriots/jampack": "^0.11.2",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/react": "^18.0.28", "@types/react": "^18.2.6",
"@typescript-eslint/parser": "^5.56.0", "@typescript-eslint/parser": "^5.59.5",
"astro-eslint-parser": "^0.13.2", "astro-eslint-parser": "^0.14.0",
"commitizen": "^4.3.0", "commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0", "eslint": "^8.40.0",
"eslint-plugin-astro": "^0.26.1", "eslint-plugin-astro": "^0.27.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^13.2.2", "lint-staged": "^13.2.2",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.5", "prettier-plugin-tailwindcss": "^0.2.8",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },