Skip to content

Commit

Permalink
build: update to version
Browse files Browse the repository at this point in the history
`@types/hapi__iron`, `@types/hapi__boom` are transitive deps of `@types/hapi__hapi` and is deprecated as these provides their own types definitions however we don't use the latest version so we need to add the resolutions.
  • Loading branch information
alan-agius4 committed Jan 22, 2020
1 parent 8a3accc commit f6224ea
Show file tree
Hide file tree
Showing 2 changed files with 788 additions and 399 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -35,6 +35,10 @@
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"bazel": "bazel"
},
"resolutions": {
"@types/hapi__boom": "7.4.1",
"@types/hapi__iron": "5.1.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.900.0-rc.10",
"@angular-devkit/build-angular": "^0.900.0-rc.10",
Expand Down

0 comments on commit f6224ea

Please sign in to comment.