Skip to content

Commit

Permalink
$ yarn upgrade-interactive
Browse files Browse the repository at this point in the history
$ yarn eslint --fix vite.config.ts
@ fe
  • Loading branch information
n0099 committed Mar 11, 2024
1 parent 57bd1a5 commit c074c9e
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 286 deletions.
20 changes: 10 additions & 10 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.25.0",
"@unhead/vue": "^1.8.11",
"@tanstack/vue-query": "^5.26.3",
"@unhead/vue": "^1.8.13",
"@vueuse/core": "^10.9.0",
"ant-design-vue": "^4.1.2",
"bootstrap": "^5.3.3",
Expand All @@ -28,7 +28,7 @@
"noty": "^3.2.0-beta-deprecated",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"qs": "^6.11.2",
"qs": "^6.12.0",
"scroll-into-view-if-needed": "^3.1.0",
"tippy.js": "^6.3.7",
"v-viewer": "^3.0.13",
Expand All @@ -40,21 +40,21 @@
"@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.25.0",
"@tanstack/vue-query-devtools": "^5.26.3",
"@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.24",
"@types/node": "^20.11.25",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.12",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.21",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/language-server": "^2.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-server": "^2.0.6",
"checkcss": "^2.0.9",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -65,12 +65,12 @@
"rollup-plugin-visualizer": "^5.12.0",
"stats.js": "^0.17.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"typescript-eslint-parser-for-extra-files": "^0.6.0",
"vite": "^5.1.5",
"vite-bundle-analyzer": "^0.8.1",
"vite-bundle-analyzer": "^0.8.3",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.5"
"vue-tsc": "^2.0.6"
},
"browserslist": [
"> 1% in CN",
Expand Down
4 changes: 2 additions & 2 deletions fe/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import vue from '@vitejs/plugin-vue';
import vueJsx from '@vitejs/plugin-vue-jsx';
import { visualizer } from 'rollup-plugin-visualizer';
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
import vueJsx from '@vitejs/plugin-vue-jsx';
import { analyzer } from 'vite-bundle-analyzer';
import { fileURLToPath } from 'node:url';

Expand Down
Loading

0 comments on commit c074c9e

Please sign in to comment.