Skip to content

Commit 33a652e

Browse files
committed
$ yarn upgrade-interactive
$ 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 * run `corepack enable` to fix actions/setup-node#1027 @ .github/actions/fe/action.yml
1 parent a811dba commit 33a652e

File tree

5 files changed

+470
-1816
lines changed

5 files changed

+470
-1816
lines changed

Diff for: .github/actions/fe/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ runs:
66
- uses: actions/checkout@v4
77
with:
88
submodules: true
9+
10+
# https://github.com/actions/setup-node/issues/1027
11+
- run: corepack enable
12+
shell: bash
913
- uses: actions/setup-node@v4
1014
with: # https://github.com/actions/setup-node/tree/v4
1115
node-version: lts/*

Diff for: fe/.yarn/releases/yarn-4.2.2.cjs

-894
This file was deleted.

Diff for: fe/.yarnrc.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ plugins:
99
- checksum: 3427a2f1a2194925e2faf7bafd4fe6d7fd1f61ca178659224ce045249b96147cc8320d4547339f79a099938dd04d45f8f297495e34cd951982c5edede3f3cc25
1010
path: .yarn/plugins/@yarnpkg/plugin-nolyfill.cjs
1111
spec: "https://raw.githubusercontent.com/wojtekmaj/yarn-plugin-nolyfill/v1.0.0/bundles/@yarnpkg/plugin-nolyfill.js"
12-
13-
yarnPath: .yarn/releases/yarn-4.2.2.cjs

Diff for: fe/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@fortawesome/free-solid-svg-icons": "^6.5.2",
1616
"@fortawesome/vue-fontawesome": "^3.0.8",
1717
"@popperjs/core": "^2.11.8",
18-
"@tanstack/vue-query": "^5.40.1",
18+
"@tanstack/vue-query": "^5.41.0",
1919
"@unhead/vue": "^1.9.12",
2020
"@vueuse/core": "^10.10.0",
21-
"ant-design-vue": "^4.2.2",
21+
"ant-design-vue": "^4.2.3",
2222
"bootstrap": "^5.3.3",
2323
"dayjs": "^1.11.11",
2424
"echarts": "^5.5.0",
@@ -33,16 +33,16 @@
3333
"v-viewer": "^3.0.13",
3434
"viewerjs": "^1.11.6",
3535
"vue": "^3.4.27",
36-
"vue-router": "^4.3.2"
36+
"vue-router": "^4.3.3"
3737
},
3838
"devDependencies": {
3939
"@eslint/compat": "^1.0.3",
4040
"@eslint/eslintrc": "^3.1.0",
4141
"@eslint/js": "^9.4.0",
4242
"@stylistic/eslint-plugin": "^2.1.0",
4343
"@stylistic/eslint-plugin-migrate": "^2.1.0",
44-
"@tanstack/eslint-plugin-query": "^5.35.6",
45-
"@tanstack/vue-query-devtools": "^5.40.1",
44+
"@tanstack/eslint-plugin-query": "^5.43.1",
45+
"@tanstack/vue-query-devtools": "^5.41.0",
4646
"@types/bootstrap": "^5.2.10",
4747
"@types/eslint": "^8.56.10",
4848
"@types/grecaptcha": "^3.0.9",
@@ -57,7 +57,7 @@
5757
"@vitejs/plugin-vue-jsx": "^4.0.0",
5858
"@vue/compiler-sfc": "^3.4.27",
5959
"@vue/eslint-config-typescript": "^13.0.0",
60-
"@vue/language-server": "^2.0.20",
60+
"@vue/language-server": "^2.0.21",
6161
"checkcss": "^2.0.9",
6262
"eslint": "^9.4.0",
6363
"eslint-import-resolver-typescript": "^3.6.1",
@@ -67,18 +67,18 @@
6767
"eslint-plugin-vue": "^9.26.0",
6868
"rollup-plugin-visualizer": "^5.12.0",
6969
"stats.js": "^0.17.0",
70-
"tsx": "^4.13.3",
70+
"tsx": "^4.15.1",
7171
"typescript": "^5.4.5",
72-
"typescript-eslint-parser-for-extra-files": "^0.6.0",
72+
"typescript-eslint-parser-for-extra-files": "^0.7.0",
7373
"vite": "^5.2.13",
7474
"vite-bundle-analyzer": "^0.9.4",
7575
"vue-eslint-parser": "^9.4.3",
76-
"vue-tsc": "^2.0.20"
76+
"vue-tsc": "^2.0.21"
7777
},
7878
"browserslist": [
7979
"> 1% in CN",
8080
"not ie 11",
8181
"not dead"
8282
],
83-
"packageManager": "yarn@4.2.2"
83+
"packageManager": "yarn@4.3.0"
8484
}

0 commit comments

Comments
 (0)