Skip to content

Commit 1bf0191

Browse files
committed
chore(build): Update and test Angular and rxjs dependencies
1 parent a895bad commit 1bf0191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"@angular/core": "^2.0.0",
4141
"@angular/platform-browser": "^2.0.0",
4242
"@angular/platform-browser-dynamic": "^2.0.0",
43-
"@types/jasmine": "^2.5.36",
4443
"firebase": "^3.0.0",
45-
"rxjs": "5.0.0-beta.12"
44+
"rxjs": "^5.0.1"
4645
},
4746
"devDependencies": {
47+
"@types/jasmine": "^2.5.36",
4848
"@angular/compiler-cli": "^2.0.0",
4949
"@angular/platform-server": "^2.0.0-rc.5",
5050
"@types/request": "0.0.30",
@@ -80,7 +80,7 @@
8080
"typedoc": "github:jeffbcross/typedoc",
8181
"typescript": "^2.0.2",
8282
"typings": "^1.3.2",
83-
"zone.js": "^0.6.21"
83+
"zone.js": "^0.6.26"
8484
},
8585
"typings": "index.d.ts"
8686
}

0 commit comments

Comments
 (0)