build(deps): upgrade dependencies (#328)

This commit is contained in:
Sat Naing
2024-07-22 21:39:21 +07:00
committed by GitHub
parent 9de19c2c68
commit c63f106fa4
2 changed files with 124 additions and 143 deletions
+11 -11
View File
@@ -18,24 +18,24 @@
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/rss": "^4.0.7",
"@resvg/resvg-js": "^2.6.0",
"@resvg/resvg-js": "^2.6.2",
"astro": "^4.12.2",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.10.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"satori": "^0.10.14",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
},
"devDependencies": {
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@divriots/jampack": "^0.23.2",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.13",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.2.48",
"@types/react": "^18.3.3",
"@typescript-eslint/parser": "^6.19.0",
"astro-eslint-parser": "^0.16.2",
"commitizen": "^4.3.0",
@@ -44,11 +44,11 @@
"eslint-plugin-astro": "^0.31.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"config": {
"commitizen": {