Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 31, 2024
1 parent bfd5e4d commit 4d57dd4
Show file tree
Hide file tree
Showing 4 changed files with 6,827 additions and 5,205 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "opensource-f2f-website",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.15.2",
"type": "module",
"scripts": {
"fetch": "./scripts/fetch.sh",
Expand All @@ -15,35 +15,35 @@
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@unhead/vue": "^1.8.13",
"@vueuse/core": "^10.9.0",
"date-fns": "^3.4.0",
"@unhead/vue": "^1.11.14",
"@vueuse/core": "^12.2.0",
"date-fns": "^4.1.0",
"floating-vue": "^5.2.2",
"github-markdown-css": "^5.5.1",
"vite-ssg": "^0.23.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"github-markdown-css": "^5.8.1",
"vite-ssg": "^0.24.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify/json": "^2.2.191",
"@sxzz/eslint-config": "^3.8.6",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.26",
"@unocss/reset": "^0.58.5",
"@unocss/transformer-directives": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0",
"vite": "^5.1.6",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-vue-devtools": "^7.0.16",
"vue-tsc": "^2.0.6"
"@iconify/json": "^2.2.290",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.10.2",
"@unocss/reset": "^0.65.3",
"@unocss/transformer-directives": "^0.65.3",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-markdown": "^0.28.0",
"vite": "^6.0.6",
"vite-plugin-inspect": "^0.10.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-tsc": "^2.2.0"
},
"prettier": "@sxzz/prettier-config"
}
Loading

0 comments on commit 4d57dd4

Please sign in to comment.