Skip to content

Commit 77b94ff

Browse files
committed
[renovate] Update NPM dependencies
1 parent c8eb333 commit 77b94ff

File tree

4 files changed

+836
-608
lines changed

4 files changed

+836
-608
lines changed

docs-www/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@brainhubeu/gatsby-docs-kit-start",
33
"description": "Gatsby-Docs-Kit starter repository",
4-
"version": "0.0.52",
4+
"version": "0.0.53",
55
"author": "Brainhub",
66
"license": "MIT",
77
"scripts": {
@@ -15,20 +15,20 @@
1515
},
1616
"dependencies": {
1717
"@brainhubeu/gatsby-docs-kit": "3.0.8",
18-
"@brainhubeu/react-file-input": "^0.9.18",
18+
"@brainhubeu/react-file-input": "^0.9.20",
1919
"gatsby": "2.20.29",
2020
"gatsby-link": "2.3.0",
21-
"lodash": "^4.17.17",
21+
"lodash": "^4.17.19",
2222
"react-fa": "^5.0.0"
2323
},
2424
"devDependencies": {
2525
"@babel/plugin-proposal-class-properties": "^7.10.4",
2626
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
2727
"@babel/polyfill": "^7.10.4",
28-
"@babel/preset-env": "^7.10.4",
28+
"@babel/preset-env": "^7.11.0",
2929
"@babel/preset-react": "^7.10.4",
3030
"@babel/preset-stage-1": "^7.8.3",
31-
"@babel/register": "^7.10.4",
31+
"@babel/register": "^7.10.5",
3232
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
3333
"eslint": "^6.8.0",
3434
"eslint-config-brainhub": "^1.13.0",
@@ -38,6 +38,6 @@
3838
"react-dom": "^16.13.1"
3939
},
4040
"peerDependencies": {
41-
"@babel/core": "^7.10.4"
41+
"@babel/core": "^7.11.1"
4242
}
4343
}

docs-www/yarn.lock

+95-34
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
invariant "^2.2.4"
4949
semver "^5.5.0"
5050

51+
"@babel/compat-data@^7.11.0":
52+
version "7.11.0"
53+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
54+
integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==
55+
dependencies:
56+
browserslist "^4.12.0"
57+
invariant "^2.2.4"
58+
semver "^5.5.0"
59+
5160
5261
version "7.9.6"
5362
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
@@ -614,6 +623,13 @@
614623
"@babel/template" "^7.8.3"
615624
"@babel/types" "^7.8.3"
616625

626+
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
627+
version "7.11.0"
628+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
629+
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
630+
dependencies:
631+
"@babel/types" "^7.11.0"
632+
617633
"@babel/helper-split-export-declaration@^7.10.1":
618634
version "7.10.1"
619635
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
@@ -789,6 +805,14 @@
789805
"@babel/helper-plugin-utils" "^7.10.4"
790806
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
791807

808+
"@babel/plugin-proposal-export-namespace-from@^7.10.4":
809+
version "7.10.4"
810+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54"
811+
integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==
812+
dependencies:
813+
"@babel/helper-plugin-utils" "^7.10.4"
814+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
815+
792816
"@babel/plugin-proposal-json-strings@^7.10.1":
793817
version "7.10.1"
794818
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz#b1e691ee24c651b5a5e32213222b2379734aff09"
@@ -805,6 +829,14 @@
805829
"@babel/helper-plugin-utils" "^7.10.4"
806830
"@babel/plugin-syntax-json-strings" "^7.8.0"
807831

832+
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
833+
version "7.11.0"
834+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8"
835+
integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==
836+
dependencies:
837+
"@babel/helper-plugin-utils" "^7.10.4"
838+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
839+
808840
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.1":
809841
version "7.10.1"
810842
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz#02dca21673842ff2fe763ac253777f235e9bbf78"
@@ -871,10 +903,10 @@
871903
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
872904
"@babel/plugin-transform-parameters" "^7.10.1"
873905

