Skip to content

Commit 4027049

Browse files
committed
feat(repo): bump peer deps on angular
1 parent ae5ec13 commit 4027049

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

libs/core/package.json

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

libs/postprocessing/package.json

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

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": ">=18.0.0 <19.0.0",
27-
"@angular/core": ">=18.0.0 <19.0.0",
26+
"@angular/common": ">=18.0.0 <20.0.0",
27+
"@angular/core": ">=18.0.0 <20.0.0",
2828
"@dimforge/rapier3d-compat": "~0.14.0",
2929
"three": ">=0.148.0 <0.171.0"
3030
},

libs/soba/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
}
3939
},
4040
"peerDependencies": {
41-
"@angular/common": ">=18.0.0 <19.0.0",
42-
"@angular/core": ">=18.0.0 <19.0.0",
41+
"@angular/common": ">=18.0.0 <20.0.0",
42+
"@angular/core": ">=18.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)