Skip to content

Commit

Permalink
Merge pull request facebook#94 from frederickfogerty/master
Browse files Browse the repository at this point in the history
Upgrade to typescript 2.4 and ts-loader 2.2.1
  • Loading branch information
wmonk authored Jul 11, 2017
2 parents f1ddae9 + c52098b commit 7395212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/jest": "^19.2.3",
"@types/node": "^7.0.21",
"@types/react": "^15.0.24",
"@types/react": "^15.0.34",
"@types/react-dom": "^15.5.0",
"eslint": "3.19.0",
"husky": "^0.13.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"react-dev-utils": "^2.0.1",
"react-error-overlay": "^1.0.6",
"style-loader": "0.17.0",
"ts-loader": "^2.0.3",
"ts-loader": "^2.2.1",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.0.0",
"typescript": "~2.3.3",
"typescript": "~2.4.0",
"source-map-loader": "^0.2.1",
"sw-precache-webpack-plugin": "0.9.1",
"url-loader": "0.5.8",
Expand Down

0 comments on commit 7395212

Please sign in to comment.