Skip to content

Commit

Permalink
fix: update @types/hapi__hapi as they are incompatible with `@hapi/…
Browse files Browse the repository at this point in the history
…inert`
  • Loading branch information
alan-agius4 committed Jan 22, 2020
1 parent dde4fed commit 117b247
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 412 deletions.
2 changes: 1 addition & 1 deletion integration/hapi-engine-ivy/package.json
Expand Up @@ -39,7 +39,7 @@
"@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular",
"@angular/cli": "file:../../node_modules/@angular/cli",
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
"@types/hapi__hapi": "^18.2.5",
"@types/hapi__hapi": "^19.0.0",
"@types/hapi__inert": "^5.2.0",
"@types/node": "file:../../node_modules/@types/node",
"@types/jasmine": "file:../../node_modules/@types/jasmine",
Expand Down
2 changes: 1 addition & 1 deletion integration/hapi-engine-ve/package.json
Expand Up @@ -39,7 +39,7 @@
"@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular",
"@angular/cli": "file:../../node_modules/@angular/cli",
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
"@types/hapi__hapi": "^18.2.5",
"@types/hapi__hapi": "^19.0.0",
"@types/hapi__inert": "^5.2.0",
"@types/node": "file:../../node_modules/@types/node",
"@types/jasmine": "file:../../node_modules/@types/jasmine",
Expand Down
2 changes: 1 addition & 1 deletion modules/hapi-engine/schematics/install/index.ts
Expand Up @@ -48,7 +48,7 @@ function addDependencies(options: UniversalOptions): Rule {
addPackageJsonDependency(host, {
type: NodeDependencyType.Dev,
name: '@types/hapi__hapi',
version: '^18.2.5',
version: '^19.0.0',
});
addPackageJsonDependency(host, {
type: NodeDependencyType.Default,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"@types/browser-sync": "^2.26.1",
"@types/express": "4.17.1",
"@types/fs-extra": "^8.0.0",
"@types/hapi__hapi": "^18.2.5",
"@types/hapi__hapi": "^19.0.0",
"@types/hapi__inert": "^5.2.0",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jasmine": "^3.4.4",
Expand Down

0 comments on commit 117b247

Please sign in to comment.