Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 2392778

Browse files
authored
Merge pull request #170 from nicolaserny/master
Upgrade to typescript 2.5.3
2 parents 606b651 + beb1381 commit 2392778

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts-ts",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "wmonk/create-react-app",
66
"license": "BSD-3-Clause",
@@ -38,11 +38,11 @@
3838
"react-dev-utils": "^4.0.1",
3939
"style-loader": "0.18.2",
4040
"ts-jest": "^20.0.7",
41-
"ts-loader": "^2.2.1",
42-
"tslint": "^5.2.0",
41+
"ts-loader": "^2.3.7",
42+
"tslint": "^5.7.0",
4343
"tslint-loader": "^3.5.3",
44-
"tslint-react": "^3.0.0",
45-
"typescript": "~2.4.0",
44+
"tslint-react": "^3.2.0",
45+
"typescript": "~2.5.3",
4646
"source-map-loader": "^0.2.1",
4747
"sw-precache-webpack-plugin": "0.11.4",
4848
"url-loader": "0.5.9",

0 commit comments

Comments
 (0)