chore(projects): update deps & fix moduleResolution

This commit is contained in:
Soybean 2025-06-24 19:29:12 +08:00
parent 7b2e510a2f
commit dbd995c12c
6 changed files with 829 additions and 808 deletions

View File

@ -54,52 +54,52 @@
"@sa/hooks": "workspace:*", "@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*", "@sa/materials": "workspace:*",
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"@vueuse/core": "13.3.0", "@vueuse/core": "13.4.0",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"defu": "6.1.4", "defu": "6.1.4",
"echarts": "5.6.0", "echarts": "5.6.0",
"json5": "2.2.3", "json5": "2.2.3",
"naive-ui": "2.41.1", "naive-ui": "2.42.0",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"pinia": "3.0.3", "pinia": "3.0.3",
"tailwind-merge": "3.3.0", "tailwind-merge": "3.3.1",
"vue": "3.5.16", "vue": "3.5.17",
"vue-draggable-plus": "0.6.0", "vue-draggable-plus": "0.6.0",
"vue-i18n": "11.1.5", "vue-i18n": "11.1.7",
"vue-router": "4.5.1" "vue-router": "4.5.1"
}, },
"devDependencies": { "devDependencies": {
"@elegant-router/vue": "0.3.8", "@elegant-router/vue": "0.3.8",
"@iconify/json": "2.2.347", "@iconify/json": "2.2.352",
"@sa/scripts": "workspace:*", "@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*", "@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.6.1", "@soybeanjs/eslint-config": "1.6.1",
"@types/node": "22.15.30", "@types/node": "24.0.3",
"@types/nprogress": "0.2.3", "@types/nprogress": "0.2.3",
"@unocss/eslint-config": "66.1.4", "@unocss/eslint-config": "66.2.3",
"@unocss/preset-icons": "66.1.4", "@unocss/preset-icons": "66.2.3",
"@unocss/preset-uno": "66.1.4", "@unocss/preset-uno": "66.2.3",
"@unocss/transformer-directives": "66.1.4", "@unocss/transformer-directives": "66.2.3",
"@unocss/transformer-variant-group": "66.1.4", "@unocss/transformer-variant-group": "66.2.3",
"@unocss/vite": "66.1.4", "@unocss/vite": "66.2.3",
"@vitejs/plugin-vue": "5.2.4", "@vitejs/plugin-vue": "6.0.0",
"@vitejs/plugin-vue-jsx": "4.2.0", "@vitejs/plugin-vue-jsx": "5.0.0",
"consola": "3.4.2", "consola": "3.4.2",
"eslint": "9.28.0", "eslint": "9.29.0",
"eslint-plugin-vue": "10.2.0", "eslint-plugin-vue": "10.2.0",
"kolorist": "1.8.0", "kolorist": "1.8.0",
"sass": "1.89.1", "sass": "1.89.2",
"simple-git-hooks": "2.13.0", "simple-git-hooks": "2.13.0",
"tsx": "4.19.4", "tsx": "4.20.3",
"typescript": "5.8.3", "typescript": "5.8.3",
"unplugin-icons": "22.1.0", "unplugin-icons": "22.1.0",
"unplugin-vue-components": "28.7.0", "unplugin-vue-components": "28.7.0",
"vite": "6.3.5", "vite": "6.3.5",
"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.7.6", "vite-plugin-vue-devtools": "7.7.7",
"vue-eslint-parser": "10.1.3", "vue-eslint-parser": "10.1.4",
"vue-tsc": "2.2.10" "vue-tsc": "2.2.10"
}, },
"simple-git-hooks": { "simple-git-hooks": {

View File

@ -13,8 +13,8 @@
} }
}, },
"dependencies": { "dependencies": {
"@alova/mock": "2.0.16", "@alova/mock": "2.0.17",
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"alova": "3.3.0" "alova": "3.3.3"
} }
} }

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"axios": "1.9.0", "axios": "1.10.0",
"axios-retry": "4.5.0", "axios-retry": "4.5.0",
"qs": "6.14.0" "qs": "6.14.0"
}, },

View File

@ -14,7 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"@soybeanjs/changelog": "0.3.24", "@soybeanjs/changelog": "0.3.24",
"bumpp": "10.1.1", "bumpp": "10.2.0",
"c12": "3.0.4", "c12": "3.0.4",
"cac": "6.7.14", "cac": "6.7.14",
"consola": "3.4.2", "consola": "3.4.2",

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"lib": ["DOM", "ESNext"], "lib": ["DOM", "ESNext"],
"baseUrl": ".", "baseUrl": ".",
"module": "ESNext", "module": "ESNext",
"moduleResolution": "node", "moduleResolution": "bundler",
"paths": { "paths": {
"@/*": ["./src/*"], "@/*": ["./src/*"],
"~/*": ["./*"] "~/*": ["./*"]