Skip to content

Commit

Permalink
upgrades deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Nov 16, 2019
1 parent 30cab06 commit 9bf5723
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 534 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ yarn add react-svg-pan-zoom
- **v3.2** - Upgrades deps
- **v3.3** - Adds SVG viewbox prop support [#150](https://github.com/chrvadala/react-svg-pan-zoom/pull/150)
- **v3.4** - Upgrades deps and increases code quality (fixing eslint warnings)
- **v3.5** - Handles wheel event as passive [#158](https://github.com/chrvadala/react-svg-pan-zoom/pull/158)
- **v3.5** - Handles wheel event as passive [#158](https://github.com/chrvadala/react-svg-pan-zoom/pull/158), upgrades deps

## Some projects using react-svg-pan-zoom
- [**Learn Anything**](https://github.com/learn-anything/learn-anything)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/runtime": "^7.6.3",
"@storybook/addon-actions": "5.2.4",
"@storybook/addon-knobs": "5.2.4",
"@storybook/addon-links": "5.2.4",
"@storybook/addons": "5.2.4",
"@storybook/react": "5.2.4",
"@storybook/addon-actions": "5.2.6",
"@storybook/addon-knobs": "5.2.6",
"@storybook/addon-links": "5.2.6",
"@storybook/addons": "5.2.6",
"@storybook/react": "5.2.6",
"@storybook/theming": "^5.2.4",
"babel-loader": "^8.0.6",
"cross-env": "^6.0.3",
Expand Down
Loading

0 comments on commit 9bf5723

Please sign in to comment.