Skip to content

Commit

Permalink
[Lib] Bump [email protected] + types (#2446)
Browse files Browse the repository at this point in the history
[Lib] Bump [email protected] + types
  • Loading branch information
peril-staging[bot] authored May 21, 2019
2 parents d9df1e0 + dc854b1 commit 100558f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/react-slick": "0.23.2",
"@types/react-stripe-elements": "1.1.7",
"@types/react-test-renderer": "16.0.1",
"@types/react-tracking": "6.0.0",
"@types/react-tracking": "^7.0.0",
"@types/react-transition-group": "2.0.11",
"@types/relay-runtime": "1.3.5",
"@types/storybook__react": "4.0.1",
Expand Down Expand Up @@ -203,7 +203,7 @@
"react-slick": "^0.23.2",
"react-spring": "^5.7.2",
"react-stripe-elements": "^2.0.1",
"react-tracking": "^6.0.0",
"react-tracking": "^7.0.1",
"react-transition-group": "^2.3.0",
"react-url-query": "^1.1.4",
"react-waypoint": "^7.3.3",
Expand Down
22 changes: 14 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2189,10 +2189,10 @@
dependencies:
"@types/react" "*"

"@types/react-tracking@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@types/react-tracking/-/react-tracking-6.0.0.tgz#63bcc83c314586f3c84dfe32065872d1346efe9a"
integrity sha512-wfYIlQCmzfGYm4v0ZTw8F9uLUhdELRzvjD7XX0KB6KFvMsmk98M5LX4r5qBRwpeqCwY9SujJFBvVQrhrnB/ViQ==
"@types/react-tracking@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@types/react-tracking/-/react-tracking-7.0.0.tgz#2c5def990bb19516f2b4d5d343189b0a71c88d8b"
integrity sha512-W4NzuoBptl6jnyngOuuDQr1Z4XMMqtKmEQjYBv6xNEnnMVxQB2mRT8ULh/GIWFbng7yROHhLswmw2BcHn/MGRg==
dependencies:
"@types/react" "*"

Expand Down Expand Up @@ -4906,6 +4906,11 @@ core-js@^1.0.0:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=

core-js@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.1.tgz#502ba6e7c15300de20a372b390f9fc9039db76f2"
integrity sha512-OddJJmAMN6czmPEtp1ScHFWq4RXzH1iWJFGL8CZ6UcopeBzCMjo4Slv0UoLW2hhny1/wsDowm6xCmBCWQ1azkA==

[email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down Expand Up @@ -11900,11 +11905,12 @@ react-themeable@^1.1.0:
dependencies:
object-assign "^3.0.0"

react-tracking@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-tracking/-/react-tracking-6.0.0.tgz#9ed5dd7f8b64d40fcd1cc0160f449d909e6a58a0"
integrity sha512-wYOg9s54CV4/joO3gYJ9YpphGbbyHHhzI9priZk2QTqC3/ygQ8mHM2LK22vE7ILBun8LcGiPWCRUuGV/gtvlgA==
react-tracking@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/react-tracking/-/react-tracking-7.0.1.tgz#8d0c21374b58e7259a3a42d908d68923e6c1e112"
integrity sha512-O7Gh55b86J9mBNVbUFwnT+GHHY27QtireG97tJdZQvmsQ3ScmJrqLTPq4kFJu/Nyt8Q3AWuM8+jpnmR29GAnWQ==
dependencies:
core-js "^3.1.1"
deepmerge "^3.2.0"
hoist-non-react-statics "^3.3.0"

Expand Down

0 comments on commit 100558f

Please sign in to comment.