Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit f440adf

Browse files
committed
chore(deps): update dependency react-scripts to v2.0.5
1 parent 93cc405 commit f440adf

File tree

2 files changed

+49
-36
lines changed

2 files changed

+49
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"react-instantsearch": "^5.2.2"
1919
},
2020
"devDependencies": {
21-
"react-scripts": "2.0.3"
21+
"react-scripts": "2.0.5"
2222
}
2323
}

yarn.lock

Lines changed: 48 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
dependencies:
324324
"@babel/helper-plugin-utils" "^7.0.0"
325325

326-
"@babel/plugin-syntax-dynamic-import@7.0.0", "@babel/plugin-syntax-dynamic-import@^7.0.0":
326+
"@babel/plugin-syntax-dynamic-import@7.0.0":
327327
version "7.0.0"
328328
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0.tgz#6dfb7d8b6c3be14ce952962f658f3b7eb54c33ee"
329329
dependencies:
@@ -1369,6 +1369,12 @@ babel-messages@^6.23.0:
13691369
dependencies:
13701370
babel-runtime "^6.22.0"
13711371

1372+
babel-plugin-dynamic-import-node@2.2.0:
1373+
version "2.2.0"
1374+
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz#c0adfb07d95f4a4495e9aaac6ec386c4d7c2524e"
1375+
dependencies:
1376+
object.assign "^4.1.0"
1377+
13721378
babel-plugin-istanbul@^4.1.6:
13731379
version "4.1.6"
13741380
resolved "http://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
@@ -1397,12 +1403,6 @@ babel-plugin-syntax-object-rest-spread@^6.13.0, babel-plugin-syntax-object-rest-
13971403
version "6.13.0"
13981404
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
13991405

1400-
babel-plugin-transform-dynamic-import@2.1.0:
1401-
version "2.1.0"
1402-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-dynamic-import/-/babel-plugin-transform-dynamic-import-2.1.0.tgz#3ce618dd983c072b6e2135f527d46092fb45d80e"
1403-
dependencies:
1404-
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
1405-
14061406
babel-plugin-transform-object-rest-spread@^6.26.0:
14071407
version "6.26.0"
14081408
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
@@ -1421,9 +1421,9 @@ babel-preset-jest@^23.2.0:
14211421
babel-plugin-jest-hoist "^23.2.0"
14221422
babel-plugin-syntax-object-rest-spread "^6.13.0"
14231423

1424-
babel-preset-react-app@^5.0.2:
1425-
version "5.0.2"
1426-
resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-5.0.2.tgz#b00605ec1ae4f0dee0bde33f5b6896de6f720a15"
1424+
babel-preset-react-app@^5.0.4:
1425+
version "5.0.4"
1426+
resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-5.0.4.tgz#e64a875071af1637a712b68f429551988ec5ebe4"
14271427
dependencies:
14281428
"@babel/core" "7.1.0"
14291429
"@babel/plugin-proposal-class-properties" "7.1.0"
@@ -1439,8 +1439,8 @@ babel-preset-react-app@^5.0.2:
14391439
"@babel/preset-react" "7.0.0"
14401440
"@babel/runtime" "7.0.0"
14411441
babel-loader "8.0.4"
1442+
babel-plugin-dynamic-import-node "2.2.0"
14421443
babel-plugin-macros "2.4.2"
1443-
babel-plugin-transform-dynamic-import "2.1.0"
14441444
babel-plugin-transform-react-remove-prop-types "0.4.18"
14451445

14461446
babel-register@^6.26.0:
@@ -2113,9 +2113,9 @@ concat-stream@^1.5.0:
21132113
readable-stream "^2.2.2"
21142114
typedarray "^0.0.6"
21152115

2116-
confusing-browser-globals@^1.0.3:
2117-
version "1.0.3"
2118-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.3.tgz#fefd5f993b4833fd814dc85633528d03df6e758c"
2116+
confusing-browser-globals@^1.0.4:
2117+
version "1.0.4"
2118+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.4.tgz#7d3ae232117abdf158f968c1ebeeab42ea980991"
21192119

21202120
connect-history-api-fallback@^1.3.0:
21212121
version "1.5.0"
@@ -2876,11 +2876,11 @@ escodegen@^1.11.0, escodegen@^1.9.1:
28762876
optionalDependencies:
28772877
source-map "~0.6.1"
28782878

2879-
eslint-config-react-app@^3.0.3:
2880-
version "3.0.3"
2881-
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-3.0.3.tgz#490a7d8e04ae3055e78bb9aa3ee61781c14133b3"
2879+
eslint-config-react-app@^3.0.4:
2880+
version "3.0.4"
2881+
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-3.0.4.tgz#83f394d765e7d5af623d773e64609e9c9f2cbeb5"
28822882
dependencies:
2883-
confusing-browser-globals "^1.0.3"
2883+
confusing-browser-globals "^1.0.4"
28842884

28852885
eslint-import-resolver-node@^0.3.1:
28862886
version "0.3.2"
@@ -2927,9 +2927,9 @@ eslint-plugin-import@2.14.0:
29272927
read-pkg-up "^2.0.0"
29282928
resolve "^1.6.0"
29292929

