Skip to content

Commit

Permalink
test(e2e): upgrade e2e projects' dependencies (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Oct 7, 2020
1 parent 9f34eb7 commit a255d69
Show file tree
Hide file tree
Showing 7 changed files with 1,315 additions and 1,255 deletions.
32 changes: 16 additions & 16 deletions e2e/test-app-v10-zone-v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~10.1.3",
"@angular/common": "~10.1.3",
"@angular/compiler": "~10.1.3",
"@angular/core": "~10.1.3",
"@angular/forms": "~10.1.3",
"@angular/platform-browser": "~10.1.3",
"@angular/platform-browser-dynamic": "~10.1.3",
"@angular/router": "~10.1.3",
"@angular/animations": "~10.1.5",
"@angular/common": "~10.1.5",
"@angular/compiler": "~10.1.5",
"@angular/core": "~10.1.5",
"@angular/forms": "~10.1.5",
"@angular/platform-browser": "~10.1.5",
"@angular/platform-browser-dynamic": "~10.1.5",
"@angular/router": "~10.1.5",
"rxjs": "~6.6.3",
"tslib": "^2.0.1",
"tslib": "^2.0.2",
"zone.js": "~0.11.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1001.3",
"@angular/cli": "~10.1.3",
"@angular/compiler-cli": "~10.1.3",
"@angular-devkit/build-angular": "~0.1001.4",
"@angular/cli": "~10.1.4",
"@angular/compiler-cli": "~10.1.5",
"@types/jest": "^26.0.14",
"@types/node": "^12.12.62",
"codelyzer": "^6.0.0",
"jest": "^26.4.2",
"@types/node": "^12.12.64",
"codelyzer": "^6.0.1",
"jest": "^26.5.2",
"jest-preset-angular": "file:../../build",
"ts-node": "~9.0.0",
"tslint": "~6.1.3",
"typescript": "~4.0.3"
}
}
}
Loading

0 comments on commit a255d69

Please sign in to comment.