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

Upgrade to typescript 2.5.3 #170

Merged
merged 1 commit into from
Oct 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scripts-ts",
"version": "2.7.0",
"version": "2.8.0",
"description": "Configuration and scripts for Create React App.",
"repository": "wmonk/create-react-app",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -38,11 +38,11 @@
"react-dev-utils": "^4.0.1",
"style-loader": "0.18.2",
"ts-jest": "^20.0.7",
"ts-loader": "^2.2.1",
"tslint": "^5.2.0",
"ts-loader": "^2.3.7",
"tslint": "^5.7.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.0.0",
"typescript": "~2.4.0",
"tslint-react": "^3.2.0",
"typescript": "~2.5.3",
"source-map-loader": "^0.2.1",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.5.9",
Expand Down