Skip to content

Commit

Permalink
$ yarn upgrade-interactive
Browse files Browse the repository at this point in the history
$ yarn add -D @typescript-eslint/{parser,eslint-plugin}@npm:rc-v8
$ yarn dedupe
$ yarn set version latest # fix yarnpkg/berry#6219
* remove `yarnPath` to prefer corepack @ .yarnrc.yml
@ fe
  • Loading branch information
n0099 committed Jun 10, 2024
1 parent a811dba commit b83bd2f
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 1,816 deletions.
894 changes: 0 additions & 894 deletions fe/.yarn/releases/yarn-4.2.2.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions fe/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ plugins:
- checksum: 3427a2f1a2194925e2faf7bafd4fe6d7fd1f61ca178659224ce045249b96147cc8320d4547339f79a099938dd04d45f8f297495e34cd951982c5edede3f3cc25
path: .yarn/plugins/@yarnpkg/plugin-nolyfill.cjs
spec: "https://raw.githubusercontent.com/wojtekmaj/yarn-plugin-nolyfill/v1.0.0/bundles/@yarnpkg/plugin-nolyfill.js"

yarnPath: .yarn/releases/yarn-4.2.2.cjs
20 changes: 10 additions & 10 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@popperjs/core": "^2.11.8",
"@tanstack/vue-query": "^5.40.1",
"@tanstack/vue-query": "^5.41.0",
"@unhead/vue": "^1.9.12",
"@vueuse/core": "^10.10.0",
"ant-design-vue": "^4.2.2",
"ant-design-vue": "^4.2.3",
"bootstrap": "^5.3.3",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
Expand All @@ -33,16 +33,16 @@
"v-viewer": "^3.0.13",
"viewerjs": "^1.11.6",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@eslint/compat": "^1.0.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin-migrate": "^2.1.0",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/vue-query-devtools": "^5.40.1",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@tanstack/vue-query-devtools": "^5.41.0",
"@types/bootstrap": "^5.2.10",
"@types/eslint": "^8.56.10",
"@types/grecaptcha": "^3.0.9",
Expand All @@ -57,7 +57,7 @@
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-server": "^2.0.20",
"@vue/language-server": "^2.0.21",
"checkcss": "^2.0.9",
"eslint": "^9.4.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -67,18 +67,18 @@
"eslint-plugin-vue": "^9.26.0",
"rollup-plugin-visualizer": "^5.12.0",
"stats.js": "^0.17.0",
"tsx": "^4.13.3",
"tsx": "^4.15.1",
"typescript": "^5.4.5",
"typescript-eslint-parser-for-extra-files": "^0.6.0",
"typescript-eslint-parser-for-extra-files": "^0.7.0",
"vite": "^5.2.13",
"vite-bundle-analyzer": "^0.9.4",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.20"
"vue-tsc": "^2.0.21"
},
"browserslist": [
"> 1% in CN",
"not ie 11",
"not dead"
],
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.0"
}
Loading

0 comments on commit b83bd2f

Please sign in to comment.