chore(deps): update deps

This commit is contained in:
Soybean 2024-06-02 01:42:39 +08:00
parent 756f84ab1d
commit d0380ce5cb
4 changed files with 784 additions and 1046 deletions

View File

@ -53,7 +53,7 @@
"@sa/hooks": "workspace:*", "@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*", "@sa/materials": "workspace:*",
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"@vueuse/core": "10.9.0", "@vueuse/core": "10.10.0",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"dayjs": "1.11.11", "dayjs": "1.11.11",
"echarts": "5.5.0", "echarts": "5.5.0",
@ -63,41 +63,41 @@
"pinia": "2.1.7", "pinia": "2.1.7",
"tailwind-merge": "^2.3.0", "tailwind-merge": "^2.3.0",
"vue": "3.4.27", "vue": "3.4.27",
"vue-draggable-plus": "0.4.1", "vue-draggable-plus": "0.5.0",
"vue-i18n": "9.13.1", "vue-i18n": "9.13.1",
"vue-router": "4.3.2" "vue-router": "4.3.2"
}, },
"devDependencies": { "devDependencies": {
"@elegant-router/vue": "0.3.7", "@elegant-router/vue": "0.3.7",
"@iconify/json": "2.2.211", "@iconify/json": "2.2.215",
"@sa/scripts": "workspace:*", "@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*", "@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.3.5", "@soybeanjs/eslint-config": "1.3.5",
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@types/node": "20.12.12", "@types/node": "20.13.0",
"@types/nprogress": "0.2.3", "@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.60.2", "@unocss/eslint-config": "0.60.4",
"@unocss/preset-icons": "0.60.2", "@unocss/preset-icons": "0.60.4",
"@unocss/preset-uno": "0.60.2", "@unocss/preset-uno": "0.60.4",
"@unocss/transformer-directives": "0.60.2", "@unocss/transformer-directives": "0.60.4",
"@unocss/transformer-variant-group": "0.60.2", "@unocss/transformer-variant-group": "0.60.4",
"@unocss/vite": "0.60.2", "@unocss/vite": "0.60.4",
"@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "3.1.0", "@vitejs/plugin-vue-jsx": "4.0.0",
"eslint": "9.3.0", "eslint": "9.4.0",
"eslint-plugin-vue": "9.26.0", "eslint-plugin-vue": "9.26.0",
"lint-staged": "15.2.2", "lint-staged": "15.2.5",
"sass": "1.77.2", "sass": "1.77.4",
"simple-git-hooks": "2.11.1", "simple-git-hooks": "2.11.1",
"tsx": "4.10.5", "tsx": "4.11.0",
"typescript": "5.4.5", "typescript": "5.4.5",
"unplugin-icons": "0.19.0", "unplugin-icons": "0.19.0",
"unplugin-vue-components": "0.27.0", "unplugin-vue-components": "0.27.0",
"vite": "5.2.11", "vite": "5.2.12",
"vite-plugin-progress": "0.0.7", "vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1", "vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.2.0", "vite-plugin-vue-devtools": "7.2.1",
"vue-eslint-parser": "9.4.2", "vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.19" "vue-tsc": "2.0.19"
}, },
"simple-git-hooks": { "simple-git-hooks": {

View File

@ -11,8 +11,8 @@
}, },
"dependencies": { "dependencies": {
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"axios": "1.6.8", "axios": "1.7.2",
"axios-retry": "4.2.0", "axios-retry": "4.3.0",
"qs": "6.12.1" "qs": "6.12.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -13,7 +13,7 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@soybeanjs/changelog": "0.3.23", "@soybeanjs/changelog": "0.3.24",
"bumpp": "9.4.1", "bumpp": "9.4.1",
"c12": "1.10.0", "c12": "1.10.0",
"cac": "6.7.14", "cac": "6.7.14",

File diff suppressed because it is too large Load Diff