Skip to content

Commit

Permalink
$ yarn remove {,@types/}lodash-es
Browse files Browse the repository at this point in the history
$ yarn add lodash
$ yarn add -D @types/lodash
$ yarn upgrade-interactive
* partial revert ee5fc62
@ fe
  • Loading branch information
n0099 committed Jun 8, 2024
1 parent 0c6778a commit 5e2700c
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 216 deletions.
16 changes: 8 additions & 8 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@tanstack/vue-query": "^5.40.1",
"@unhead/vue": "^1.9.12",
"@vueuse/core": "^10.10.0",
"ant-design-vue": "^4.2.1",
"ant-design-vue": "^4.2.2",
"bootstrap": "^5.3.3",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"lodash-es": "^4.17.21",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"noty": "^3.2.0-beta-deprecated",
"nprogress": "^0.2.0",
Expand All @@ -46,9 +46,9 @@
"@types/bootstrap": "^5.2.10",
"@types/eslint": "^8.56.10",
"@types/grecaptcha": "^3.0.9",
"@types/lodash-es": "^4.17.12",
"@types/lodash": "^4.17.5",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.1",
"@types/node": "^20.14.2",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "npm:rc-v8",
Expand All @@ -57,7 +57,7 @@
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-server": "^2.0.19",
"@vue/language-server": "^2.0.20",
"checkcss": "^2.0.9",
"eslint": "^9.4.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -67,13 +67,13 @@
"eslint-plugin-vue": "^9.26.0",
"rollup-plugin-visualizer": "^5.12.0",
"stats.js": "^0.17.0",
"tsx": "^4.11.2",
"tsx": "^4.13.3",
"typescript": "^5.4.5",
"typescript-eslint-parser-for-extra-files": "^0.6.0",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-bundle-analyzer": "^0.9.4",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.20"
},
"browserslist": [
"> 1% in CN",
Expand Down
Loading

0 comments on commit 5e2700c

Please sign in to comment.