Skip to content

Commit

Permalink
Fix: Clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Mar 19, 2019
1 parent 00a5448 commit 7754765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"dependencies": {
"@reach/visually-hidden": "^0.1.2",
"@rehooks/component-size": "^1.0.2",
"@tippy.js/react": "^2.1.1",
"classcat": "^3.2.5",
"date-fns": "^1.30.1",
"invariant": "^2.2.4",
Expand All @@ -30,7 +29,6 @@
"mousetrap": "^1.6.3",
"re-resizable": "^4.11.0",
"react-draggable": "^3.2.1",
"react-tippy": "^1.2.3",
"rxjs": "^6.4.0",
"scroll-into-view-if-needed": "^2.2.20"
},
Expand All @@ -48,6 +46,7 @@
"@babel/preset-typescript": "^7.3.3",
"@commitlint/cli": "^7.5.2",
"@svgr/parcel-plugin-svgr": "^4.1.0",
"@tippy.js/react": "^2.1.1",
"@types/invariant": "^2.2.29",
"@types/jest": "^24.0.9",
"@types/lodash": "4.14.120",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8092,7 +8092,7 @@ pn@^1.1.0:
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==

popper.js@^1.11.1, popper.js@^1.14.7:
popper.js@^1.14.7:
version "1.14.7"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.14.7.tgz#e31ec06cfac6a97a53280c3e55e4e0c860e7738e"
integrity sha512-4q1hNvoUre/8srWsH7hnoSJ5xVmIL4qgz+s4qf2TnJIMyZFUFMGH+9vE7mXynAlHSZ/NdTmmow86muD0myUkVQ==
Expand Down Expand Up @@ -8848,13 +8848,6 @@ react-is@^16.8.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA==

react-tippy@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/react-tippy/-/react-tippy-1.2.3.tgz#8aef183ec4986ca7c5c556465013d95196fecfd8"
integrity sha512-cEmhw29DbVP33n9ayo0nLzibuSz6o0A77cZtzno7zGsfOH8tUEGai/8a7TXRIKHPYDooW8iJkJBIPDnxmEu00g==
dependencies:
popper.js "^1.11.1"

react@>=16.8:
version "16.8.4"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.4.tgz#fdf7bd9ae53f03a9c4cd1a371432c206be1c4768"
Expand Down

0 comments on commit 7754765

Please sign in to comment.