Skip to content

Commit

Permalink
[DDW-680] update react-polymorph to use releasee candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Oct 14, 2021
1 parent 0c098f9 commit 067ab82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -228,7 +228,7 @@
"react-intl": "2.7.2",
"react-lottie": "1.2.3",
"react-markdown": "4.3.1",
"react-polymorph": "1.0.0-next.1",
"react-polymorph": "1.0.1-rc.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-svg-inline": "2.1.1",
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Expand Up @@ -1531,6 +1531,7 @@
dependencies:
"@storybook/client-logger" "5.3.14"
"@storybook/theming" "5.3.14"
"@types/react-syntax-highlighter" "11.0.2"
"@types/react-textarea-autosize" "^4.3.3"
core-js "^3.0.1"
global "^4.3.2"
Expand Down Expand Up @@ -1644,6 +1645,7 @@
version "5.3.14"
resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-5.3.14.tgz#5e4e02585b37754bbebb8810ffb17c8ce706a1f8"
dependencies:
"@types/npmlog" "^4.1.2"
chalk "^3.0.0"
core-js "^3.0.1"
npmlog "^4.1.2"
Expand Down Expand Up @@ -1900,7 +1902,7 @@
bigi "^1.4.0"
bip66 "^1.1.0"
bitcoin-ops "^1.3.0"
blake2b "2.1.3"
blake2b "https://github.com/BitGo/blake2b#6268e6dd678661e0acc4359e9171b97eb1ebf8ac"
bs58check "^2.0.0"
create-hash "^1.1.0"
create-hmac "^1.1.3"
Expand Down Expand Up @@ -2033,6 +2035,7 @@
resolved "https://registry.yarnpkg.com/@types/react-color/-/react-color-3.0.4.tgz#c63daf012ad067ac0127bdd86725f079d02082bd"
dependencies:
"@types/react" "*"
"@types/reactcss" "*"

"@types/react-textarea-autosize@^4.3.3":
version "4.3.5"
Expand Down Expand Up @@ -2084,6 +2087,7 @@
"@types/anymatch" "*"
"@types/node" "*"
"@types/tapable" "*"
"@types/uglify-js" "*"
"@types/webpack-sources" "*"
source-map "^0.6.0"

Expand Down Expand Up @@ -4864,6 +4868,7 @@ cosmiconfig@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
dependencies:
"@types/parse-json" "^4.0.0"
import-fresh "^3.1.0"
parse-json "^5.0.0"
path-type "^4.0.0"
Expand All @@ -4873,6 +4878,7 @@ cosmiconfig@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
dependencies:
"@types/parse-json" "^4.0.0"
import-fresh "^3.2.1"
parse-json "^5.0.0"
path-type "^4.0.0"
Expand Down Expand Up @@ -8332,6 +8338,7 @@ html-webpack-plugin@^4.0.0-beta.2:
version "4.5.0"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
dependencies:
"@types/html-minifier-terser" "^5.0.0"
"@types/tapable" "^1.0.5"
"@types/webpack" "^4.41.8"
html-minifier-terser "^5.0.1"
Expand Down Expand Up @@ -10559,6 +10566,7 @@ meow@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/meow/-/meow-7.1.1.tgz#7c01595e3d337fcb0ec4e8eed1666ea95903d306"
dependencies:
"@types/minimist" "^1.2.0"
camelcase-keys "^6.2.2"
decamelize-keys "^1.1.0"
hard-rejection "^2.1.0"
Expand Down Expand Up @@ -13184,9 +13192,10 @@ react-modal@3.1.12:
prop-types "^15.5.10"
warning "^3.0.0"

react-polymorph@1.0.0-next.1:
version "1.0.0-next.1"
resolved "https://registry.yarnpkg.com/react-polymorph/-/react-polymorph-1.0.0-next.1.tgz#99c8f90e7188d176288c94f425fbb7505b31918c"
react-polymorph@1.0.1-rc.1:
version "1.0.1-rc.1"
resolved "https://registry.yarnpkg.com/react-polymorph/-/react-polymorph-1.0.1-rc.1.tgz#adf5820fb0b28e633d7bf64054d1c17e16987e0d"
integrity sha512-muxSiHTSY6N+R48FMGwasvwrzSuYe2mL1CUi9V1mRNFRibhwnN/xJpQ+pxAtpX0oYygwoQnY0WZOhK1IZpS+HA==
dependencies:
"@tippyjs/react" "4.2.1"
create-react-context "0.2.2"
Expand Down

0 comments on commit 067ab82

Please sign in to comment.