Skip to content

Commit

Permalink
chore(projects): update deps & update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 20, 2024
1 parent c18d82f commit 9772aec
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 603 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "soybean-admin",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.3",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
Expand Down Expand Up @@ -52,50 +52,50 @@
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
"@vueuse/core": "10.7.2",
"@vueuse/core": "10.8.0",
"clipboard": "2.0.11",
"dayjs": "1.11.10",
"echarts": "5.4.3",
"echarts": "5.5.0",
"lodash-es": "4.17.21",
"naive-ui": "2.37.3",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"vue": "3.4.15",
"vue": "3.4.19",
"vue-draggable-plus": "0.3.5",
"vue-i18n": "9.9.1",
"vue-router": "4.2.5"
},
"devDependencies": {
"@elegant-router/vue": "0.3.6",
"@iconify/json": "2.2.178",
"@iconify/json": "2.2.184",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.2.2",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.16",
"@types/node": "20.11.19",
"@types/nprogress": "0.2.3",
"@unocss/preset-icons": "0.58.4",
"@unocss/preset-uno": "0.58.4",
"@unocss/transformer-directives": "0.58.4",
"@unocss/transformer-variant-group": "0.58.4",
"@unocss/vite": "0.58.4",
"@vitejs/plugin-vue": "5.0.3",
"@unocss/preset-icons": "0.58.5",
"@unocss/preset-uno": "0.58.5",
"@unocss/transformer-directives": "0.58.5",
"@unocss/transformer-variant-group": "0.58.5",
"@unocss/vite": "0.58.5",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.21.1",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"npm-run-all": "4.1.5",
"sass": "1.70.0",
"sass": "1.71.0",
"simple-git-hooks": "2.9.0",
"tsx": "4.7.0",
"tsx": "4.7.1",
"typescript": "5.3.3",
"unplugin-icons": "0.18.3",
"unplugin-icons": "0.18.5",
"unplugin-vue-components": "0.26.0",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.0.14",
"vite-plugin-vue-devtools": "7.0.15",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "1.8.27"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Expand Up @@ -16,12 +16,12 @@
"@soybeanjs/changelog": "0.3.12",
"@types/prompts": "2.4.9",
"bumpp": "9.3.0",
"c12": "1.6.1",
"c12": "1.8.0",
"cac": "6.7.14",
"consola": "3.2.3",
"execa": "8.0.1",
"kolorist": "1.8.0",
"npm-check-updates": "16.14.14",
"npm-check-updates": "16.14.15",
"prompts": "2.4.2",
"rimraf": "5.0.5"
}
Expand Down

0 comments on commit 9772aec

Please sign in to comment.