Skip to content

Commit

Permalink
$ yarn upgrade-interactive
Browse files Browse the repository at this point in the history
- partial revert 7b067de as pzmosquito/eslint-import-resolver-vite#22 get merged @ .yarnrc.yml
@ fe
  • Loading branch information
n0099 committed Feb 21, 2024
1 parent c7571bb commit 3b65bba
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 307 deletions.
6 changes: 0 additions & 6 deletions fe/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
nodeLinker: pnp

packageExtensions:
eslint-import-resolver-vite@*:
dependencies:
debug: "*"
resolve: "*"

plugins:
- checksum: 24a2171abe511205f3184779105076031ca8daefb3fecb744e3d4f3f4010785881127bfc2d73445f7f101bf200d4a5931ec75feb543e50ffbf584da53a2f62cf
path: .yarn/plugins/@yarnpkg/plugin-nolyfill.cjs
Expand Down
32 changes: 16 additions & 16 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@popperjs/core": "^2.11.8",
"@tanstack/vue-query": "^5.20.1",
"@tanstack/vue-query": "^5.22.2",
"@unhead/vue": "^1.8.10",
"@vueuse/core": "^10.7.2",
"@vueuse/core": "^10.8.0",
"ant-design-vue": "^4.1.2",
"bootstrap": "^5.3.2",
"bootstrap": "^5.3.3",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"noty": "^3.2.0-beta-deprecated",
Expand All @@ -32,32 +32,32 @@
"tippy.js": "^6.3.7",
"v-viewer": "^3.0.13",
"viewerjs": "^1.11.6",
"vue": "3.4.14",
"vue-router": "^4.2.5"
"vue": "^3.4.19",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.6.1",
"@stylistic/eslint-plugin-migrate": "^1.6.1",
"@stylistic/eslint-plugin": "^1.6.2",
"@stylistic/eslint-plugin-migrate": "^1.6.2",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/vue-query-devtools": "^5.20.1",
"@tanstack/vue-query-devtools": "^5.24.0",
"@types/bootstrap": "^5.2.10",
"@types/grecaptcha": "^3.0.7",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "3.4.14",
"@vue/compiler-sfc": "^3.4.19",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/language-server": "^1.8.27",
"checkcss": "^2.0.9",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-vite": "^2.0.0",
"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.21.1",
Expand All @@ -66,8 +66,8 @@
"stats.js": "^0.17.0",
"typescript": "^5.3.3",
"typescript-eslint-parser-for-extra-files": "^0.6.0",
"vite": "^5.1.1",
"vite-bundle-analyzer": "^0.7.0",
"vite": "^5.1.4",
"vite-bundle-analyzer": "^0.8.0",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit 3b65bba

Please sign in to comment.