Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Jan 2, 2024
1 parent 1c98662 commit 70b530e
Show file tree
Hide file tree
Showing 4 changed files with 2,381 additions and 1,304 deletions.
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false
registry=https://registry.npmmirror.com
message="chore: release v%s"
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,49 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@7.5.2",
"packageManager": "pnpm@8.13.1",
"author": "yuler <is.yuler@gmail.com>",
"scripts": {
"g": "plop",
"dev": "vite --open",
"build": "vue-tsc --noEmit && vite build",
"build:visualizer": "VISUALIZER=true vite build",
"preview": "vite preview",
"prettier": "npx prettier"
"prettier": "npx prettier",
"g": "plop",
"up": "pnpm dlx taze -I"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@vueuse/core": "^9.2.0",
"@vueuse/head": "^0.7.11",
"element-plus": "^2.2.16",
"ky": "^0.31.3",
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.7.1",
"@vueuse/head": "^2.0.0",
"element-plus": "^2.4.4",
"nprogress": "^0.2.0",
"pinia": "^2.0.22",
"vue": "^3.2.39",
"vue-i18n": "^9.3.0-beta.3",
"vue-router": "^4.1.5"
"pinia": "^2.1.7",
"vue": "^3.4.3",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.1.107",
"@intlify/vite-plugin-vue-i18n": "^7.0.0-beta.2",
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.7.18",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "^3.2.39",
"js-cookie": "^3.0.1",
"plop": "^3.1.1",
"rollup-plugin-visualizer": "^5.8.1",
"typescript": "^4.8.3",
"unocss": "^0.45.21",
"unplugin-auto-import": "^0.9.5",
"unplugin-icons": "^0.14.9",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.1",
"vite-plugin-inspect": "^0.6.1",
"vite-plugin-pages": "^0.26.0",
"vite-plugin-vue-layouts": "^0.7.0",
"vitest": "^0.23.2",
"vue-tsc": "^0.40.13"
"@iconify/json": "^2.2.163",
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.10.6",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/compiler-sfc": "^3.4.3",
"js-cookie": "^3.0.5",
"plop": "^4.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^1.1.1",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 70b530e

Please sign in to comment.