Skip to content

Commit

Permalink
$ yarn upgrade-interactive # but still pin vue@3.4.14 even after th…
Browse files Browse the repository at this point in the history
…eir 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
  • Loading branch information
n0099 committed Feb 9, 2024
1 parent 31a82d0 commit ee5fc62
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 136 deletions.
22 changes: 11 additions & 11 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@popperjs/core": "^2.11.8",
"@tanstack/eslint-plugin-query": "^5.18.1",
"@tanstack/vue-query": "^5.18.1",
"@tanstack/vue-query-devtools": "^5.18.1",
"@unhead/vue": "^1.8.10",
"@vueuse/core": "^10.7.2",
"ant-design-vue": "^4.1.2",
"bootstrap": "^5.3.2",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"noty": "^3.2.0-beta-deprecated",
"nprogress": "^0.2.0",
Expand All @@ -38,17 +36,19 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.4",
"@stylistic/eslint-plugin-migrate": "^1.5.4",
"@stylistic/eslint-plugin": "^1.6.1",
"@stylistic/eslint-plugin-migrate": "^1.6.1",
"@tanstack/eslint-plugin-query": "^5.18.1",
"@tanstack/vue-query-devtools": "^5.18.1",
"@types/bootstrap": "^5.2.10",
"@types/grecaptcha": "^3.0.7",
"@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "3.4.14",
"@vue/eslint-config-typescript": "^12.0.0",
Expand All @@ -58,14 +58,14 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-vite": "^2.0.0",
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-vue": "^9.21.1",
"import-sync": "^2.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"stats.js": "^0.17.0",
"typescript": "^5.3.3",
"typescript-eslint-parser-for-extra-files": "^0.6.0",
"vite": "^5.0.12",
"vite": "^5.1.0",
"vite-bundle-analyzer": "^0.7.0",
"vue-tsc": "^1.8.27"
},
Expand Down

0 comments on commit ee5fc62

Please sign in to comment.