Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 11b0fdd

Browse files
committed
fix(deps): update dependency react-app-polyfill to v0.2.1
1 parent cd0135e commit 11b0fdd

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/polyfill": "7.2.5",
2020
"@devon/components": "0.0.1",
2121
"react": "16.7.0-alpha.2",
22-
"react-app-polyfill": "0.2.0",
22+
"react-app-polyfill": "0.2.1",
2323
"react-art": "16.7.0-alpha.2",
2424
"react-dom": "16.7.0-alpha.2",
2525
"react-native-web": "0.9.10",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,6 +3141,11 @@ [email protected]:
31413141
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
31423142
integrity sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==
31433143

3144+
3145+
version "2.6.4"
3146+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.4.tgz#b8897c062c4d769dd30a0ac5c73976c47f92ea0d"
3147+
integrity sha512-05qQ5hXShcqGkPZpXEFLIpxayZscVD2kuMBZewxiIPPEagukO4mqgPA9CWhUvFBJfy3ODdK2p9xyHh7FTU9/7A==
3148+
31443149
core-js@^1.0.0:
31453150
version "1.2.7"
31463151
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
@@ -9719,6 +9724,13 @@ [email protected]:
97199724
dependencies:
97209725
performance-now "^2.1.0"
97219726

9727+
9728+
version "3.4.1"
9729+
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
9730+
integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==
9731+
dependencies:
9732+
performance-now "^2.1.0"
9733+
97229734
randomatic@^3.0.0:
97239735
version "3.1.1"
97249736
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed"
@@ -9773,15 +9785,15 @@ [email protected]:
97739785
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.2.tgz#c12b6efdc2247c10da7b8770d185080a7b047156"
97749786
integrity sha1-wStu/cIkfBDae4dw0YUICnsEcVY=
97759787

9776-
9777-
version "0.2.0"
9778-
resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-0.2.0.tgz#60eaf037223b2f3a5671f45e5ac3b418f0b48ad2"
9779-
integrity sha512-uBfocjRsBNqhTaEywUZ2buzhHbor2jBbnhZY8VUZ7VZ3PXucIPZrPDAAmbclELhvl+x08PbynAGQfMYcBmqZ2w==
9788+
9789+
version "0.2.1"
9790+
resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-0.2.1.tgz#96c701a40b9671c8547f70bdbb4a47f4d5767790"
9791+
integrity sha512-rcpR+WKmLOoYGDAxXaLlxl5Sw6jqbcD1qg2Okn1Ta2RHCxLuQv75B9Em2L2GvuOTx3lAxDpNl/TYGWbKnO/Aag==
97809792
dependencies:
9781-
core-js "2.5.7"
9793+
core-js "2.6.4"
97829794
object-assign "4.1.1"
97839795
promise "8.0.2"
9784-
raf "3.4.0"
9796+
raf "3.4.1"
97859797
whatwg-fetch "3.0.0"
97869798

97879799
react-app-polyfill@^0.1.3:

0 commit comments

Comments
 (0)