Skip to content

Commit

Permalink
$ yarn upgrade-interactive
Browse files Browse the repository at this point in the history
$ yarn set version latest
* pin `[email protected]` due to pzmosquito/eslint-import-resolver-vite#12 (comment)
- `vue.vscode-typescript-vue-plugin` in favor of `Vue.volar^2.0.0` behind `@vue/language-server^2.0.0` @ .vscode/extensions.json
@ fe
  • Loading branch information
n0099 committed Mar 5, 2024
1 parent 814c09e commit 3224521
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 645 deletions.
3 changes: 1 addition & 2 deletions fe/.vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"recommendations": [
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"vue.volar",
"vue.vscode-typescript-vue-plugin"
"vue.volar"
]
}
324 changes: 162 additions & 162 deletions fe/.yarn/releases/yarn-4.1.0.cjs → fe/.yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fe/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-nolyfill.cjs
spec: "https://raw.githubusercontent.com/wojtekmaj/yarn-plugin-nolyfill/v0.1.3/bundles/@yarnpkg/plugin-nolyfill.js"

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
40 changes: 20 additions & 20 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@popperjs/core": "^2.11.8",
"@tanstack/vue-query": "^5.22.2",
"@unhead/vue": "^1.8.10",
"@vueuse/core": "^10.8.0",
"@tanstack/vue-query": "^5.24.8",
"@unhead/vue": "^1.8.11",
"@vueuse/core": "^10.9.0",
"ant-design-vue": "^4.1.2",
"bootstrap": "^5.3.3",
"dayjs": "^1.11.10",
Expand All @@ -32,49 +32,49 @@
"tippy.js": "^6.3.7",
"v-viewer": "^3.0.13",
"viewerjs": "^1.11.6",
"vue": "^3.4.19",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.6.2",
"@stylistic/eslint-plugin-migrate": "^1.6.2",
"@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.24.0",
"@tanstack/vue-query-devtools": "^5.24.8",
"@types/bootstrap": "^5.2.10",
"@types/grecaptcha": "^3.0.7",
"@types/grecaptcha": "^3.0.8",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.19",
"@types/node": "^20.11.24",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@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.19",
"@vue/compiler-sfc": "^3.4.21",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/language-server": "^1.8.27",
"@vue/language-server": "^2.0.4",
"checkcss": "^2.0.9",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"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",
"eslint-plugin-vue": "^9.22.0",
"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.1.4",
"vite-bundle-analyzer": "^0.8.0",
"vite": "5.1.4",
"vite-bundle-analyzer": "^0.8.1",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.4"
},
"browserslist": [
"> 1% in CN",
"not ie 11",
"not dead"
],
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 3224521

Please sign in to comment.