mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
Switch to pnpm 11.6.0
This commit is contained in:
14
package.json
14
package.json
@@ -147,17 +147,5 @@
|
|||||||
"vitest": "^4.1.5",
|
"vitest": "^4.1.5",
|
||||||
"vitest-axe": "^1.0.0-pre.3"
|
"vitest-axe": "^1.0.0-pre.3"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f"
|
||||||
"overrides": {
|
|
||||||
"@livekit/components-core>rxjs": "^7.8.1",
|
|
||||||
"@livekit/track-processors>@mediapipe/tasks-vision": "^0.10.18",
|
|
||||||
"minimatch": "^10.2.3",
|
|
||||||
"tar": "^7.5.11",
|
|
||||||
"glob": "^10.5.0",
|
|
||||||
"qs": "^6.14.1",
|
|
||||||
"js-yaml": "^4.1.1",
|
|
||||||
"esbuild": "^0.28.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"packageManager": "pnpm@10.33.0"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
# dependencies where we use branches and hashes in the package.json. But that also use a pre/post install script.
|
allowBuilds:
|
||||||
onlyBuiltDependencies:
|
"@parcel/watcher": true
|
||||||
- "matrix-js-sdk"
|
"@sentry/cli": true
|
||||||
|
"@swc/core": true
|
||||||
|
"core-js": true
|
||||||
|
"esbuild": true
|
||||||
|
"matrix-js-sdk@https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/8c95727b6278fe7942c20d0b9485f984dd0694b7": true
|
||||||
|
"protobufjs": true
|
||||||
|
overrides:
|
||||||
|
"@livekit/components-core>rxjs": "^7.8.1"
|
||||||
|
"@livekit/track-processors>@mediapipe/tasks-vision": "^0.10.18"
|
||||||
|
"minimatch": "^10.2.3"
|
||||||
|
"tar": "^7.5.11"
|
||||||
|
"glob": "^10.5.0"
|
||||||
|
"qs": "^6.14.1"
|
||||||
|
"js-yaml": "^4.1.1"
|
||||||
|
"esbuild": "^0.28.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user