Skip to content

Commit d061701

Browse files
committed
chore: resolve unmet peer dependeny warnings
npm WARN @angular-devkit/[email protected] requires a peer of @angular-devkit/[email protected] but none is installed. npm WARN @schematics/[email protected] requires a peer of @angular-devkit/[email protected] but none is installed.
1 parent 7bdb685 commit d061701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"homepage": "https://github.com/fh1ch/node-bacstack-browser#readme",
4444
"dependencies": {
45+
"@angular-devkit/core": "0.0.29",
4546
"@angular/animations": "^5.0.0",
4647
"@angular/common": "^5.0.0",
4748
"@angular/compiler": "^5.0.0",
@@ -51,6 +52,7 @@
5152
"@angular/platform-browser": "^5.0.0",
5253
"@angular/platform-browser-dynamic": "^5.0.0",
5354
"@angular/router": "^5.0.0",
55+
"ajv": "^6.0.0",
5456
"async": "^2.6.0",
5557
"bacstack": "0.0.1-beta.13",
5658
"body-parser": "^1.18.2",

0 commit comments

Comments
 (0)