Skip to content

Commit b41385a

Browse files
committed
feat(rapier): bump peer dep to three 170
1 parent 694ca85 commit b41385a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libs/rapier/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"peerDependencies": {
2626
"@angular/common": ">=18.0.0 <19.0.0",
2727
"@angular/core": ">=18.0.0 <19.0.0",
28-
"@dimforge/rapier3d-compat": "~0.14.0",
29-
"three": ">=0.148.0 <0.170.0"
28+
"@dimforge/rapier3d-compat": "~0.14.0",
29+
"three": ">=0.148.0 <0.171.0"
3030
},
3131
"dependencies": {
3232
"tslib": "^2.7.0"
3333
},
3434
"sideEffects": false,
35-
"web-types": [
36-
"../../node_modules/angular-three/web-types.json"
37-
]
35+
"web-types": [
36+
"../../node_modules/angular-three/web-types.json"
37+
]
3838
}

0 commit comments

Comments
 (0)