2930-
eslint-plugin-jsx-a11y@6.1.1:
2931-
version "6.1.1"
2932-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.1.tgz#7bf56dbe7d47d811d14dbb3ddff644aa656ce8e1"
2930+
eslint-plugin-jsx-a11y@6.1.2:
2931+
version "6.1.2"
2932+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88"
29332933
dependencies:
29342934
aria-query "^3.0.0"
29352935
array-includes "^3.0.3"
@@ -3748,6 +3748,10 @@ has-flag@^3.0.0:
37483748
version "3.0.0"
37493749
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
37503750

3751+
has-symbols@^1.0.0:
3752+
version "1.0.0"
3753+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3754+
37513755
has-unicode@^2.0.0:
37523756
version "2.0.1"
37533757
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -5722,6 +5726,15 @@ object-visit@^1.0.0:
57225726
dependencies:
57235727
isobject "^3.0.0"
57245728

5729+
object.assign@^4.1.0:
5730+
version "4.1.0"
5731+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
5732+
dependencies:
5733+
define-properties "^1.1.2"
5734+
function-bind "^1.1.1"
5735+
has-symbols "^1.0.0"
5736+
object-keys "^1.0.11"
5737+
57255738
object.getownpropertydescriptors@^2.0.3:
57265739
version "2.0.3"
57275740
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -6877,9 +6890,9 @@ react-app-polyfill@^0.1.3:
68776890
raf "3.4.0"
68786891
whatwg-fetch "3.0.0"
68796892

6880-
react-dev-utils@^6.0.3:
6881-
version "6.0.3"
6882-
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-6.0.3.tgz#78662b5fd7b4441140485e80d04d594116c5b1e3"
6893+
react-dev-utils@^6.0.5:
6894+
version "6.0.5"
6895+
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-6.0.5.tgz#6ef34d0a416dc1c97ac20025031ea1f0d819b21d"
68836896
dependencies:
68846897
"@babel/code-frame" "7.0.0"
68856898
address "1.0.3"
@@ -6897,7 +6910,7 @@ react-dev-utils@^6.0.3:
68976910
loader-utils "1.1.0"
68986911
opn "5.4.0"
68996912
pkg-up "2.0.0"
6900-
react-error-overlay "^5.0.3"
6913+
react-error-overlay "^5.0.5"
69016914
recursive-readdir "2.2.2"
69026915
shell-quote "1.6.1"
69036916
sockjs-client "1.1.5"
@@ -6913,9 +6926,9 @@ react-dom@^16.4.2:
69136926
object-assign "^4.1.1"
69146927
prop-types "^15.6.0"
69156928

6916-
react-error-overlay@^5.0.3:
6917-
version "5.0.3"
6918-
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.0.3.tgz#6eae9350144f3cd036e4f968c5a8bfae542af562"
6929+
react-error-overlay@^5.0.5:
6930+
version "5.0.5"
6931+
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.0.5.tgz#716ff1a92fda76bb89a39adf9ce046a5d740e71a"
69196932

69206933
react-instantsearch-core@^5.2.2:
69216934
version "5.2.2"
@@ -6951,9 +6964,9 @@ react-instantsearch@^5.2.2:
69516964
react-instantsearch-dom "^5.2.2"
69526965
react-instantsearch-native "^5.2.2"
69536966

6954-
react-scripts@2.0.3:
6955-
version "2.0.3"
6956-
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.0.3.tgz#f766839096a7d28b318edcea16e56634243ae04f"
6967+
react-scripts@2.0.5:
6968+
version "2.0.5"
6969+
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.0.5.tgz#74b8e9fa6a7c5f0f11221dd18c10df2ae3df3d69"
69576970
dependencies:
69586971
"@babel/core" "7.1.0"
69596972
"@svgr/webpack" "2.4.1"
@@ -6962,19 +6975,19 @@ react-scripts@2.0.3:
69626975
babel-jest "23.6.0"
69636976
babel-loader "8.0.4"
69646977
babel-plugin-named-asset-import "^0.2.2"
6965-
babel-preset-react-app "^5.0.2"
6978+
babel-preset-react-app "^5.0.4"
69666979
bfj "6.1.1"
69676980
case-sensitive-paths-webpack-plugin "2.1.2"
69686981
chalk "2.4.1"
69696982
css-loader "1.0.0"
69706983
dotenv "6.0.0"
69716984
dotenv-expand "4.2.0"
69726985
eslint "5.6.0"
6973-
eslint-config-react-app "^3.0.3"
6986+
eslint-config-react-app "^3.0.4"
69746987
eslint-loader "2.1.1"
69756988
eslint-plugin-flowtype "2.50.1"
69766989
eslint-plugin-import "2.14.0"
6977-
eslint-plugin-jsx-a11y "6.1.1"
6990+
eslint-plugin-jsx-a11y "6.1.2"
69786991
eslint-plugin-react "7.11.1"
69796992
file-loader "2.0.0"
69806993
fs-extra "7.0.0"
@@ -6991,7 +7004,7 @@ react-scripts@2.0.3:
69917004
postcss-preset-env "6.0.6"
69927005
postcss-safe-parser "4.0.1"
69937006
react-app-polyfill "^0.1.3"
6994-
react-dev-utils "^6.0.3"
7007+
react-dev-utils "^6.0.5"
69957008
resolve "1.8.1"
69967009
sass-loader "7.1.0"
69977010
style-loader "0.23.0"

0 commit comments

Comments
 (0)