Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
chore: unpin @angular package deps
Browse files Browse the repository at this point in the history
The integration tests also had to unpin them so that they don't end up
with an inconsistent version of @angular(which was the problem earlier).

Also delete module-map-ngfactory-loader integration tests.
  • Loading branch information
vikerman committed Sep 26, 2019
1 parent 48649c8 commit 544eeb5
Show file tree
Hide file tree
Showing 25 changed files with 79 additions and 506 deletions.
10 changes: 5 additions & 5 deletions integration/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"url": "https://github.com/angular/angular.git"
},
"dependencies": {
"@angular/animations": "^9.0.0-next.5",
"@angular/common": "^9.0.0-next.5",
"@angular/animations": "^9.0.0-next.8",
"@angular/common": "^9.0.0-next.8",
"@angular/compiler": "file:../../node_modules/@angular/compiler",
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
"@angular/core": "file:../../node_modules/@angular/core",
"@angular/platform-browser": "^9.0.0-next.5",
"@angular/platform-browser-dynamic": "^9.0.0-next.5",
"@angular/platform-server": "^9.0.0-next.5",
"@angular/platform-browser": "^9.0.0-next.8",
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
"@angular/platform-server": "^9.0.0-next.8",
"@nguniversal/common": "file:../../dist/modules-dist/common",
"@nguniversal/express-engine": "file:../../dist/modules-dist/express-engine",
"express": "file:../../node_modules/express",
Expand Down
14 changes: 7 additions & 7 deletions integration/express-engine-ivy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.0.0-next.5",
"@angular/common": "9.0.0-next.5",
"@angular/animations": "^9.0.0-next.8",
"@angular/common": "^9.0.0-next.8",
"@angular/compiler": "file:../../node_modules/@angular/compiler",
"@angular/core": "file:../../node_modules/@angular/core",
"@angular/forms": "9.0.0-next.5",
"@angular/platform-browser": "9.0.0-next.5",
"@angular/platform-browser-dynamic": "9.0.0-next.5",
"@angular/platform-server": "9.0.0-next.5",
"@angular/router": "9.0.0-next.5",
"@angular/forms": "^9.0.0-next.8",
"@angular/platform-browser": "^9.0.0-next.8",
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
"@angular/platform-server": "^9.0.0-next.8",
"@angular/router": "^9.0.0-next.8",
"@nguniversal/express-engine": "file:../../dist/modules-dist/express-engine",
"express": "file:../../node_modules/express",
"rxjs": "file:../../node_modules/rxjs",
Expand Down
14 changes: 7 additions & 7 deletions integration/express-engine-ve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.0.0-next.5",
"@angular/common": "9.0.0-next.5",
"@angular/animations": "^9.0.0-next.8",
"@angular/common": "^9.0.0-next.8",
"@angular/compiler": "file:../../node_modules/@angular/compiler",
"@angular/core": "file:../../node_modules/@angular/core",
"@angular/forms": "9.0.0-next.5",
"@angular/platform-browser": "9.0.0-next.5",
"@angular/platform-browser-dynamic": "9.0.0-next.5",
"@angular/platform-server": "9.0.0-next.5",
"@angular/router": "9.0.0-next.5",
"@angular/forms": "^9.0.0-next.8",
"@angular/platform-browser": "^9.0.0-next.8",
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
"@angular/platform-server": "^9.0.0-next.8",
"@angular/router": "^9.0.0-next.8",
"@nguniversal/express-engine": "file:../../dist/modules-dist/express-engine",
"express": "file:../../node_modules/express",
"rxjs": "file:../../node_modules/rxjs",
Expand Down
14 changes: 7 additions & 7 deletions integration/hapi-engine-ivy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.0.0-next.5",
"@angular/common": "9.0.0-next.5",
"@angular/animations": "^9.0.0-next.8",
"@angular/common": "^9.0.0-next.8",
"@angular/compiler": "file:../../node_modules/@angular/compiler",
"@angular/core": "file:../../node_modules/@angular/core",
"@angular/forms": "9.0.0-next.5",
"@angular/platform-browser": "9.0.0-next.5",
"@angular/platform-browser-dynamic": "9.0.0-next.5",
"@angular/platform-server": "9.0.0-next.5",
"@angular/router": "9.0.0-next.5",
"@angular/forms": "^9.0.0-next.8",
"@angular/platform-browser": "^9.0.0-next.8",
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
"@angular/platform-server": "^9.0.0-next.8",
"@angular/router": "^9.0.0-next.8",
"@nguniversal/hapi-engine": "file:../../dist/modules-dist/hapi-engine",
"hapi": "file:../../node_modules/hapi",
"inert": "5.1.0",
Expand Down
14 changes: 7 additions & 7 deletions integration/hapi-engine-ve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.0.0-next.5",
"@angular/common": "9.0.0-next.5",
"@angular/animations": "^9.0.0-next.8",
"@angular/common": "^9.0.0-next.8",
"@angular/compiler": "file:../../node_modules/@angular/compiler",
"@angular/core": "file:../../node_modules/@angular/core",
"@angular/forms": "9.0.0-next.5",
"@angular/platform-browser": "9.0.0-next.5",
"@angular/platform-browser-dynamic": "9.0.0-next.5",
"@angular/platform-server": "9.0.0-next.5",
"@angular/router": "9.0.0-next.5",
"@angular/forms": "^9.0.0-next.8",
"@angular/platform-browser": "^9.0.0-next.8",
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
"@angular/platform-server": "^9.0.0-next.8",
"@angular/router": "^9.0.0-next.8",
"@nguniversal/hapi-engine": "file:../../dist/modules-dist/hapi-engine",
"hapi": "file:../../node_modules/hapi",
"inert": "5.1.0",
Expand Down
7 changes: 0 additions & 7 deletions integration/module-map-ngfactory-loader/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions integration/module-map-ngfactory-loader/build.sh

This file was deleted.

63 changes: 0 additions & 63 deletions integration/module-map-ngfactory-loader/e2e/helloworld-spec.ts

This file was deleted.

22 changes: 0 additions & 22 deletions integration/module-map-ngfactory-loader/e2e/protractor.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions integration/module-map-ngfactory-loader/e2e/tsconfig.json

This file was deleted.

25 changes: 0 additions & 25 deletions integration/module-map-ngfactory-loader/e2e/util.ts

This file was deleted.

46 changes: 0 additions & 46 deletions integration/module-map-ngfactory-loader/package.json

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions integration/module-map-ngfactory-loader/src/helloworld/app.ts

This file was deleted.

16 changes: 0 additions & 16 deletions integration/module-map-ngfactory-loader/src/helloworld/client.ts

This file was deleted.

Loading

0 comments on commit 544eeb5

Please sign in to comment.