Skip to content

Commit 31774d7

Browse files
committed
test(@ngtools/webpack): update to ng4.0.0
1 parent 08dbdb2 commit 31774d7

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

tests/e2e/assets/webpack/test-server-app/package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "^4.0.0-rc.2",
6-
"@angular/compiler": "^4.0.0-rc.2",
7-
"@angular/compiler-cli": "^4.0.0-rc.2",
8-
"@angular/core": "^4.0.0-rc.2",
9-
"@angular/http": "^4.0.0-rc.2",
10-
"@angular/platform-browser": "^4.0.0-rc.2",
11-
"@angular/platform-browser-dynamic": "^4.0.0-rc.2",
12-
"@angular/platform-server": "^4.0.0-rc.2",
13-
"@angular/router": "^4.0.0-rc.2",
5+
"@angular/animations": "^4.0.0",
6+
"@angular/common": "^4.0.0",
7+
"@angular/compiler": "^4.0.0",
8+
"@angular/compiler-cli": "^4.0.0",
9+
"@angular/core": "^4.0.0",
10+
"@angular/http": "^4.0.0",
11+
"@angular/platform-browser": "^4.0.0",
12+
"@angular/platform-browser-dynamic": "^4.0.0",
13+
"@angular/platform-server": "^4.0.0",
14+
"@angular/router": "^4.0.0",
1415
"@ngtools/webpack": "0.0.0",
1516
"core-js": "^2.4.1",
16-
"rxjs": "^5.2.0",
17-
"zone.js": "^0.7.7"
17+
"rxjs": "^5.3.1",
18+
"zone.js": "^0.8.10"
1819
},
1920
"devDependencies": {
2021
"node-sass": "^4.5.0",
2122
"performance-now": "^0.2.0",
2223
"raw-loader": "^0.5.1",
2324
"sass-loader": "^6.0.3",
24-
"typescript": "^2.2.1",
25+
"typescript": "^2.3.2",
2526
"webpack": "2.2.1"
2627
}
2728
}

0 commit comments

Comments
 (0)