Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 27, 2024
1 parent 27fd4cf commit ed78edd
Show file tree
Hide file tree
Showing 3 changed files with 3,308 additions and 3,015 deletions.
77 changes: 39 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.14.2",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
Expand All @@ -17,64 +17,65 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.10.0",
"@unocss/reset": "^0.62.2",
"@vueuse/core": "^11.0.1",
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.64.1",
"@vueuse/core": "^12.0.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.2",
"vue": "^3.4.38",
"pinia": "^2.2.6",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
"vue-i18n": "^10.0.4",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@iconify-json/carbon": "^1.1.37",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@shikijs/markdown-it": "^1.14.1",
"@antfu/eslint-config": "^3.10.0",
"@iconify-json/carbon": "^1.2.4",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@shikijs/markdown-it": "^1.23.1",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.62.2",
"@vitejs/plugin-vue": "^5.1.2",
"@vue-macros/volar": "^0.27.4",
"@unocss/eslint-config": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.6",
"@vue/test-utils": "^2.4.6",
"critters": "^0.0.24",
"critters": "^0.0.25",
"cross-env": "^7.0.3",
"cypress": "^13.13.3",
"cypress": "^13.16.0",
"cypress-vite": "^1.5.0",
"eslint": "^9.9.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint": "^9.15.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-format": "^0.1.2",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"markdown-it-link-attributes": "^4.0.1",
"pnpm": "^9.8.0",
"rollup": "^4.21.0",
"shiki": "^1.14.1",
"pnpm": "^9.14.2",
"rollup": "^4.27.4",
"shiki": "^1.23.1",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.6",
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"unplugin-auto-import": "^0.18.2",
"taze": "^0.18.0",
"typescript": "~5.6.3",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.11.6",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.10.7",
"vite": "^5.4.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^6.0.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-vue-devtools": "^7.3.8",
"vite-plugin-inspect": "^0.10.0",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-vue-devtools": "^7.6.4",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.9.5",
"vite-ssg": "^0.23.8",
"vite-plugin-webfont-dl": "^3.10.2",
"vite-ssg": "^0.24.1",
"vite-ssg-sitemap": "^0.8.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
"vitest": "^2.1.6",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"@typescript-eslint/utils": "^8.2.0"
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.10.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit ed78edd

Please sign in to comment.