-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$ 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
Showing
5 changed files
with
608 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
324 changes: 162 additions & 162 deletions
324
fe/.yarn/releases/yarn-4.1.0.cjs → fe/.yarn/releases/yarn-4.1.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
} |
Oops, something went wrong.