Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a38615 commit 8ffedb3Copy full SHA for 8ffedb3
libs/angular-three/package.json
@@ -21,15 +21,15 @@
21
],
22
"license": "MIT",
23
"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"
+ "@angular/common": "^15.1.0 || ^16.0.0",
+ "@angular/core": "^15.1.0 || 16.0.0",
+ "three": "^0.148.0 || ^0.149.0 || ^0.150.0 || ^0.151.0 || ^0.152.0"
27
},
28
"dependencies": {
29
"ngx-resize": "^1.0.0",
30
"@rx-angular/state": "^14.0.0",
31
"tslib": "^2.3.0",
32
- "@nx/devkit": "16.0.1"
+ "@nx/devkit": "^16.1.0"
33
34
"sideEffects": false,
35
"generators": "./plugin/generators.json",
0 commit comments