Skip to content

Commit bf3bfaf

Browse files
chore(deps): update devdependencies (non-major) (#971)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4aace76 commit bf3bfaf

File tree

2 files changed

+60
-56
lines changed

2 files changed

+60
-56
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"scroll-into-view-if-needed": "^2.2.28"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "7.13.16",
39-
"@babel/core": "7.14.2",
38+
"@babel/cli": "7.14.3",
39+
"@babel/core": "7.14.3",
4040
"@babel/plugin-external-helpers": "7.12.13",
4141
"@babel/preset-env": "7.14.2",
4242
"@babel/preset-typescript": "7.13.0",
@@ -45,16 +45,16 @@
4545
"babel-plugin-add-module-exports": "1.0.4",
4646
"babel-plugin-dev-expression": "0.2.2",
4747
"concurrently": "6.1.0",
48-
"eslint": "7.26.0",
48+
"eslint": "7.27.0",
4949
"eslint-config-prettier": "8.3.0",
50-
"eslint-plugin-import": "2.23.2",
50+
"eslint-plugin-import": "2.23.3",
5151
"eslint-plugin-react": "7.23.2",
5252
"husky": "5.2.0",
5353
"jest": "26.6.3",
5454
"jest-junit": "12.0.0",
5555
"lint-staged": "10.5.4",
5656
"prettier": "2.3.0",
57-
"prettier-package-json": "2.5.0",
57+
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
5959
"rollup": "2.48.0",
6060
"rollup-plugin-babel": "4.4.0",

yarn.lock

Lines changed: 55 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@7.13.16":
6-
version "7.13.16"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc"
8-
integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==
5+
"@babel/cli@7.14.3":
6+
version "7.14.3"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.3.tgz#9f6c8aee12e8660df879610f19a8010958b26a6f"
8+
integrity sha512-zU4JLvwk32ay1lhhyGfqiRUSPoltVDjhYkA3aQq8+Yby9z30s/EsFw1EPOHxWG9YZo2pAGfgdRNeHZQAYU5m9A==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -37,17 +37,17 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
3838
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
3939

40-
"@babel/[email protected].2":
41-
version "7.14.2"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417"
43-
integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ==
40+
"@babel/[email protected].3":
41+
version "7.14.3"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
43+
integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==
4444
dependencies:
4545
"@babel/code-frame" "^7.12.13"
46-
"@babel/generator" "^7.14.2"
46+
"@babel/generator" "^7.14.3"
4747
"@babel/helper-compilation-targets" "^7.13.16"
4848
"@babel/helper-module-transforms" "^7.14.2"
4949
"@babel/helpers" "^7.14.0"
50-
"@babel/parser" "^7.14.2"
50+
"@babel/parser" "^7.14.3"
5151
"@babel/template" "^7.12.13"
5252
"@babel/traverse" "^7.14.2"
5353
"@babel/types" "^7.14.2"
@@ -97,6 +97,15 @@
9797
jsesc "^2.5.1"
9898
source-map "^0.5.0"
9999

100+
"@babel/generator@^7.14.3":
101+
version "7.14.3"
102+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
103+
integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
104+
dependencies:
105+
"@babel/types" "^7.14.2"
106+
jsesc "^2.5.1"
107+
source-map "^0.5.0"
108+
100109
"@babel/helper-annotate-as-pure@^7.12.13":
101110
version "7.12.13"
102111
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -338,6 +347,11 @@
338347
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746"
339348
integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==
340349

350+
"@babel/parser@^7.14.3":
351+
version "7.14.3"
352+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298"
353+
integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==
354+
341355
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
342356
version "7.13.12"
343357
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -2692,14 +2706,6 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
26922706
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
26932707
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
26942708

2695-
contains-path@^1.0.0:
2696-
version "1.0.0"
2697-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-1.0.0.tgz#3458b332185603e8eed18f518d4a10888a3abc91"
2698-
integrity sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=
2699-
dependencies:
2700-
normalize-path "^2.1.1"
2701-
path-starts-with "^1.0.0"
2702-
27032709
conventional-changelog-angular@^5.0.0:
27042710
version "5.0.12"
27052711
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9"
@@ -3168,6 +3174,11 @@ escape-string-regexp@^2.0.0:
31683174
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
31693175
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
31703176

3177+
escape-string-regexp@^4.0.0:
3178+
version "4.0.0"
3179+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
3180+
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
3181+
31713182
escodegen@^2.0.0:
31723183
version "2.0.0"
31733184
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
@@ -3201,14 +3212,13 @@ eslint-module-utils@^2.6.1:
32013212
debug "^3.2.7"
32023213
pkg-dir "^2.0.0"
32033214

3204-
3205-
version "2.23.2"
3206-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.2.tgz#ee15dd68fc7a1a1ba4c653c734e0d01c100d3484"
3207-
integrity sha512-LmNoRptHBxOP+nb0PIKz1y6OSzCJlB+0g0IGS3XV4KaKk2q4szqQ6s6F1utVf5ZRkxk/QOTjdxe7v4VjS99Bsg==
3215+
3216+
version "2.23.3"
3217+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz#8a1b073289fff03c4af0f04b6df956b7d463e191"
3218+
integrity sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==
32083219
dependencies:
32093220
array-includes "^3.1.3"
32103221
array.prototype.flat "^1.2.4"
3211-
contains-path "^1.0.0"
32123222
debug "^2.6.9"
32133223
doctrine "^2.1.0"
32143224
eslint-import-resolver-node "^0.3.4"
@@ -3266,10 +3276,10 @@ eslint-visitor-keys@^2.0.0:
32663276
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
32673277
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
32683278

3269-
eslint@7.26.0:
3270-
version "7.26.0"
3271-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
3272-
integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
3279+
eslint@7.27.0:
3280+
version "7.27.0"
3281+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.27.0.tgz#665a1506d8f95655c9274d84bd78f7166b07e9c7"
3282+
integrity sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==
32733283
dependencies:
32743284
"@babel/code-frame" "7.12.11"
32753285
"@eslint/eslintrc" "^0.4.1"
@@ -3279,12 +3289,14 @@ [email protected]:
32793289
debug "^4.0.1"
32803290
doctrine "^3.0.0"
32813291
enquirer "^2.3.5"
3292+
escape-string-regexp "^4.0.0"
32823293
eslint-scope "^5.1.1"
32833294
eslint-utils "^2.1.0"
32843295
eslint-visitor-keys "^2.0.0"
32853296
espree "^7.3.1"
32863297
esquery "^1.4.0"
32873298
esutils "^2.0.2"
3299+
fast-deep-equal "^3.1.3"
32883300
file-entry-cache "^6.0.1"
32893301
functional-red-black-tree "^1.0.1"
32903302
glob-parent "^5.0.0"
@@ -3296,7 +3308,7 @@ [email protected]:
32963308
js-yaml "^3.13.1"
32973309
json-stable-stringify-without-jsonify "^1.0.1"
32983310
levn "^0.4.1"
3299-
lodash "^4.17.21"
3311+
lodash.merge "^4.6.2"
33003312
minimatch "^3.0.4"
33013313
natural-compare "^1.4.0"
33023314
optionator "^0.9.1"
@@ -3305,7 +3317,7 @@ [email protected]:
33053317
semver "^7.2.1"
33063318
strip-ansi "^6.0.0"
33073319
strip-json-comments "^3.1.0"
3308-
table "^6.0.4"
3320+
table "^6.0.9"
33093321
text-table "^0.2.0"
33103322
v8-compile-cache "^2.0.3"
33113323

@@ -3479,7 +3491,7 @@ extsprintf@^1.2.0:
34793491
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
34803492
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
34813493

3482-
fast-deep-equal@^3.1.1:
3494+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
34833495
version "3.1.3"
34843496
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
34853497
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -5332,11 +5344,6 @@ lodash.escaperegexp@^4.1.2:
53325344
resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
53335345
integrity sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=
53345346

5335-
lodash.flatten@^4.4.0:
5336-
version "4.4.0"
5337-
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
5338-
integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=
5339-
53405347
lodash.ismatch@^4.4.0:
53415348
version "4.4.0"
53425349
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
@@ -5352,6 +5359,11 @@ lodash.isstring@^4.0.1:
53525359
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
53535360
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
53545361

5362+
lodash.merge@^4.6.2:
5363+
version "4.6.2"
5364+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
5365+
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
5366+
53555367
lodash.toarray@^4.4.0:
53565368
version "4.4.0"
53575369
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
@@ -6354,13 +6366,6 @@ path-parse@^1.0.6:
63546366
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
63556367
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
63566368

6357-
path-starts-with@^1.0.0:
6358-
version "1.0.0"
6359-
resolved "https://registry.yarnpkg.com/path-starts-with/-/path-starts-with-1.0.0.tgz#b28243015e8b138de572682ac52da42e646ad84e"
6360-
integrity sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=
6361-
dependencies:
6362-
normalize-path "^2.1.1"
6363-
63646369
path-type@^3.0.0:
63656370
version "3.0.0"
63666371
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -6451,10 +6456,10 @@ prelude-ls@~1.1.2:
64516456
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
64526457
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
64536458

6454-
prettier-package-json@2.5.0:
6455-
version "2.5.0"
6456-
resolved "https://registry.yarnpkg.com/prettier-package-json/-/prettier-package-json-2.5.0.tgz#9f10c2634f4f176e83c9151e6df41f740125d74b"
6457-
integrity sha512-0S55YC6va8oJ9qMLM7gxGZxr0T7YrSAMrvu3HwkDlZcsAC+qq8xuUxHWwjm8xqKpogYaM8PfGC0rdlJsG66N6g==
6459+
prettier-package-json@2.6.0:
6460+
version "2.6.0"
6461+
resolved "https://registry.yarnpkg.com/prettier-package-json/-/prettier-package-json-2.6.0.tgz#624eeb604a4c19af146c1d1c824d31afd2690e2a"
6462+
integrity sha512-CS7utu4Jfm6xxCrIA4zZiOtNIwZhq0EyHnK01vmliV2QRU+L6/Ywy1tB6uUpT9Lwt5qpvRMHNApa6jxoRHfafA==
64586463
dependencies:
64596464
commander "^4.0.1"
64606465
cosmiconfig "^7.0.0"
@@ -7689,14 +7694,13 @@ symbol-tree@^3.2.4:
76897694
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
76907695
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
76917696

7692-
table@^6.0.4:
7693-
version "6.6.0"
7694-
resolved "https://registry.yarnpkg.com/table/-/table-6.6.0.tgz#905654b79df98d9e9a973de1dd58682532c40e8e"
7695-
integrity sha512-iZMtp5tUvcnAdtHpZTWLPF0M7AgiQsURR2DwmxnJwSy8I3+cY+ozzVvYha3BOLG2TB+L0CqjIz+91htuj6yCXg==
7697+
table@^6.0.9:
7698+
version "6.7.1"
7699+
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
7700+
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
76967701
dependencies:
76977702
ajv "^8.0.1"
76987703
lodash.clonedeep "^4.5.0"
7699-
lodash.flatten "^4.4.0"
77007704
lodash.truncate "^4.4.2"
77017705
slice-ansi "^4.0.0"
77027706
string-width "^4.2.0"

0 commit comments

Comments
 (0)