File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 25
25
"test" : " ng test" ,
26
26
"start:prod" : " ng serve --configuration production --open"
27
27
},
28
- "peerDependencies" : {
29
- "@angular/common" : " >=12 <15" ,
30
- "@angular/core" : " >=12 <15" ,
31
- "@angular/material" : " >=12 <15" ,
32
- "@angular/platform-browser" : " >=12 <15"
33
- },
34
- "dependencies" : {
28
+ "allowedNonPeerDependencies" : {
35
29
"@ngneat/until-destroy" : " ^9.2.1" ,
36
30
"highlight.js" : " ^11.6.0" ,
37
31
"io-ts" : " ^2.2.17" ,
38
32
"io-ts-types" : " ^0.5.16"
39
33
},
34
+ "peerDependencies" : {
35
+ "@angular/common" : " >=12 <15" ,
36
+ "@angular/core" : " >=12 <15" ,
37
+ "@angular/material" : " >=12 <15" ,
38
+ "@angular/platform-browser" : " >=12 <15" ,
39
+ "@ngneat/until-destroy" : " ^9.2.1"
40
+ },
40
41
"devDependencies" : {
41
42
"@angular-devkit/build-angular" : " ^14.1.0" ,
42
43
"@angular-eslint/builder" : " 14.0.1" ,
You can’t perform that action at this time.
0 commit comments