874-
"@babel/plugin-proposal-object-rest-spread@^7.10.4":
875-
version "7.10.4"
876-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0"
877-
integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==
906+
"@babel/plugin-proposal-object-rest-spread@^7.11.0":
907+
version "7.11.0"
908+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af"
909+
integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==
878910
dependencies:
879911
"@babel/helper-plugin-utils" "^7.10.4"
880912
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -904,12 +936,13 @@
904936
"@babel/helper-plugin-utils" "^7.10.1"
905937
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
906938

907-
"@babel/plugin-proposal-optional-chaining@^7.10.4":
908-
version "7.10.4"
909-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7"
910-
integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==
939+
"@babel/plugin-proposal-optional-chaining@^7.11.0":
940+
version "7.11.0"
941+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
942+
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
911943
dependencies:
912944
"@babel/helper-plugin-utils" "^7.10.4"
945+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
913946
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
914947

915948
"@babel/plugin-proposal-optional-chaining@^7.9.0":
@@ -988,6 +1021,13 @@
9881021
dependencies:
9891022
"@babel/helper-plugin-utils" "^7.8.0"
9901023

1024+
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
1025+
version "7.8.3"
1026+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
1027+
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
1028+
dependencies:
1029+
"@babel/helper-plugin-utils" "^7.8.3"
1030+
9911031
"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.10.1":
9921032
version "7.10.1"
9931033
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.1.tgz#cd4bbca62fb402babacb174f64f8734310d742f0"
@@ -1023,6 +1063,13 @@
10231063
dependencies:
10241064
"@babel/helper-plugin-utils" "^7.10.4"
10251065

1066+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
1067+
version "7.10.4"
1068+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
1069+
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
1070+
dependencies:
1071+
"@babel/helper-plugin-utils" "^7.10.4"
1072+
10261073
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
10271074
version "7.8.3"
10281075
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
@@ -1695,12 +1742,13 @@
16951742
dependencies:
16961743
"@babel/helper-plugin-utils" "^7.10.1"
16971744

1698-
"@babel/plugin-transform-spread@^7.10.4":
1699-
version "7.10.4"
1700-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff"
1701-
integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==
1745+
"@babel/plugin-transform-spread@^7.11.0":
1746+
version "7.11.0"
1747+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc"
1748+
integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==
17021749
dependencies:
17031750
"@babel/helper-plugin-utils" "^7.10.4"
1751+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
17041752

17051753
"@babel/plugin-transform-spread@^7.8.3":
17061754
version "7.8.3"
@@ -1810,30 +1858,34 @@
18101858
core-js "^2.6.5"
18111859
regenerator-runtime "^0.13.4"
18121860

