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 d35ef35 commit 7277072Copy full SHA for 7277072
package.json
@@ -25,17 +25,15 @@
25
"test": "ng test",
26
"start:prod": "ng serve --configuration production --open"
27
},
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
- },
34
"peerDependencies": {
35
"@angular/common": ">=12 <15",
36
"@angular/core": ">=12 <15",
37
"@angular/material": ">=12 <15",
38
- "@angular/platform-browser": ">=12 <15"
+ "@angular/platform-browser": ">=12 <15",
+ "@ngneat/until-destroy": "^9.2.1",
+ "highlight.js": "^11.6.0",
+ "io-ts": "^2.2.17",
+ "io-ts-types": "^0.5.16"
39
40
"devDependencies": {
41
"@angular-devkit/build-angular": "^14.1.0",
0 commit comments