Skip to content

Commit 53c2000

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 64bebce commit 53c2000

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
@@ -41,6 +41,7 @@
4141
},
4242
"homepage": "https://github.com/fh1ch/node-bacstack-browser#readme",
4343
"dependencies": {
44+
"@angular-devkit/core": "0.0.29",
4445
"@angular/animations": "^5.0.0",
4546
"@angular/common": "^5.0.0",
4647
"@angular/compiler": "^5.0.0",
@@ -50,6 +51,7 @@
5051
"@angular/platform-browser": "^5.0.0",
5152
"@angular/platform-browser-dynamic": "^5.0.0",
5253
"@angular/router": "^5.0.0",
54+
"ajv": "^6.0.0",
5355
"async": "^2.6.0",
5456
"bacstack": "0.0.1-beta.13",
5557
"body-parser": "^1.18.2",

0 commit comments

Comments
 (0)