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 Apr 24, 2024
1 parent 5594558 commit 5260d67
Show file tree
Hide file tree
Showing 4 changed files with 5,934 additions and 4,860 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "soybean-admin-antd",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.5",
"description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
"author": {
"name": "Soybean",
Expand Down Expand Up @@ -44,58 +44,58 @@
},
"dependencies": {
"@better-scroll/core": "2.5.1",
"@iconify/vue": "4.1.1",
"@iconify/vue": "4.1.2",
"@sa/axios": "workspace:*",
"@sa/color-palette": "workspace:*",
"@sa/fetch": "workspace:*",
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
"@vueuse/core": "10.9.0",
"ant-design-vue": "4.1.2",
"ant-design-vue": "4.2.0",
"clipboard": "2.0.11",
"dayjs": "1.11.10",
"echarts": "5.5.0",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"vue": "3.4.21",
"vue": "3.4.25",
"vue-draggable-plus": "0.4.0",
"vue-i18n": "9.12.0",
"vue-router": "4.3.0"
"vue-i18n": "9.13.1",
"vue-router": "4.3.2"
},
"devDependencies": {
"@elegant-router/vue": "0.3.6",
"@iconify/json": "2.2.200",
"@iconify/json": "2.2.203",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.2.5",
"@soybeanjs/eslint-config": "1.3.2",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.7",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.59.2",
"@unocss/preset-icons": "0.59.2",
"@unocss/preset-uno": "0.59.2",
"@unocss/transformer-directives": "0.59.2",
"@unocss/transformer-variant-group": "0.59.2",
"@unocss/vite": "0.59.2",
"@unocss/eslint-config": "0.59.4",
"@unocss/preset-icons": "0.59.4",
"@unocss/preset-uno": "0.59.4",
"@unocss/transformer-directives": "0.59.4",
"@unocss/transformer-variant-group": "0.59.4",
"@unocss/vite": "0.59.4",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.24.1",
"eslint": "9.1.1",
"eslint-plugin-vue": "9.25.0",
"lint-staged": "15.2.2",
"sass": "1.75.0",
"simple-git-hooks": "2.11.1",
"tsx": "4.7.2",
"typescript": "5.4.5",
"unplugin-icons": "0.18.5",
"unplugin-vue-components": "0.26.0",
"vite": "5.2.8",
"vite": "5.2.10",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.0.27",
"vite-plugin-vue-devtools": "7.1.2",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "2.0.13"
"vue-tsc": "2.0.14"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"qs": "6.12.1"
},
"devDependencies": {
"@types/qs": "6.9.14"
"@types/qs": "6.9.15"
}
}
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"devDependencies": {
"@soybeanjs/changelog": "0.3.15",
"@soybeanjs/changelog": "0.3.22",
"bumpp": "9.4.0",
"c12": "1.10.0",
"cac": "6.7.14",
Expand Down
Loading

0 comments on commit 5260d67

Please sign in to comment.