Skip to content

Commit 00af228

Browse files
chore(deps): update devdependencies (non-major) (#987)
Co-authored-by: Renovate Bot <[email protected]>
1 parent cb3104e commit 00af228

File tree

2 files changed

+111
-18
lines changed

2 files changed

+111
-18
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"scroll-into-view-if-needed": "^2.2.28"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "7.14.5",
39-
"@babel/core": "7.14.6",
38+
"@babel/cli": "7.14.8",
39+
"@babel/core": "7.14.8",
4040
"@babel/plugin-external-helpers": "7.14.5",
41-
"@babel/preset-env": "7.14.7",
41+
"@babel/preset-env": "7.14.8",
4242
"@babel/preset-typescript": "7.14.5",
4343
"@types/jest": "26.0.24",
4444
"babel-eslint": "10.1.0",
@@ -56,7 +56,7 @@
5656
"prettier": "2.3.2",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.53.2",
59+
"rollup": "2.53.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: 107 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].5":
6-
version "7.14.5"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.5.tgz#9551b194f02360729de6060785bbdcce52c69f0a"
8-
integrity sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==
5+
"@babel/[email protected].8":
6+
version "7.14.8"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933"
8+
integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -37,7 +37,28 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
3838
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
3939

40-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
40+
41+
version "7.14.8"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
43+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
44+
dependencies:
45+
"@babel/code-frame" "^7.14.5"
46+
"@babel/generator" "^7.14.8"
47+
"@babel/helper-compilation-targets" "^7.14.5"
48+
"@babel/helper-module-transforms" "^7.14.8"
49+
"@babel/helpers" "^7.14.8"
50+
"@babel/parser" "^7.14.8"
51+
"@babel/template" "^7.14.5"
52+
"@babel/traverse" "^7.14.8"
53+
"@babel/types" "^7.14.8"
54+
convert-source-map "^1.7.0"
55+
debug "^4.1.0"
56+
gensync "^1.0.0-beta.2"
57+
json5 "^2.1.2"
58+
semver "^6.3.0"
59+
source-map "^0.5.0"
60+
61+
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
4162
version "7.14.6"
4263
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
4364
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
@@ -67,6 +88,15 @@
6788
jsesc "^2.5.1"
6889
source-map "^0.5.0"
6990

91+
"@babel/generator@^7.14.8":
92+
version "7.14.8"
93+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
94+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
95+
dependencies:
96+
"@babel/types" "^7.14.8"
97+
jsesc "^2.5.1"
98+
source-map "^0.5.0"
99+
70100
"@babel/helper-annotate-as-pure@^7.14.5":
71101
version "7.14.5"
72102
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -184,6 +214,20 @@
184214
"@babel/traverse" "^7.14.5"
185215
"@babel/types" "^7.14.5"
186216

217+
"@babel/helper-module-transforms@^7.14.8":
218+
version "7.14.8"
219+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
220+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
221+
dependencies:
222+
"@babel/helper-module-imports" "^7.14.5"
223+
"@babel/helper-replace-supers" "^7.14.5"
224+
"@babel/helper-simple-access" "^7.14.8"
225+
"@babel/helper-split-export-declaration" "^7.14.5"
226+
"@babel/helper-validator-identifier" "^7.14.8"
227+
"@babel/template" "^7.14.5"
228+
"@babel/traverse" "^7.14.8"
229+
"@babel/types" "^7.14.8"
230+
187231
"@babel/helper-optimise-call-expression@^7.14.5":
188232
version "7.14.5"
189233
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -222,6 +266,13 @@
222266
dependencies:
223267
"@babel/types" "^7.14.5"
224268

269+
"@babel/helper-simple-access@^7.14.8":
270+
version "7.14.8"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
272+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
273+
dependencies:
274+
"@babel/types" "^7.14.8"
275+
225276
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
226277
version "7.14.5"
227278
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -241,6 +292,11 @@
241292
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
242293
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
243294

295+
"@babel/helper-validator-identifier@^7.14.8":
296+
version "7.14.8"
297+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
298+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
299+
244300
"@babel/helper-validator-option@^7.14.5":
245301
version "7.14.5"
246302
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -265,6 +321,15 @@
265321
"@babel/traverse" "^7.14.5"
266322
"@babel/types" "^7.14.5"
267323

324+
"@babel/helpers@^7.14.8":
325+
version "7.14.8"
326+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
327+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
328+
dependencies:
329+
"@babel/template" "^7.14.5"
330+
"@babel/traverse" "^7.14.8"
331+
"@babel/types" "^7.14.8"
332+
268333
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
269334
version "7.14.5"
270335
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -279,6 +344,11 @@
279344
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
280345
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
281346

347+
"@babel/parser@^7.14.8":
348+
version "7.14.8"
349+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
350+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
351+
282352
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
283353
version "7.14.5"
284354
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -799,10 +869,10 @@
799869
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
800870
"@babel/helper-plugin-utils" "^7.14.5"
801871

802-
"@babel/[email protected].7":
803-
version "7.14.7"
804-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
805-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
872+
"@babel/[email protected].8":
873+
version "7.14.8"
874+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
875+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
806876
dependencies:
807877
"@babel/compat-data" "^7.14.7"
808878
"@babel/helper-compilation-targets" "^7.14.5"
@@ -871,7 +941,7 @@
871941
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
872942
"@babel/plugin-transform-unicode-regex" "^7.14.5"
873943
"@babel/preset-modules" "^0.1.4"
874-
"@babel/types" "^7.14.5"
944+
"@babel/types" "^7.14.8"
875945
babel-plugin-polyfill-corejs2 "^0.2.2"
876946
babel-plugin-polyfill-corejs3 "^0.2.2"
877947
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -929,6 +999,21 @@
929999
debug "^4.1.0"
9301000
globals "^11.1.0"
9311001

1002+
"@babel/traverse@^7.14.8":
1003+
version "7.14.8"
1004+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1005+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1006+
dependencies:
1007+
"@babel/code-frame" "^7.14.5"
1008+
"@babel/generator" "^7.14.8"
1009+
"@babel/helper-function-name" "^7.14.5"
1010+
"@babel/helper-hoist-variables" "^7.14.5"
1011+
"@babel/helper-split-export-declaration" "^7.14.5"
1012+
"@babel/parser" "^7.14.8"
1013+
"@babel/types" "^7.14.8"
1014+
debug "^4.1.0"
1015+
globals "^11.1.0"
1016+
9321017
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
9331018
version "7.14.5"
9341019
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
@@ -937,6 +1022,14 @@
9371022
"@babel/helper-validator-identifier" "^7.14.5"
9381023
to-fast-properties "^2.0.0"
9391024

1025+
"@babel/types@^7.14.8":
1026+
version "7.14.8"
1027+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1028+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1029+
dependencies:
1030+
"@babel/helper-validator-identifier" "^7.14.8"
1031+
to-fast-properties "^2.0.0"
1032+
9401033
"@bcoe/v8-coverage@^0.2.3":
9411034
version "0.2.3"
9421035
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -6890,10 +6983,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
68906983
dependencies:
68916984
estree-walker "^0.6.1"
68926985

6893-
6894-
version "2.53.2"
6895-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.2.tgz#3279f9bfba1fe446585560802e418c5fbcaefa51"
6896-
integrity sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==
6986+
6987+
version "2.53.3"
6988+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.3.tgz#14b0e57f0874d4ad23bdbb13050cf70bcd1eabf7"
6989+
integrity sha512-79QIGP5DXz5ZHYnCPi3tLz+elOQi6gudp9YINdaJdjG0Yddubo6JRFUM//qCZ0Bap/GJrsUoEBVdSOc4AkMlRA==
68976990
optionalDependencies:
68986991
fsevents "~2.3.2"
68996992

0 commit comments

Comments
 (0)