Skip to content

Commit 54569bd

Browse files
committed
Updated dependencies to rc.6
1 parent 3c11cc6 commit 54569bd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-semantic-ui",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Angular 2 Semantic UI Components",
55
"repository": {
66
"type": "git",
@@ -28,19 +28,19 @@
2828
"prepublish": "tsc"
2929
},
3030
"dependencies": {
31-
"@angular/common": "2.0.0-rc.5",
32-
"@angular/compiler": "2.0.0-rc.5",
33-
"@angular/core": "2.0.0-rc.5",
34-
"@angular/forms": "0.3.0",
35-
"@angular/http": "2.0.0-rc.5",
36-
"@angular/platform-browser": "2.0.0-rc.5",
37-
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
38-
"@angular/router": "3.0.0-rc.1",
39-
"core-js": "^2.4.0",
31+
"@angular/common": "2.0.0-rc.6",
32+
"@angular/compiler": "2.0.0-rc.6",
33+
"@angular/core": "2.0.0-rc.6",
34+
"@angular/forms": "^2.0.0-rc.6",
35+
"@angular/http": "2.0.0-rc.6",
36+
"@angular/platform-browser": "2.0.0-rc.6",
37+
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
38+
"@angular/router": "3.0.0-rc.2",
39+
"core-js": "^2.4.1",
4040
"reflect-metadata": "0.1.3",
41-
"rxjs": "5.0.0-beta.6",
41+
"rxjs": "5.0.0-beta.11",
4242
"ts-helpers": "^1.1.1",
43-
"zone.js": "0.6.12"
43+
"zone.js": "0.6.17"
4444
},
4545
"devDependencies": {
4646
"@types/jasmine": "^2.2.30",
@@ -59,6 +59,6 @@
5959
"protractor": "3.3.0",
6060
"ts-node": "1.2.1",
6161
"tslint": "3.13.0",
62-
"typescript": "2.0.0"
62+
"typescript": "^2.0.0"
6363
}
6464
}

0 commit comments

Comments
 (0)