Skip to content

Commit 801e187

Browse files
author
Michael DESIGAUD
committed
Upgrade to angular 2 rc3
1 parent 39c790d commit 801e187

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/main/webapp/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"es6-shim": "^0.35.0"
77
},
88
"dependencies": {
9-
"@angular/common": "^2.0.0-rc.1",
10-
"@angular/compiler": "^2.0.0-rc.1",
11-
"@angular/core": "^2.0.0-rc.1",
12-
"@angular/http": "^2.0.0-rc.1",
13-
"@angular/platform-browser": "^2.0.0-rc.1",
14-
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
15-
"@angular/router": "^2.0.0-rc.1",
16-
"core-js": "^2.2.2",
9+
"@angular/common": "2.0.0-rc.3",
10+
"@angular/compiler": "2.0.0-rc.3",
11+
"@angular/core": "2.0.0-rc.3",
12+
"@angular/http": "2.0.0-rc.3",
13+
"@angular/platform-browser": "2.0.0-rc.3",
14+
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
15+
"@angular/router": "3.0.0-alpha.7",
16+
"core-js": "^2.4.0",
1717
"bootstrap": "3.3.6",
1818
"jquery": "1.11.3",
1919
"lodash": "^4.3.0",
2020
"rxjs": "5.0.0-beta.6",
2121
"systemjs": "0.19.9",
2222
"underscore": "1.8.3",
23-
"zone.js": "0.6.12",
23+
"zone.js": "~0.6.12",
2424
"font-awesome":"4.6.1"
2525
}
2626
}

0 commit comments

Comments
 (0)