Skip to content

Commit 7277072

Browse files
committed
Update peer dependencies
1 parent d35ef35 commit 7277072

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,15 @@
2525
"test": "ng test",
2626
"start:prod": "ng serve --configuration production --open"
2727
},
28-
"allowedNonPeerDependencies": {
29-
"@ngneat/until-destroy": "^9.2.1",
30-
"highlight.js": "^11.6.0",
31-
"io-ts": "^2.2.17",
32-
"io-ts-types": "^0.5.16"
33-
},
3428
"peerDependencies": {
3529
"@angular/common": ">=12 <15",
3630
"@angular/core": ">=12 <15",
3731
"@angular/material": ">=12 <15",
38-
"@angular/platform-browser": ">=12 <15"
32+
"@angular/platform-browser": ">=12 <15",
33+
"@ngneat/until-destroy": "^9.2.1",
34+
"highlight.js": "^11.6.0",
35+
"io-ts": "^2.2.17",
36+
"io-ts-types": "^0.5.16"
3937
},
4038
"devDependencies": {
4139
"@angular-devkit/build-angular": "^14.1.0",

0 commit comments

Comments
 (0)