Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 11, 2024
1 parent c007935 commit 9e493e5
Show file tree
Hide file tree
Showing 6 changed files with 1,169 additions and 1,084 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,51 +50,51 @@
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
"@vueuse/core": "10.7.2",
"ant-design-vue": "4.1.1",
"@vueuse/core": "10.9.0",
"ant-design-vue": "4.1.2",
"clipboard": "2.0.11",
"dayjs": "1.11.10",
"echarts": "5.4.3",
"echarts": "5.5.0",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"vue": "3.4.15",
"vue-i18n": "9.9.0",
"vue-router": "4.2.5"
"vue": "3.4.21",
"vue-i18n": "9.10.1",
"vue-router": "4.3.0"
},
"devDependencies": {
"@elegant-router/vue": "0.3.4",
"@iconify/json": "2.2.174",
"@elegant-router/vue": "0.3.6",
"@iconify/json": "2.2.191",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.2.2",
"@soybeanjs/eslint-config": "1.2.3",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.6",
"@types/node": "20.11.25",
"@types/nprogress": "0.2.3",
"@unocss/preset-icons": "0.58.3",
"@unocss/preset-uno": "0.58.3",
"@unocss/transformer-directives": "0.58.3",
"@unocss/transformer-variant-group": "0.58.3",
"@unocss/vite": "0.58.3",
"@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.20.1",
"lint-staged": "15.2.0",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
"lint-staged": "15.2.2",
"npm-run-all": "4.1.5",
"sass": "1.70.0",
"simple-git-hooks": "2.9.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"unplugin-icons": "0.18.2",
"sass": "1.71.1",
"simple-git-hooks": "2.10.0",
"tsx": "4.7.1",
"typescript": "5.4.2",
"unplugin-icons": "0.18.5",
"unplugin-vue-components": "0.26.0",
"vite": "5.0.12",
"vite": "5.1.6",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.0.12",
"vite-plugin-vue-devtools": "7.0.16",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.6"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
Expand Down
6 changes: 3 additions & 3 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.6.6",
"axios": "1.6.7",
"axios-retry": "4.0.0",
"qs": "6.11.2"
"qs": "6.12.0"
},
"devDependencies": {
"@types/qs": "6.9.11"
"@types/qs": "6.9.12"
}
}
2 changes: 1 addition & 1 deletion packages/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"simplebar-vue": "2.3.3"
},
"devDependencies": {
"typed-css-modules": "0.9.0"
"typed-css-modules": "0.9.1"
}
}
8 changes: 4 additions & 4 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
}
},
"devDependencies": {
"@soybeanjs/changelog": "0.3.12",
"@soybeanjs/changelog": "0.3.15",
"@types/prompts": "2.4.9",
"bumpp": "9.3.0",
"c12": "1.6.1",
"bumpp": "9.4.0",
"c12": "1.10.0",
"cac": "6.7.14",
"consola": "3.2.3",
"execa": "8.0.1",
"kolorist": "1.8.0",
"npm-check-updates": "16.14.12",
"npm-check-updates": "16.14.15",
"prompts": "2.4.2",
"rimraf": "5.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"colord": "2.9.3",
"crypto-js": "4.2.0",
"localforage": "1.10.0",
"nanoid": "5.0.4"
"nanoid": "5.0.6"
},
"devDependencies": {
"@types/crypto-js": "4.2.2"
Expand Down
Loading

0 comments on commit 9e493e5

Please sign in to comment.