build(deps): upgrade dependencies

This commit is contained in:
satnaing
2023-12-29 14:17:50 +06:30
committed by Sat Naing
parent 59df7a5826
commit f5855cb826
2 changed files with 545 additions and 807 deletions
+530 -792
View File
File diff suppressed because it is too large Load Diff
+15 -15
View File
@@ -18,35 +18,35 @@
"dependencies": { "dependencies": {
"@astrojs/check": "^0.3.4", "@astrojs/check": "^0.3.4",
"@astrojs/rss": "^4.0.1", "@astrojs/rss": "^4.0.1",
"@resvg/resvg-js": "^2.4.1", "@resvg/resvg-js": "^2.6.0",
"astro": "^4.0.8", "astro": "^4.0.8",
"fuse.js": "^6.6.2", "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",
"remark-toc": "^9.0.0", "remark-toc": "^9.0.0",
"satori": "^0.10.8", "satori": "^0.10.11",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.4.0",
"typescript": "^5.2.2" "typescript": "^5.3.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^3.0.9", "@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.0.4", "@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@divriots/jampack": "^0.20.2", "@divriots/jampack": "^0.23.1",
"@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.22", "@types/react": "^18.2.46",
"@typescript-eslint/parser": "^6.7.3", "@typescript-eslint/parser": "^6.16.0",
"astro-eslint-parser": "^0.15.0", "astro-eslint-parser": "^0.16.0",
"commitizen": "^4.3.0", "commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"eslint": "^8.50.0", "eslint": "^8.56.0",
"eslint-plugin-astro": "^0.29.0", "eslint-plugin-astro": "^0.31.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^14.0.1", "lint-staged": "^15.2.0",
"prettier": "^3.0.3", "prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.0", "prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.4", "prettier-plugin-tailwindcss": "^0.5.10",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },