Skip to content

Commit 2db0d0c

Browse files
jamesdanielsdavideast
authored andcommitted
fix(): pin to right typescript versions and drop OpaqueToken
1 parent f1252c6 commit 2db0d0c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"systemjs": "^0.19.16",
7474
"systemjs-builder": "^0.15.7",
7575
"traceur": "0.0.96",
76-
"typescript": "^2.4.0"
76+
"typescript": ">=2.4.2 <2.5"
7777
},
7878
"typings": "index.d.ts"
7979
}

src/core/angularfire2.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as firebase from 'firebase/app';
22
import { FirebaseAppConfigToken, FirebaseApp, _firebaseAppFactory } from './firebase.app.module';
3-
import { Injectable, InjectionToken, OpaqueToken, NgModule } from '@angular/core';
3+
import { Injectable, InjectionToken, NgModule } from '@angular/core';
44
import { Subscription } from 'rxjs/Subscription';
55
import { Scheduler } from 'rxjs/Scheduler';
66
import { queue } from 'rxjs/scheduler/queue';

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3887,9 +3887,9 @@ [email protected]:
38873887
version "1.8.10"
38883888
resolved "https://registry.yarnpkg.com/typescript/-/typescript-1.8.10.tgz#b475d6e0dff0bf50f296e5ca6ef9fbb5c7320f1e"
38893889

3890-
typescript@^2.4.0:
3891-
version "2.6.1"
3892-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631"
3890+
"typescript@>=2.4.2 <2.5":
3891+
version "2.4.2"
3892+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
38933893

38943894
uglify-js@^2.6:
38953895
version "2.8.29"

0 commit comments

Comments
 (0)