Skip to content

Commit 3250077

Browse files
committed
⬆️ 升级 [email protected] & 许多第三方依赖升级
@commitlint/cli ^17.6.1 → ^17.6.3 @types/node ^18.15.13 → ^18.16.8 @vitejs/plugin-vue ^4.1.0 → ^4.2.3 @vue/eslint-config-typescript ^11.0.2 → ^11.0.3 @vue/tsconfig ^0.1.3 → ^0.4.0 @vueuse/core ^10.0.2 → ^10.1.2 @vueuse/shared ^10.0.2 → ^10.1.2 ant-design-vue ^3.2.17 → ^3.2.20 axios ^1.3.6 → ^1.4.0 eslint ^8.38.0 → ^8.40.0 eslint-plugin-vue ^9.11.0 → ^9.12.0 lint-staged ^13.2.1 → ^13.2.2 pinia ^2.0.35 → ^2.0.36 prettier ^2.8.7 → ^2.8.8 vite ^4.3.1 → ^4.3.5 vue ^3.2.47 → ^3.3.2 vue-router ^4.1.6 → ^4.2.0 vue-tsc ~1.2.0 → ~1.6.5
1 parent 551aedf commit 3250077

File tree

5 files changed

+485
-376
lines changed

5 files changed

+485
-376
lines changed

package.json

+19-18
Original file line numberDiff line numberDiff line change
@@ -21,52 +21,53 @@
2121
"@ant-design/icons-vue": "^6.1.0",
2222
"@ballcat/vue-cropper": "^1.0.5",
2323
"@ckpack/vue-color": "^1.4.1",
24-
"@vueuse/core": "^10.0.2",
25-
"@vueuse/shared": "^10.0.2",
24+
"@vueuse/core": "^10.1.2",
25+
"@vueuse/shared": "^10.1.2",
2626
"@wangeditor/editor": "^5.1.23",
2727
"@wangeditor/editor-for-vue": "^5.1.12",
28-
"ant-design-vue": "^3.2.17",
29-
"axios": "^1.3.6",
28+
"ant-design-vue": "^3.2.20",
29+
"axios": "^1.4.0",
3030
"cropperjs": "^1.5.13",
3131
"crypto-js": "^4.1.1",
3232
"dayjs": "^1.11.7",
3333
"json-bigint": "^1.0.0",
3434
"mitt": "^3.0.0",
3535
"nprogress": "^0.2.0",
36-
"pinia": "^2.0.35",
36+
"pinia": "^2.0.36",
3737
"qs": "^6.11.1",
38-
"vue": "^3.2.47",
38+
"vue": "^3.3.2",
3939
"vue-i18n": "^9.2.2",
40-
"vue-router": "^4.1.6"
40+
"vue-router": "^4.2.0"
4141
},
4242
"devDependencies": {
4343
"@ballcat/commitlint-config-gitmoji": "^1.1.0",
44-
"@commitlint/cli": "^17.6.1",
44+
"@commitlint/cli": "^17.6.3",
4545
"@intlify/unplugin-vue-i18n": "^0.10.0",
4646
"@rushstack/eslint-patch": "^1.2.0",
47+
"@tsconfig/node18": "^2.0.1",
4748
"@types/crypto-js": "^4.1.1",
4849
"@types/json-bigint": "^1.0.1",
49-
"@types/node": "^18.15.13",
50+
"@types/node": "^18.16.8",
5051
"@types/nprogress": "^0.2.0",
5152
"@types/qs": "^6.9.7",
52-
"@vitejs/plugin-vue": "^4.1.0",
53+
"@vitejs/plugin-vue": "^4.2.3",
5354
"@vitejs/plugin-vue-jsx": "^3.0.1",
5455
"@vue/eslint-config-prettier": "^7.1.0",
55-
"@vue/eslint-config-typescript": "^11.0.2",
56-
"@vue/tsconfig": "^0.1.3",
56+
"@vue/eslint-config-typescript": "^11.0.3",
57+
"@vue/tsconfig": "^0.4.0",
5758
"@wangeditor/core": "^1.1.19",
58-
"eslint": "^8.38.0",
59-
"eslint-plugin-vue": "^9.11.0",
59+
"eslint": "^8.40.0",
60+
"eslint-plugin-vue": "^9.12.0",
6061
"husky": "^8.0.3",
6162
"less": "^4.1.3",
62-
"lint-staged": "^13.2.1",
63+
"lint-staged": "^13.2.2",
6364
"npm-run-all": "^4.1.5",
64-
"prettier": "^2.8.7",
65+
"prettier": "^2.8.8",
6566
"typescript": "~5.0.4",
6667
"unplugin-auto-import": "^0.15.3",
6768
"unplugin-vue-components": "^0.24.1",
68-
"vite": "^4.3.1",
69+
"vite": "^4.3.5",
6970
"vite-plugin-html": "^3.2.0",
70-
"vue-tsc": "~1.2.0"
71+
"vue-tsc": "~1.6.5"
7172
}
7273
}

0 commit comments

Comments
 (0)