Skip to content

Commit 21a5f61

Browse files
committed
feat(repo): bump peer deps
1 parent 309bc5b commit 21a5f61

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Diff for: libs/cannon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
],
2424
"license": "MIT",
2525
"peerDependencies": {
26-
"@angular/common": ">=18.0.0 <19.0.0",
27-
"@angular/core": ">=18.0.0 <19.0.0",
26+
"@angular/common": ">=19.0.0 <20.0.0",
27+
"@angular/core": ">=19.0.0 <20.0.0",
2828
"@pmndrs/cannon-worker-api": "^2.0.0",
2929
"cannon-es": ">=0.20.0 <0.21.0",
3030
"cannon-es-debugger": "^1.0.0",
31-
"three": ">=0.148.0 <0.171.0"
31+
"three": ">=0.148.0 <0.172.0"
3232
},
3333
"peerDependenciesMeta": {
3434
"cannon-es-debugger": {

Diff for: libs/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"license": "MIT",
2424
"peerDependencies": {
25-
"@angular/common": ">=18.0.0 <20.0.0",
26-
"@angular/core": ">=18.0.0 <20.0.0",
25+
"@angular/common": ">=19.0.0 <20.0.0",
26+
"@angular/core": ">=19.0.0 <20.0.0",
2727
"ngxtension": ">=3.0.0",
2828
"three": ">=0.148.0 <0.172.0",
2929
"@nativescript/angular": ">=18.0.0 <19.0.0",

Diff for: libs/postprocessing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"license": "MIT",
2424
"peerDependencies": {
25-
"@angular/common": ">=18.0.0 <20.0.0",
26-
"@angular/core": ">=18.0.0 <20.0.0",
25+
"@angular/common": ">=19.0.0 <20.0.0",
26+
"@angular/core": ">=19.0.0 <20.0.0",
2727
"maath": ">=0.10.0 <0.11.0",
2828
"n8ao": "^1.9.0",
2929
"postprocessing": "^6.0.0",

Diff for: libs/rapier/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
],
2424
"license": "MIT",
2525
"peerDependencies": {
26-
"@angular/common": ">=18.0.0 <20.0.0",
27-
"@angular/core": ">=18.0.0 <20.0.0",
26+
"@angular/common": ">=19.0.0 <20.0.0",
27+
"@angular/core": ">=19.0.0 <20.0.0",
2828
"@dimforge/rapier3d-compat": "~0.14.0",
2929
"three": ">=0.148.0 <0.172.0"
3030
},

Diff for: libs/soba/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
}
3939
},
4040
"peerDependencies": {
41-
"@angular/common": ">=18.0.0 <20.0.0",
42-
"@angular/core": ">=18.0.0 <20.0.0",
41+
"@angular/common": ">=19.0.0 <20.0.0",
42+
"@angular/core": ">=19.0.0 <20.0.0",
4343
"@monogrid/gainmap-js": "^3.0.0",
4444
"@pmndrs/vanilla": "^1.19.0",
4545
"camera-controls": "^2.8.0",

0 commit comments

Comments
 (0)