mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 07:01:49 +03:00
chore: upgrade yarn to 3.6.3 (#4173)
This commit is contained in:
parent
801d769877
commit
ff66e2635a
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -61,6 +61,17 @@ jobs:
|
|||||||
- name: Run Type Check
|
- name: Run Type Check
|
||||||
run: yarn typecheck
|
run: yarn typecheck
|
||||||
|
|
||||||
|
check-yarn-binary:
|
||||||
|
name: Check yarn binary
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
environment: development
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Run check
|
||||||
|
run: |
|
||||||
|
yarn set version $(node -e "console.log(require('./package.json').packageManager.split('@')[1])")
|
||||||
|
git diff --exit-code
|
||||||
|
|
||||||
build-prototype:
|
build-prototype:
|
||||||
name: Build Prototype
|
name: Build Prototype
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
File diff suppressed because one or more lines are too long
@ -16,4 +16,4 @@ plugins:
|
|||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
spec: '@yarnpkg/plugin-workspace-tools'
|
spec: '@yarnpkg/plugin-workspace-tools'
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.6.0.cjs
|
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
"vitest-fetch-mock": "^0.2.2",
|
"vitest-fetch-mock": "^0.2.2",
|
||||||
"vitest-mock-extended": "^1.2.0"
|
"vitest-mock-extended": "^1.2.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.0",
|
"packageManager": "yarn@3.6.3",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
|
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
|
||||||
"array-includes": "npm:@nolyfill/array-includes@latest",
|
"array-includes": "npm:@nolyfill/array-includes@latest",
|
||||||
|
@ -33184,11 +33184,11 @@ __metadata:
|
|||||||
|
|
||||||
"typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>, typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
|
"typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>, typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
|
||||||
version: 5.2.2
|
version: 5.2.2
|
||||||
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=5da071"
|
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
|
||||||
bin:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
|
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user