Skip to content

Commit 6335cf9

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
test: update webpack test-app asset packages
Use Angular 16 for webpack test-app
1 parent 8df900f commit 6335cf9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "^15.1.0-next",
6-
"@angular/compiler": "^15.1.0-next",
7-
"@angular/compiler-cli": "^15.1.0-next",
8-
"@angular/core": "^15.1.0-next",
9-
"@angular/platform-browser": "^15.1.0-next",
10-
"@angular/platform-browser-dynamic": "^15.1.0-next",
11-
"@angular/platform-server": "^15.1.0-next",
12-
"@angular/router": "^15.1.0-next",
5+
"@angular/common": "^16.0.0-next",
6+
"@angular/compiler": "^16.0.0-next",
7+
"@angular/compiler-cli": "^16.0.0-next",
8+
"@angular/core": "^16.0.0-next",
9+
"@angular/platform-browser": "^16.0.0-next",
10+
"@angular/platform-browser-dynamic": "^16.0.0-next",
11+
"@angular/router": "^16.0.0-next",
1312
"@ngtools/webpack": "0.0.0",
1413
"rxjs": "^6.6.7",
1514
"zone.js": "^0.11.4"

0 commit comments

Comments
 (0)