Skip to content

Commit aadcb8a

Browse files
clydindgp1130
authored andcommitted
test: update Webpack app E2E test to use Angular v14 RC
1 parent 8dbf5af commit aadcb8a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "^13.1.0-next",
6-
"@angular/compiler": "^13.1.0-next",
7-
"@angular/compiler-cli": "^13.1.0-next",
8-
"@angular/core": "^13.1.0-next",
9-
"@angular/platform-browser": "^13.1.0-next",
10-
"@angular/platform-browser-dynamic": "^13.1.0-next",
11-
"@angular/platform-server": "^13.1.0-next",
12-
"@angular/router": "^13.1.0-next",
5+
"@angular/common": "^14.0.0-rc",
6+
"@angular/compiler": "^14.0.0-rc",
7+
"@angular/compiler-cli": "^14.0.0-rc",
8+
"@angular/core": "^14.0.0-rc",
9+
"@angular/platform-browser": "^14.0.0-rc",
10+
"@angular/platform-browser-dynamic": "^14.0.0-rc",
11+
"@angular/platform-server": "^14.0.0-rc",
12+
"@angular/router": "^14.0.0-rc",
1313
"@ngtools/webpack": "0.0.0",
1414
"rxjs": "^6.6.7",
1515
"zone.js": "^0.11.4"
1616
},
1717
"devDependencies": {
1818
"sass": "^1.32.8",
1919
"sass-loader": "^11.0.1",
20-
"typescript": "~4.3.2",
20+
"typescript": "~4.6.2",
2121
"webpack": "^5.27.0",
2222
"webpack-cli": "^4.5.0"
2323
}

0 commit comments

Comments
 (0)