Skip to content

Commit f2bc8bc

Browse files
committed
Lock angular versions for AOT.
Workaround for this known issue: angular/angular-cli#3241
1 parent 32f82b7 commit f2bc8bc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"homepage": "http://akveo.github.io/ng2-admin/",
77
"license": "MIT",
88
"dependencies": {
9-
"@angular/common": "2.1.2",
10-
"@angular/compiler": "2.1.2",
11-
"@angular/core": "2.1.2",
12-
"@angular/forms": "2.1.2",
13-
"@angular/http": "2.1.2",
14-
"@angular/platform-browser": "2.1.2",
15-
"@angular/platform-browser-dynamic": "2.1.2",
16-
"@angular/platform-server": "2.1.2",
17-
"@angular/router": "3.1.2",
9+
"@angular/common": "2.2.1",
10+
"@angular/compiler": "2.2.1",
11+
"@angular/core": "2.2.1",
12+
"@angular/forms": "2.2.1",
13+
"@angular/http": "2.2.1",
14+
"@angular/platform-browser": "2.2.1",
15+
"@angular/platform-browser-dynamic": "2.2.1",
16+
"@angular/platform-server": "2.2.1",
17+
"@angular/router": "3.2.1",
1818
"@angularclass/conventions-loader": "^1.0.2",
1919
"@angularclass/hmr": "~1.2.0",
2020
"@angularclass/hmr-loader": "~3.0.2",
@@ -56,8 +56,8 @@
5656
"zone.js": "~0.6.23"
5757
},
5858
"devDependencies": {
59-
"@angular/compiler-cli": "^2.1.2",
60-
"@ngtools/webpack": "^1.1.4",
59+
"@angular/compiler-cli": "2.2.1",
60+
"@ngtools/webpack": "1.1.4",
6161
"@types/electron": "^1.3.20",
6262
"@types/hammerjs": "^2.0.33",
6363
"@types/jasmine": "^2.2.34",
@@ -100,7 +100,7 @@
100100
"tslint": "3.15.1",
101101
"tslint-loader": "^2.1.3",
102102
"typedoc": "^0.5.0",
103-
"typescript": "2.0.3",
103+
"typescript": "2.0.10",
104104
"url-loader": "^0.5.7",
105105
"webpack": "2.1.0-beta.25",
106106
"webpack-dashboard": "^0.1.8",

0 commit comments

Comments
 (0)