Upgrade to Yarn Berry
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -10,3 +10,10 @@ public/config.json
|
|||||||
backend/synapse_tmp/*
|
backend/synapse_tmp/*
|
||||||
/coverage
|
/coverage
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
/.pnp.*
|
||||||
|
/.yarn/*
|
||||||
|
!/.yarn/patches
|
||||||
|
!/.yarn/plugins
|
||||||
|
!/.yarn/releases
|
||||||
|
!/.yarn/sdks
|
||||||
|
!/.yarn/versions
|
||||||
|
|||||||
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nodeLinker: node-modules
|
||||||
@@ -127,5 +127,6 @@
|
|||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@livekit/components-core/rxjs": "^7.8.1",
|
"@livekit/components-core/rxjs": "^7.8.1",
|
||||||
"matrix-widget-api": "1.11.0"
|
"matrix-widget-api": "1.11.0"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@4.7.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user