Skip to content

Commit b552442

Browse files
authored
Merge pull request #85 from dsgler/dep_update
Dep update
2 parents 09bf006 + 1d4f8be commit b552442

File tree

9 files changed

+2791
-2454
lines changed

9 files changed

+2791
-2454
lines changed

.husky/pre-commit

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm run lint-staged
2+
3+
npm run type-check

package.json

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host=0.0.0.0 --config ./config/vite.config.dev.ts",
8-
"build": "vue-tsc && vite build --config ./config/vite.config.base.ts",
8+
"build": "vite build --config ./config/vite.config.base.ts",
99
"preview": "vite preview",
1010
"lint-staged": "npx lint-staged",
11-
"prepare": "husky install"
11+
"prepare": "husky",
12+
"type-check": "vue-tsc --noEmit"
1213
},
1314
"lint-staged": {
1415
"*.{js,ts,jsx,tsx}": [
@@ -25,45 +26,48 @@
2526
]
2627
},
2728
"dependencies": {
28-
"@arco-design/web-vue": "^2.55.1",
29-
"axios": "^1.4.0",
30-
"dayjs": "^1.11.11",
31-
"echarts": "^5.5.0",
32-
"http-proxy-middleware": "^2.0.6",
29+
"@arco-design/web-vue": "^2.57.0",
30+
"axios": "^1.12.2",
31+
"dayjs": "^1.11.18",
32+
"default-passive-events": "^4.0.0",
33+
"echarts": "^5.6.0",
34+
"http-proxy-middleware": "^2.0.9",
3335
"lodash": "^4.17.21",
3436
"mitt": "^3.0.1",
35-
"pinia": "^2.1.4",
36-
"qs": "^6.11.2",
37-
"vue": "^3.4.27",
38-
"vue-i18n": "^9.2.2",
39-
"vue-router": "^4.2.4"
37+
"pinia": "^3.0.3",
38+
"qs": "^6.14.0",
39+
"vue": "^3.5.22",
40+
"vue-i18n": "^9.14.5",
41+
"vue-router": "^4.6.0"
4042
},
4143
"devDependencies": {
42-
"@arco-plugins/vite-vue": "^1.4.5",
43-
"@types/lodash": "^4.14.195",
44-
"@types/mockjs": "^1.0.7",
45-
"@types/qs": "^6.9.7",
46-
"@typescript-eslint/eslint-plugin": "^6.7.0",
47-
"@typescript-eslint/parser": "^6.7.0",
48-
"@vitejs/plugin-vue": "^4.2.3",
49-
"@vitejs/plugin-vue-jsx": "^3.0.2",
50-
"autoprefixer": "^10.4.14",
51-
"eslint": "^8.49.0",
44+
"@arco-plugins/vite-vue": "^1.4.6",
45+
"@types/lodash": "^4.17.20",
46+
"@types/mockjs": "^1.0.10",
47+
"@types/qs": "^6.14.0",
48+
"@typescript-eslint/eslint-plugin": "^6.21.0",
49+
"@typescript-eslint/parser": "^6.21.0",
50+
"@vitejs/plugin-vue": "^6.0.1",
51+
"@vitejs/plugin-vue-jsx": "^5.1.1",
52+
"autoprefixer": "^10.4.21",
53+
"browserslist": "^4.26.3",
54+
"caniuse-lite": "^1.0.30001750",
55+
"eslint": "^8.57.1",
5256
"eslint-config-airbnb-base": "^15.0.0",
53-
"eslint-config-prettier": "^9.0.0",
54-
"eslint-import-resolver-typescript": "^3.6.0",
55-
"eslint-plugin-import": "^2.28.1",
56-
"eslint-plugin-prettier": "^5.0.0",
57-
"eslint-plugin-vue": "^9.17.0",
58-
"husky": "^8.0.3",
59-
"less": "^4.1.3",
60-
"lint-staged": "^15.2.10",
61-
"postcss": "^8.4.26",
57+
"eslint-config-prettier": "^9.1.2",
58+
"eslint-import-resolver-typescript": "^3.10.1",
59+
"eslint-plugin-import": "^2.32.0",
60+
"eslint-plugin-prettier": "^5.5.4",
61+
"eslint-plugin-vue": "^9.33.0",
62+
"husky": "^9.1.7",
63+
"less": "^4.4.2",
64+
"lint-staged": "^16.2.4",
65+
"postcss": "^8.5.6",
6266
"prettier": "3.0.3",
63-
"tailwindcss": "^3.3.3",
64-
"typescript": "^5.1.6",
65-
"vite": "^4.4.4",
66-
"vite-svg-loader": "^4.0.0",
67-
"vue-tsc": "^1.8.4"
67+
"tailwindcss": "^3.4.18",
68+
"typescript": "^5.9.3",
69+
"vite": "npm:rolldown-vite@^7.1.16",
70+
"vite-svg-loader": "^5.1.0",
71+
"vue-tsc": "^3.1.1"
6872
}
6973
}

0 commit comments

Comments
 (0)