Skip to content

Commit 0f5b3be

Browse files
chore(deps): update devdependencies (non-major) (#981)
Co-authored-by: Renovate Bot <[email protected]>
1 parent cc72f8e commit 0f5b3be

File tree

2 files changed

+52
-47
lines changed

2 files changed

+52
-47
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/cli": "7.14.5",
3939
"@babel/core": "7.14.6",
4040
"@babel/plugin-external-helpers": "7.14.5",
41-
"@babel/preset-env": "7.14.5",
41+
"@babel/preset-env": "7.14.7",
4242
"@babel/preset-typescript": "7.14.5",
4343
"@types/jest": "26.0.23",
4444
"babel-eslint": "10.1.0",
@@ -53,10 +53,10 @@
5353
"jest": "26.6.3",
5454
"jest-junit": "12.2.0",
5555
"lint-staged": "10.5.4",
56-
"prettier": "2.3.1",
56+
"prettier": "2.3.2",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.52.1",
59+
"rollup": "2.52.3",
6060
"rollup-plugin-babel": "4.4.0",
6161
"rollup-plugin-commonjs": "10.1.0",
6262
"rollup-plugin-node-resolve": "5.2.0",

yarn.lock

Lines changed: 49 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
5050
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
5151

52+
"@babel/compat-data@^7.14.7":
53+
version "7.14.7"
54+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
55+
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
56+
5257
5358
version "7.14.6"
5459
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
@@ -480,10 +485,10 @@
480485
dependencies:
481486
"@babel/helper-plugin-utils" "^7.14.5"
482487

483-
"@babel/plugin-proposal-async-generator-functions@^7.14.5":
484-
version "7.14.5"
485-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.5.tgz#4024990e3dd74181f4f426ea657769ff49a2df39"
486-
integrity sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA==
488+
"@babel/plugin-proposal-async-generator-functions@^7.14.7":
489+
version "7.14.7"
490+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
491+
integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
487492
dependencies:
488493
"@babel/helper-plugin-utils" "^7.14.5"
489494
"@babel/helper-remap-async-to-generator" "^7.14.5"
@@ -554,12 +559,12 @@
554559
"@babel/helper-plugin-utils" "^7.14.5"
555560
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
556561

557-
"@babel/plugin-proposal-object-rest-spread@^7.14.5":
558-
version "7.14.5"
559-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.5.tgz#e581d5ccdfa187ea6ed73f56c6a21c1580b90fbf"
560-
integrity sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A==
562+
"@babel/plugin-proposal-object-rest-spread@^7.14.7":
563+
version "7.14.7"
564+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
565+
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
561566
dependencies:
562-
"@babel/compat-data" "^7.14.5"
567+
"@babel/compat-data" "^7.14.7"
563568
"@babel/helper-compilation-targets" "^7.14.5"
564569
"@babel/helper-plugin-utils" "^7.14.5"
565570
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
@@ -792,10 +797,10 @@
792797
dependencies:
793798
"@babel/helper-plugin-utils" "^7.14.5"
794799

795-
"@babel/plugin-transform-destructuring@^7.14.5":
796-
version "7.14.5"
797-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.5.tgz#d32ad19ff1a6da1e861dc62720d80d9776e3bf35"
798-
integrity sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww==
800+
"@babel/plugin-transform-destructuring@^7.14.7":
801+
version "7.14.7"
802+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
803+
integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
799804
dependencies:
800805
"@babel/helper-plugin-utils" "^7.14.5"
801806

@@ -897,10 +902,10 @@
897902
"@babel/helper-module-transforms" "^7.14.5"
898903
"@babel/helper-plugin-utils" "^7.14.5"
899904

900-
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.5":
901-
version "7.14.5"
902-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.5.tgz#d537e8ee083ee6f6aa4f4eef9d2081d555746e4c"
903-
integrity sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw==
905+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
906+
version "7.14.7"
907+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
908+
integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
904909
dependencies:
905910
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
906911

@@ -954,10 +959,10 @@
954959
dependencies:
955960
"@babel/helper-plugin-utils" "^7.14.5"
956961

957-
"@babel/plugin-transform-spread@^7.14.5":
958-
version "7.14.5"
959-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.5.tgz#bd269fb4119754d2ce7f4cc39a96b4f71baae356"
960-
integrity sha512-/3iqoQdiWergnShZYl0xACb4ADeYCJ7X/RgmwtXshn6cIvautRPAFzhd58frQlokLO6Jb4/3JXvmm6WNTPtiTw==
962+
"@babel/plugin-transform-spread@^7.14.6":
963+
version "7.14.6"
964+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
965+
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
961966
dependencies:
962967
"@babel/helper-plugin-utils" "^7.14.5"
963968
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
@@ -1007,17 +1012,17 @@
10071012
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
10081013
"@babel/helper-plugin-utils" "^7.14.5"
10091014

1010-
"@babel/[email protected].5":
1011-
version "7.14.5"
1012-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997"
1013-
integrity sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA==
1015+
"@babel/[email protected].7":
1016+
version "7.14.7"
1017+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
1018+
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
10141019
dependencies:
1015-
"@babel/compat-data" "^7.14.5"
1020+
"@babel/compat-data" "^7.14.7"
10161021
"@babel/helper-compilation-targets" "^7.14.5"
10171022
"@babel/helper-plugin-utils" "^7.14.5"
10181023
"@babel/helper-validator-option" "^7.14.5"
10191024
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
1020-
"@babel/plugin-proposal-async-generator-functions" "^7.14.5"
1025+
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
10211026
"@babel/plugin-proposal-class-properties" "^7.14.5"
10221027
"@babel/plugin-proposal-class-static-block" "^7.14.5"
10231028
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -1026,7 +1031,7 @@
10261031
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
10271032
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
10281033
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1029-
"@babel/plugin-proposal-object-rest-spread" "^7.14.5"
1034+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
10301035
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
10311036
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
10321037
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -1052,7 +1057,7 @@
10521057
"@babel/plugin-transform-block-scoping" "^7.14.5"
10531058
"@babel/plugin-transform-classes" "^7.14.5"
10541059
"@babel/plugin-transform-computed-properties" "^7.14.5"
1055-
"@babel/plugin-transform-destructuring" "^7.14.5"
1060+
"@babel/plugin-transform-destructuring" "^7.14.7"
10561061
"@babel/plugin-transform-dotall-regex" "^7.14.5"
10571062
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
10581063
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
@@ -1064,15 +1069,15 @@
10641069
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
10651070
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
10661071
"@babel/plugin-transform-modules-umd" "^7.14.5"
1067-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.5"
1072+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
10681073
"@babel/plugin-transform-new-target" "^7.14.5"
10691074
"@babel/plugin-transform-object-super" "^7.14.5"
10701075
"@babel/plugin-transform-parameters" "^7.14.5"
10711076
"@babel/plugin-transform-property-literals" "^7.14.5"
10721077
"@babel/plugin-transform-regenerator" "^7.14.5"
10731078
"@babel/plugin-transform-reserved-words" "^7.14.5"
10741079
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
1075-
"@babel/plugin-transform-spread" "^7.14.5"
1080+
"@babel/plugin-transform-spread" "^7.14.6"
10761081
"@babel/plugin-transform-sticky-regex" "^7.14.5"
10771082
"@babel/plugin-transform-template-literals" "^7.14.5"
10781083
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
@@ -1083,7 +1088,7 @@
10831088
babel-plugin-polyfill-corejs2 "^0.2.2"
10841089
babel-plugin-polyfill-corejs3 "^0.2.2"
10851090
babel-plugin-polyfill-regenerator "^0.2.2"
1086-
core-js-compat "^3.14.0"
1091+
core-js-compat "^3.15.0"
10871092
semver "^6.3.0"
10881093

10891094
"@babel/preset-modules@^0.1.4":
@@ -2895,10 +2900,10 @@ copy-descriptor@^0.1.0:
28952900
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
28962901
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
28972902

2898-
core-js-compat@^3.14.0:
2899-
version "3.14.0"
2900-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5"
2901-
integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==
2903+
core-js-compat@^3.15.0:
2904+
version "3.15.1"
2905+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.1.tgz#1afe233716d37ee021956ef097594071b2b585a7"
2906+
integrity sha512-xGhzYMX6y7oEGQGAJmP2TmtBLvR4nZmRGEcFa3ubHOq5YEp51gGN9AovVa0AoujGZIq+Wm6dISiYyGNfdflYww==
29022907
dependencies:
29032908
browserslist "^4.16.6"
29042909
semver "7.0.0"
@@ -6572,10 +6577,10 @@ [email protected]:
65726577
sort-object-keys "^1.1.3"
65736578
sort-order "^1.0.1"
65746579

6575-
6576-
version "2.3.1"
6577-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
6578-
integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==
6580+
6581+
version "2.3.2"
6582+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
6583+
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
65796584

65806585
pretty-format@^26.0.0, pretty-format@^26.6.2:
65816586
version "26.6.2"
@@ -7103,10 +7108,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
71037108
dependencies:
71047109
estree-walker "^0.6.1"
71057110

7106-
7107-
version "2.52.1"
7108-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.1.tgz#dd1cc178d70cf35c48d943fc06fdc32d546e6876"
7109-
integrity sha512-/SPqz8UGnp4P1hq6wc9gdTqA2bXQXGx13TtoL03GBm6qGRI6Hm3p4Io7GeiHNLl0BsQAne1JNYY+q/apcY933w==
7111+
7112+
version "2.52.3"
7113+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.3.tgz#062fc3c85f67736d6758749310cfee64836c4e2a"
7114+
integrity sha512-QF3Sju8Kl2z0osI4unyOLyUudyhOMK6G0AeqJWgfiyigqLAlnNrfBcDWDx+f1cqn+JU2iIYVkDrgQ6/KtwEfrg==
71107115
optionalDependencies:
71117116
fsevents "~2.3.2"
71127117

0 commit comments

Comments
 (0)