Skip to content

Commit

Permalink
[chore] Upgrade (and pin) popper/tippy/react-popper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Aug 21, 2020
1 parent fe7cbd2 commit febba59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/@sanity/components/package.json
Expand Up @@ -34,14 +34,14 @@
"lodash": "^4.17.15",
"nano-pubsub": "^1.0.2",
"palx": "^1.0.3",
"popper.js": "^1.16.1",
"popper.js": "1.16.1",
"react-animate-height": "^2.0.6",
"react-click-outside": "^3.0.0",
"react-motion": "^0.5.2",
"react-popper": "^1.0.2",
"react-popper": "1.3.7",
"react-sortable-hoc": "^0.6.3",
"react-split-pane": "^0.1.84",
"react-tippy": "^1.2.3",
"react-tippy": "1.4.0",
"rxjs": "^6.5.3",
"string-hash": "^1.1.3"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/@sanity/default-layout/package.json
Expand Up @@ -37,7 +37,7 @@
"lodash": "^4.17.15",
"react-click-outside": "^3.0.0",
"react-props-stream": "^1.0.0",
"react-tippy": "^1.2.3",
"react-tippy": "1.4.0",
"rxjs": "^6.5.3"
},
"devDependencies": {
Expand All @@ -47,8 +47,7 @@
"mocha": "^5.0.1",
"nyc": "^11.0.3",
"prop-types": "^15.6.0",
"rimraf": "^2.7.1",
"typescript": "^3.7.3"
"rimraf": "^2.7.1"
},
"peerDependencies": {
"@sanity/base": "^0.147.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/desk-tool/package.json
Expand Up @@ -45,7 +45,7 @@
"react-click-outside": "^3.0.0",
"react-json-inspector": "^7.1.1",
"react-tiny-virtual-list": "^2.0.5",
"react-tippy": "^1.2.3",
"react-tippy": "1.4.0",
"rxjs": "^6.5.3",
"scroll": "^3.0.1",
"shallow-equals": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/form-builder/package.json
Expand Up @@ -44,12 +44,12 @@
"moment": "^2.19.1",
"nano-pubsub": "^1.0.2",
"object-inspect": "^1.6.0",
"popper.js": "^1.16.1",
"popper.js": "1.16.1",
"react-click-outside": "^3.0.0",
"react-container-query": "^0.11.0",
"react-datepicker": "^1.8.0",
"react-measure": "^2.3.0",
"react-tippy": "^1.2.3",
"react-tippy": "1.4.0",
"rxjs": "^6.5.3",
"shallow-equals": "^1.0.0",
"speakingurl": "^13.0.0"
Expand Down

1 comment on commit febba59

@vercel
Copy link

@vercel vercel bot commented on febba59 Aug 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.