mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 00:52:30 +03:00
chore: upgrade to yarn@4.0.2 (#5245)
This commit is contained in:
parent
8a22fbbec2
commit
73c2750596
@ -15,6 +15,7 @@ packages/backend/server/src/schema.gql
|
|||||||
packages/frontend/i18n/src/i18n-generated.ts
|
packages/frontend/i18n/src/i18n-generated.ts
|
||||||
packages/frontend/graphql/src/graphql/index.ts
|
packages/frontend/graphql/src/graphql/index.ts
|
||||||
tests/affine-legacy/**/static
|
tests/affine-legacy/**/static
|
||||||
|
.yarnrc.yml
|
||||||
|
|
||||||
# auto-generated by NAPI-RS
|
# auto-generated by NAPI-RS
|
||||||
# fixme(@joooye34): need script to check and generate ignore list here
|
# fixme(@joooye34): need script to check and generate ignore list here
|
||||||
|
File diff suppressed because one or more lines are too long
@ -6,10 +6,10 @@ nmMode: hardlinks-local
|
|||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
npmAuthToken: '${NPM_TOKEN:-NONE}'
|
npmAuthToken: "${NPM_TOKEN:-NONE}"
|
||||||
|
|
||||||
npmPublishAccess: public
|
npmPublishAccess: public
|
||||||
|
|
||||||
npmPublishRegistry: 'https://registry.npmjs.org'
|
npmPublishRegistry: "https://registry.npmjs.org"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.0.1.cjs
|
yarnPath: .yarn/releases/yarn-4.0.2.cjs
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
"vitest-fetch-mock": "^0.2.2",
|
"vitest-fetch-mock": "^0.2.2",
|
||||||
"vitest-mock-extended": "^1.3.1"
|
"vitest-mock-extended": "^1.3.1"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.1",
|
"packageManager": "yarn@4.0.2",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"vite": "^5.0.6",
|
"vite": "^5.0.6",
|
||||||
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
|
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
|
||||||
|
@ -35083,11 +35083,11 @@ __metadata:
|
|||||||
|
|
||||||
"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.3.2#optional!builtin<compat/typescript>":
|
"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.3.2#optional!builtin<compat/typescript>":
|
||||||
version: 5.3.2
|
version: 5.3.2
|
||||||
resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=29ae49"
|
resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=e012d7"
|
||||||
bin:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
checksum: 43c3346528a1b410b9ee7f218d709ce8d1336eb8e47b0f8bb43954f98ed43fd11e35de398c9a5f4a085b6889c89782362789b00db7aac862bd09d083058a01a2
|
checksum: 1b45cdfb577a78ae7a9a9d0b77a7b772142cb98ba05e4e5aefba7044a028ded885bcecef63166407a5986645cea816fe4986894336aacd5e791796ea79a6a7ed
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user