Skip to content

Commit

Permalink
fix(react): add use-resize-observer to dependencies (#5927)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 23, 2020
1 parent 83aafb7 commit 4d7313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -49,6 +49,7 @@
"lodash.omit": "^4.5.0",
"lodash.throttle": "^4.1.1",
"react-is": "^16.8.6",
"use-resize-observer": "^6.0.0",
"warning": "^3.0.0",
"window-or-global": "^1.0.1"
},
Expand Down Expand Up @@ -115,7 +116,6 @@
"storybook-readme": "^5.0.8",
"string-replace-loader": "^2.1.0",
"terser-webpack-plugin": "^2.3.2",
"use-resize-observer": "^6.0.0",
"webpack": "^4.41.5",
"whatwg-fetch": "^2.0.3"
},
Expand Down

0 comments on commit 4d7313c

Please sign in to comment.