Skip to content

Commit f3debc5

Browse files
committed
feat(rapier): allow Angular v21 as peer dependency
1 parent 67f2700 commit f3debc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/rapier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
],
2424
"license": "MIT",
2525
"peerDependencies": {
26-
"@angular/common": ">=20.0.0 <21.0.0",
27-
"@angular/core": ">=20.0.0 <21.0.0",
26+
"@angular/common": ">=20.0.0 <22.0.0",
27+
"@angular/core": ">=20.0.0 <22.0.0",
2828
"@dimforge/rapier3d-compat": ">=0.14.0 <0.20.0",
2929
"three": ">=0.157.0 <0.183.0",
3030
"three-stdlib": "^2.0.0"

0 commit comments

Comments
 (0)