Skip to content

Commit

Permalink
$ yarn upgrade-interactive @ fe
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 committed Mar 14, 2024
1 parent b1d024f commit 4f0745c
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 121 deletions.
22 changes: 11 additions & 11 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@popperjs/core": "^2.11.8",
"@tanstack/vue-query": "^5.26.3",
"@unhead/vue": "^1.8.13",
"@tanstack/vue-query": "^5.28.2",
"@unhead/vue": "^1.8.18",
"@vueuse/core": "^10.9.0",
"ant-design-vue": "^4.1.2",
"bootstrap": "^5.3.3",
Expand All @@ -37,19 +37,19 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.6.3",
"@stylistic/eslint-plugin-migrate": "^1.6.3",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/vue-query-devtools": "^5.26.3",
"@stylistic/eslint-plugin": "^1.7.0",
"@stylistic/eslint-plugin-migrate": "^1.7.0",
"@tanstack/eslint-plugin-query": "^5.27.7",
"@tanstack/vue-query-devtools": "^5.28.2",
"@types/bootstrap": "^5.2.10",
"@types/grecaptcha": "^3.0.8",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.25",
"@types/node": "^20.11.27",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.12",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.21",
Expand All @@ -61,13 +61,13 @@
"eslint-import-resolver-vite": "^2.0.1",
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vue": "^9.23.0",
"rollup-plugin-visualizer": "^5.12.0",
"stats.js": "^0.17.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"typescript-eslint-parser-for-extra-files": "^0.6.0",
"vite": "^5.1.5",
"vite": "^5.1.6",
"vite-bundle-analyzer": "^0.8.3",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.6"
Expand Down
Loading

0 comments on commit 4f0745c

Please sign in to comment.