Skip to content
Merged
Show file tree
Hide file tree
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
Update deps
  • Loading branch information
Tane Morgan committed Dec 6, 2018
commit dd74e02e09ab6abac3c8ade4bc5db6a432dfdc54
10 changes: 5 additions & 5 deletions examples/typescript-2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"start": "react-scripts start"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/node": "^10.12.10",
"@types/react": "^16.7.7",
"@types/react-dom": "^16.0.10",
"typescript": "^2.9.2"
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"typescript": "2.x"
},
"browserslist": [
">0.2%",
Expand Down
10 changes: 5 additions & 5 deletions examples/typescript-latest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"start": "react-scripts start"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/node": "^10.12.10",
"@types/react": "^16.7.7",
"@types/react-dom": "^16.0.10",
"typescript": "^3.1.6"
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"typescript": "^3.2.1"
},
"browserslist": [
">0.2%",
Expand Down
Loading