Skip to content

Commit

Permalink
fix(deps): update dependency react-primitives to ^0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 10, 2019
1 parent 041df84 commit 52a0fcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vgm/rsvg": "^1.0.0",
"react": "~16.6.0",
"react-dom": "~16.6.0",
"react-primitives": "^0.6.1",
"react-primitives": "^0.8.0",
"react-spring": "^6.1.5"
},
"devDependencies": {
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3603,7 +3603,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

create-react-class@^15.6.2:
create-react-class@^15.6.2, create-react-class@^15.6.3:
version "15.6.3"
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
integrity sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==
Expand Down Expand Up @@ -10837,6 +10837,16 @@ react-primitives@^0.6.1:
react-timer-mixin "^0.13.3"
string-hash "^1.1.3"

react-primitives@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/react-primitives/-/react-primitives-0.8.0.tgz#1cba0b1bd1463df158c963cabd5130b017e35e45"
integrity sha512-LyzURw3K2dSlpWBhW1IpoRVzZtlpKyUAEhd+dmAD5hIRFkaJ+v3dM7+5AuFqg76B4ASxFxb/Wq9FFJ/UqMSUPA==
dependencies:
animated "^0.2.2"
create-react-class "^15.6.3"
prop-types "^15.7.2"
react-timer-mixin "^0.13.4"

react-scripts@2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.8.tgz#21195bb928b2c0462aa98b2d32edf7d034cff2a9"
Expand Down Expand Up @@ -10970,7 +10980,7 @@ react-styleguidist@9.0.7:
webpack-dev-server "^3.2.1"
webpack-merge "^4.2.1"

react-timer-mixin@^0.13.3:
react-timer-mixin@^0.13.3, react-timer-mixin@^0.13.4:
version "0.13.4"
resolved "https://registry.yarnpkg.com/react-timer-mixin/-/react-timer-mixin-0.13.4.tgz#75a00c3c94c13abe29b43d63b4c65a88fc8264d3"
integrity sha512-4+ow23tp/Tv7hBM5Az5/Be/eKKF7DIvJ09voz5LyHGQaqqz9WV8YMs31eFvcYQs7d451LSg7kDJV70XYN/Ug/Q==
Expand Down

0 comments on commit 52a0fcc

Please sign in to comment.