We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a895bad commit 1bf0191Copy full SHA for 1bf0191
package.json
@@ -40,11 +40,11 @@
40
"@angular/core": "^2.0.0",
41
"@angular/platform-browser": "^2.0.0",
42
"@angular/platform-browser-dynamic": "^2.0.0",
43
- "@types/jasmine": "^2.5.36",
44
"firebase": "^3.0.0",
45
- "rxjs": "5.0.0-beta.12"
+ "rxjs": "^5.0.1"
46
},
47
"devDependencies": {
+ "@types/jasmine": "^2.5.36",
48
"@angular/compiler-cli": "^2.0.0",
49
"@angular/platform-server": "^2.0.0-rc.5",
50
"@types/request": "0.0.30",
@@ -80,7 +80,7 @@
80
"typedoc": "github:jeffbcross/typedoc",
81
"typescript": "^2.0.2",
82
"typings": "^1.3.2",
83
- "zone.js": "^0.6.21"
+ "zone.js": "^0.6.26"
84
85
"typings": "index.d.ts"
86
}
0 commit comments