Skip to content

Commit ee5fc62

Browse files
committed
$ yarn upgrade-interactive # but still pin [email protected] even after their assumed fix vuejs/core#10232
$ yarn remove {,@types}lodash $ yarn add {,@types}lodash-es * move packages `@tanstack/{eslint-plugin-query,vue-query-devtools}` & `@types/lodash-es` to `devDependencies` section @ package.json @ fe
1 parent 31a82d0 commit ee5fc62

File tree

2 files changed

+153
-136
lines changed

2 files changed

+153
-136
lines changed

fe/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@
1515
"@fortawesome/free-solid-svg-icons": "^6.5.1",
1616
"@fortawesome/vue-fontawesome": "^3.0.6",
1717
"@popperjs/core": "^2.11.8",
18-
"@tanstack/eslint-plugin-query": "^5.18.1",
1918
"@tanstack/vue-query": "^5.18.1",
20-
"@tanstack/vue-query-devtools": "^5.18.1",
2119
"@unhead/vue": "^1.8.10",
2220
"@vueuse/core": "^10.7.2",
2321
"ant-design-vue": "^4.1.2",
2422
"bootstrap": "^5.3.2",
2523
"dayjs": "^1.11.10",
2624
"echarts": "^5.4.3",
27-
"lodash": "^4.17.21",
25+
"lodash-es": "^4.17.21",
2826
"luxon": "^3.4.4",
2927
"noty": "^3.2.0-beta-deprecated",
3028
"nprogress": "^0.2.0",
@@ -38,17 +36,19 @@
3836
"vue-router": "^4.2.5"
3937
},
4038
"devDependencies": {
41-
"@stylistic/eslint-plugin": "^1.5.4",
42-
"@stylistic/eslint-plugin-migrate": "^1.5.4",
39+
"@stylistic/eslint-plugin": "^1.6.1",
40+
"@stylistic/eslint-plugin-migrate": "^1.6.1",
41+
"@tanstack/eslint-plugin-query": "^5.18.1",
42+
"@tanstack/vue-query-devtools": "^5.18.1",
4343
"@types/bootstrap": "^5.2.10",
4444
"@types/grecaptcha": "^3.0.7",
45-
"@types/lodash": "^4.14.202",
45+
"@types/lodash-es": "^4.17.12",
4646
"@types/luxon": "^3.4.2",
47-
"@types/node": "^20.11.16",
47+
"@types/node": "^20.11.17",
4848
"@types/nprogress": "^0.2.3",
4949
"@types/qs": "^6.9.11",
50-
"@typescript-eslint/eslint-plugin": "^6.20.0",
51-
"@typescript-eslint/parser": "^6.20.0",
50+
"@typescript-eslint/eslint-plugin": "^6.21.0",
51+
"@typescript-eslint/parser": "^6.21.0",
5252
"@vitejs/plugin-vue": "^5.0.3",
5353
"@vue/compiler-sfc": "3.4.14",
5454
"@vue/eslint-config-typescript": "^12.0.0",
@@ -58,14 +58,14 @@
5858
"eslint-import-resolver-typescript": "^3.6.1",
5959
"eslint-import-resolver-vite": "^2.0.0",
6060
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
61-
"eslint-plugin-unicorn": "^50.0.1",
61+
"eslint-plugin-unicorn": "^51.0.1",
6262
"eslint-plugin-vue": "^9.21.1",
6363
"import-sync": "^2.2.0",
6464
"rollup-plugin-visualizer": "^5.12.0",
6565
"stats.js": "^0.17.0",
6666
"typescript": "^5.3.3",
6767
"typescript-eslint-parser-for-extra-files": "^0.6.0",
68-
"vite": "^5.0.12",
68+
"vite": "^5.1.0",
6969
"vite-bundle-analyzer": "^0.7.0",
7070
"vue-tsc": "^1.8.27"
7171
},

0 commit comments

Comments
 (0)