Skip to content

Commit f6b61f4

Browse files
clydinalan-agius4
authored andcommitted
test(@ngtools/webpack): update packages/webpack/test-app E2E test to use Angular v13
This E2E test was previously using v12 versions to perform the test. This is technically unsupported and may start to fail once breaking changes are introduced in v13+.
1 parent 7d98ab3 commit f6b61f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "^12.0.0-next",
6-
"@angular/compiler": "^12.0.0-next",
7-
"@angular/compiler-cli": "^12.0.0-next",
8-
"@angular/core": "^12.0.0-next",
9-
"@angular/platform-browser": "^12.0.0-next",
10-
"@angular/platform-browser-dynamic": "^12.0.0-next",
11-
"@angular/platform-server": "^12.0.0-next",
12-
"@angular/router": "^12.0.0-next",
5+
"@angular/common": "^13.0.0-next",
6+
"@angular/compiler": "^13.0.0-next",
7+
"@angular/compiler-cli": "^13.0.0-next",
8+
"@angular/core": "^13.0.0-next",
9+
"@angular/platform-browser": "^13.0.0-next",
10+
"@angular/platform-browser-dynamic": "^13.0.0-next",
11+
"@angular/platform-server": "^13.0.0-next",
12+
"@angular/router": "^13.0.0-next",
1313
"@ngtools/webpack": "0.0.0",
1414
"core-js": "^3.10.0",
1515
"rxjs": "^6.6.7",

0 commit comments

Comments
 (0)