Skip to content

Commit 159ebb9

Browse files
committed
Update package.json for npm deps
1 parent 938a055 commit 159ebb9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,19 @@
2525
"test": "ng test",
2626
"start:prod": "ng serve --configuration production --open"
2727
},
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": {
3529
"@ngneat/until-destroy": "^9.2.1",
3630
"highlight.js": "^11.6.0",
3731
"io-ts": "^2.2.17",
3832
"io-ts-types": "^0.5.16"
3933
},
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+
},
4041
"devDependencies": {
4142
"@angular-devkit/build-angular": "^14.1.0",
4243
"@angular-eslint/builder": "14.0.1",

0 commit comments

Comments
 (0)