Skip to content

Commit e2e1906

Browse files
committed
updated ts to rc
1 parent a7d3da4 commit e2e1906

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"redux-observable": "0.17.0",
3535
"reselect": "3.0.1",
3636
"rxjs": "5.5.6",
37-
"tslib": "1.8.1",
37+
"tslib": "1.9.0",
3838
"typesafe-actions": "1.1.2",
3939
"utility-types": "1.1.0"
4040
},
@@ -58,7 +58,7 @@
5858
"ts-jest": "22.0.1",
5959
"tslint": "5.8.0",
6060
"tslint-react": "3.3.3",
61-
"typescript": "2.8.0-dev.20180308",
61+
"typescript": "2.8.0-rc",
6262
"webpack": "3.10.0",
6363
"webpack-blocks": "1.0.0-rc.2"
6464
}

playground/yarn.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7152,7 +7152,11 @@ [email protected]:
71527152
source-map-support "^0.5.0"
71537153
yargs "^10.0.3"
71547154

7155-
[email protected], tslib@^1.7.1, tslib@^1.8.0:
7155+
7156+
version "1.9.0"
7157+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
7158+
7159+
tslib@^1.7.1, tslib@^1.8.0:
71567160
version "1.8.1"
71577161
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
71587162

@@ -7227,9 +7231,9 @@ [email protected]:
72277231
version "1.1.2"
72287232
resolved "https://registry.yarnpkg.com/typesafe-actions/-/typesafe-actions-1.1.2.tgz#af88ede3ee254be425c3e0e02de11b182830ae48"
72297233

7230-
[email protected]dev.20180308:
7231-
version "2.8.0-dev.20180308"
7232-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.0-dev.20180308.tgz#d089f067fa8b7190984bc2ea340679bbddc1bd62"
7234+
7235+
version "2.8.0-rc"
7236+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.0-rc.tgz#a0256b7d1d39fb7493ba0403f55e95d31e8bc374"
72337237

72347238
typescript@^2.4.2:
72357239
version "2.6.2"

0 commit comments

Comments
 (0)