Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ffedb3

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
feat: adjust peer deps
1 parent 0a38615 commit 8ffedb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/angular-three/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
],
2222
"license": "MIT",
2323
"peerDependencies": {
24-
"@angular/common": "^15.1.0",
25-
"@angular/core": "^15.1.0",
26-
"three": "^0.148.0 || ^0.149.0 || ^0.150.0 || ^0.151.0"
24+
"@angular/common": "^15.1.0 || ^16.0.0",
25+
"@angular/core": "^15.1.0 || 16.0.0",
26+
"three": "^0.148.0 || ^0.149.0 || ^0.150.0 || ^0.151.0 || ^0.152.0"
2727
},
2828
"dependencies": {
2929
"ngx-resize": "^1.0.0",
3030
"@rx-angular/state": "^14.0.0",
3131
"tslib": "^2.3.0",
32-
"@nx/devkit": "16.0.1"
32+
"@nx/devkit": "^16.1.0"
3333
},
3434
"sideEffects": false,
3535
"generators": "./plugin/generators.json",

0 commit comments

Comments
 (0)