1813-
"@babel/preset-env@^7.10.4":
1814-
version "7.10.4"
1815-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f"
1816-
integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==
1861+
"@babel/preset-env@^7.11.0":
1862+
version "7.11.0"
1863+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
1864+
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
18171865
dependencies:
1818-
"@babel/compat-data" "^7.10.4"
1866+
"@babel/compat-data" "^7.11.0"
18191867
"@babel/helper-compilation-targets" "^7.10.4"
18201868
"@babel/helper-module-imports" "^7.10.4"
18211869
"@babel/helper-plugin-utils" "^7.10.4"
18221870
"@babel/plugin-proposal-async-generator-functions" "^7.10.4"
18231871
"@babel/plugin-proposal-class-properties" "^7.10.4"
18241872
"@babel/plugin-proposal-dynamic-import" "^7.10.4"
1873+
"@babel/plugin-proposal-export-namespace-from" "^7.10.4"
18251874
"@babel/plugin-proposal-json-strings" "^7.10.4"
1875+
"@babel/plugin-proposal-logical-assignment-operators" "^7.11.0"
18261876
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4"
18271877
"@babel/plugin-proposal-numeric-separator" "^7.10.4"
1828-
"@babel/plugin-proposal-object-rest-spread" "^7.10.4"
1878+
"@babel/plugin-proposal-object-rest-spread" "^7.11.0"
18291879
"@babel/plugin-proposal-optional-catch-binding" "^7.10.4"
1830-
"@babel/plugin-proposal-optional-chaining" "^7.10.4"
1880+
"@babel/plugin-proposal-optional-chaining" "^7.11.0"
18311881
"@babel/plugin-proposal-private-methods" "^7.10.4"
18321882
"@babel/plugin-proposal-unicode-property-regex" "^7.10.4"
18331883
"@babel/plugin-syntax-async-generators" "^7.8.0"
18341884
"@babel/plugin-syntax-class-properties" "^7.10.4"
18351885
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
1886+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
18361887
"@babel/plugin-syntax-json-strings" "^7.8.0"
1888+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
18371889
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
18381890
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
18391891
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -1866,14 +1918,14 @@
18661918
"@babel/plugin-transform-regenerator" "^7.10.4"
18671919
"@babel/plugin-transform-reserved-words" "^7.10.4"
18681920
"@babel/plugin-transform-shorthand-properties" "^7.10.4"
1869-
"@babel/plugin-transform-spread" "^7.10.4"
1921+
"@babel/plugin-transform-spread" "^7.11.0"
18701922
"@babel/plugin-transform-sticky-regex" "^7.10.4"
18711923
"@babel/plugin-transform-template-literals" "^7.10.4"
18721924
"@babel/plugin-transform-typeof-symbol" "^7.10.4"
18731925
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
18741926
"@babel/plugin-transform-unicode-regex" "^7.10.4"
18751927
"@babel/preset-modules" "^0.1.3"
1876-
"@babel/types" "^7.10.4"
1928+
"@babel/types" "^7.11.0"
18771929
browserslist "^4.12.0"
18781930
core-js-compat "^3.6.2"
18791931
invariant "^2.2.2"
@@ -2012,13 +2064,13 @@
20122064
"@babel/helper-plugin-utils" "^7.10.1"
20132065
"@babel/plugin-transform-typescript" "^7.10.1"
20142066

2015-
"@babel/register@^7.10.4":
2016-
version "7.10.4"
2017-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz#53004ba8b04c4af3cbd84508e03ad150669746e4"
2018-
integrity sha512-whHmgGiWNVyTVnYTSawtDWhaeYsc+noeU8Rmi+MPnbGhDYmr5QpEDMrQcIA07D2RUv0BlThPcN89XcHCqq/O4g==
2067+
"@babel/register@^7.10.5":
2068+
version "7.10.5"
2069+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89"
2070+
integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw==
20192071
dependencies:
20202072
find-cache-dir "^2.0.0"
2021-
lodash "^4.17.13"
2073+
lodash "^4.17.19"
20222074
make-dir "^2.1.0"
20232075
pirates "^4.0.0"
20242076
source-map-support "^0.5.16"
@@ -2164,6 +2216,15 @@
21642216
lodash "^4.17.13"
21652217
to-fast-properties "^2.0.0"
21662218

2219+
"@babel/types@^7.11.0":
2220+
version "7.11.0"
2221+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
2222+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
2223+
dependencies:
2224+
"@babel/helper-validator-identifier" "^7.10.4"
2225+
lodash "^4.17.19"
2226+
to-fast-properties "^2.0.0"
2227+
21672228
"@babel/types@^7.4.4", "@babel/types@^7.9.0":
21682229
version "7.9.0"
21692230
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
@@ -2221,10 +2282,10 @@
22212282
react-helmet "^5.2.1"
22222283
react-live "^1.12.0"
22232284

