Skip to content

Commit 7d7b158

Browse files
fix(overmind-react): fix updating react hook
1 parent b2e282b commit 7d7b158

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"preact": "8.3.1",
4141
"preact-compat": "3.18.4",
4242
"prismjs": "1.15.0",
43-
"query-string": "^6.2.0",
44-
"react": "16.7.0-alpha.2",
45-
"react-dom": "16.7.0-alpha.2",
43+
"query-string": "6.2.0",
44+
"react": "16.8.1",
45+
"react-dom": "16.8.1",
4646
"react-hot-loader": "^4.3.4",
4747
"styled-components": "3.3.3",
4848
"tslib": "1.9.3",

packages/node_modules/overmind-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"electron": "^2.0.8",
2929
"electron-json-storage": "^4.1.0",
3030
"overmind-react": "next",
31-
"react": "16.7.0-alpha.2",
32-
"react-dom": "16.7.0-alpha.2",
31+
"react": "16.8.1",
32+
"react-dom": "16.8.1",
3333
"overmind-themes": "next",
3434
"emotion": "^9.2.12",
3535
"ws": "^5.2.1"

0 commit comments

Comments
 (0)