Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency typescript to v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 13, 2019
1 parent 64d2bfd commit 4163f28
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/hooks/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-scripts": "3.2.0",
"reactstrap": "^8.0.0",
"subscriptions-transport-ws": "^0.9.16",
"typescript": "3.6.3"
"typescript": "3.6.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react-test-renderer": "16.9.0",
"react-scripts-ts": "3.1.0",
"react-test-renderer": "16.10.2",
"typescript": "3.6.3"
"typescript": "3.6.4"
},
"scripts": {
"start": "react-scripts-ts start",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"rollup-plugin-typescript2": "0.24.3",
"ts-jest": "24.1.0",
"tsc-watch": "3.0.2",
"typescript": "3.6.3",
"typescript": "3.6.4",
"zen-observable-ts": "0.8.20"
},
"bundlesize": [
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
},
"devDependencies": {
"rollup": "1.23.1",
"typescript": "3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"jest": "24.9.0",
"rollup": "1.23.1",
"tsc-watch": "3.0.2",
"typescript": "3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"jest": "24.9.0",
"rollup": "1.23.1",
"tsc-watch": "3.0.2",
"typescript": "3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"jest": "24.9.0",
"rollup": "1.23.1",
"tsc-watch": "3.0.2",
"typescript": "3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"jest": "24.9.0",
"rollup": "1.23.1",
"tsc-watch": "3.0.2",
"typescript": "3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"jest": "24.9.0",
"rollup": "1.23.1",
"tsc-watch": "3.0.2",
"typescript": "3.6.3"
"typescript": "3.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"jest": "24.9.0",
"rollup": "1.23.1",
"tsc-watch": "3.0.2",
"typescript": "3.6.3"
"typescript": "3.6.4"
}
}

0 comments on commit 4163f28

Please sign in to comment.