2224-
"@brainhubeu/react-file-input@^0.9.18":
2225-
version "0.9.18"
2226-
resolved "https://registry.yarnpkg.com/@brainhubeu/react-file-input/-/react-file-input-0.9.18.tgz#46edcd476b68111f9654f09bed8ab93296bc798e"
2227-
integrity sha512-foaoF4dsQmn+mtgjwT6Db/IZPoAuZj9vTTllh3Aa/ypmK/vv1cO5saCo57T/07UdzUcW18FoiIhq9TVwd6EKAw==
2285+
"@brainhubeu/react-file-input@^0.9.20":
2286+
version "0.9.20"
2287+
resolved "https://registry.yarnpkg.com/@brainhubeu/react-file-input/-/react-file-input-0.9.20.tgz#6320600743e3c80715b947e150fe9dccdc66677e"
2288+
integrity sha512-elyXvtZNZsV5iJAfB//9DNuqMo0l4AoObAzlVuM/OoFVur2LSaG09YFlUdQa0iDiCBbpLT/5z5RKEiQM/qms0Q==
22282289
dependencies:
22292290
"@fortawesome/fontawesome-free-solid" "^5.0.13"
22302291
browser-sync "^2.26.7"
@@ -12239,10 +12300,10 @@ [email protected], lodash@^4.0.0, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.17.10,
1223912300
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1224012301
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1224112302

12242-
lodash@^4.17.17:
12243-
version "4.17.17"
12244-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.17.tgz#d9018b3acc57a95c9dcf4a45c6b63b877b6c2d45"
12245-
integrity sha512-/B2DjOphAoqi5BX4Gg2oh4UR0Gy/A7xYAMh3aSECEKzwS3eCDEpS0Cals1Ktvxwlal3bBJNc+5W9kNIcADdw5Q==
12303+
lodash@^4.17.19:
12304+
version "4.17.19"
12305+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
12306+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
1224612307

1224712308
log-update@^3.0.0:
1224812309
version "3.4.0"

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brainhubeu/react-file-input",
3-
"version": "0.9.20",
3+
"version": "0.9.21",
44
"description": "⚛️  A file Input, width drag'n'drop and image editor for React",
55
"engines": {
66
"node": ">=8.9"
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"@fortawesome/fontawesome-free-solid": "^5.0.13",
31-
"browser-sync": "^2.26.7",
31+
"browser-sync": "^2.26.12",
3232
"connect-history-api-fallback": "^1.6.0",
3333
"css-loader": "^0.28.11",
3434
"express": "^4.17.1",
@@ -58,27 +58,27 @@
5858
"webpack-hot-middleware": "^2.25.0"
5959
},
6060
"devDependencies": {
61-
"@babel/cli": "^7.10.4",
62-
"@babel/core": "^7.10.4",
61+
"@babel/cli": "^7.10.5",
62+
"@babel/core": "^7.11.1",
6363
"@babel/plugin-proposal-class-properties": "^7.10.4",
6464
"@babel/polyfill": "^7.10.4",
65-
"@babel/preset-env": "^7.10.4",
65+
"@babel/preset-env": "^7.11.0",
6666
"@babel/preset-react": "^7.10.4",
67-
"@babel/register": "^7.10.4",
68-
"@babel/plugin-transform-runtime": "^7.10.4",
69-
"autoprefixer": "^9.8.4",
67+
"@babel/register": "^7.10.5",
68+
"@babel/plugin-transform-runtime": "^7.11.0",
69+
"autoprefixer": "^9.8.6",
7070
"babel-eslint": "^10.1.0",
7171
"babel-loader": "^8.1.0",
7272
"babel-plugin-transform-react-constant-elements": "^6.23.0",
7373
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
7474
"chalk": "^2.4.2",
7575
"coveralls": "^3.1.0",
7676
"enzyme": "^3.11.0",
77-
"enzyme-adapter-react-16": "^1.15.2",
77+
"enzyme-adapter-react-16": "^1.15.3",
7878
"eslint": "^4.19.1",
7979
"eslint-config-brainhub": "^1.13.0",
8080
"eslint-watch": "^3.1.5",
81-
"jest": "^26.1.0"
81+
"jest": "^26.4.0"
8282
},
8383
"keywords": [
8484
"react",

0 commit comments

Comments
 (0)