-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dev dependencies
- Loading branch information
1 parent
9c53c30
commit f37b367
Showing
2 changed files
with
72 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,33 +174,33 @@ | |
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" | ||
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== | ||
|
||
"@babel/[email protected].0", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4": | ||
version "7.14.0" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88" | ||
integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw== | ||
"@babel/[email protected].3", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4": | ||
version "7.14.3" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38" | ||
integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.14.0" | ||
"@babel/generator" "^7.14.3" | ||
"@babel/helper-compilation-targets" "^7.13.16" | ||
"@babel/helper-module-transforms" "^7.14.0" | ||
"@babel/helper-module-transforms" "^7.14.2" | ||
"@babel/helpers" "^7.14.0" | ||
"@babel/parser" "^7.14.0" | ||
"@babel/parser" "^7.14.3" | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.14.0" | ||
"@babel/types" "^7.14.0" | ||
"@babel/traverse" "^7.14.2" | ||
"@babel/types" "^7.14.2" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.1.2" | ||
semver "^6.3.0" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.14.0": | ||
version "7.14.1" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.1.tgz#1f99331babd65700183628da186f36f63d615c93" | ||
integrity sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ== | ||
"@babel/generator@^7.14.2", "@babel/generator@^7.14.3": | ||
version "7.14.3" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" | ||
integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== | ||
dependencies: | ||
"@babel/types" "^7.14.1" | ||
"@babel/types" "^7.14.2" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
|
@@ -270,14 +270,14 @@ | |
dependencies: | ||
"@babel/types" "^7.13.0" | ||
|
||
"@babel/helper-function-name@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" | ||
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== | ||
"@babel/helper-function-name@^7.12.13", "@babel/helper-function-name@^7.14.2": | ||
version "7.14.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" | ||
integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== | ||
dependencies: | ||
"@babel/helper-get-function-arity" "^7.12.13" | ||
"@babel/template" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
"@babel/types" "^7.14.2" | ||
|
||
"@babel/helper-get-function-arity@^7.12.13": | ||
version "7.12.13" | ||
|
@@ -308,19 +308,19 @@ | |
dependencies: | ||
"@babel/types" "^7.13.12" | ||
|
||
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0": | ||
version "7.14.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad" | ||
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw== | ||
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2": | ||
version "7.14.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" | ||
integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.13.12" | ||
"@babel/helper-replace-supers" "^7.13.12" | ||
"@babel/helper-simple-access" "^7.13.12" | ||
"@babel/helper-split-export-declaration" "^7.12.13" | ||
"@babel/helper-validator-identifier" "^7.14.0" | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.14.0" | ||
"@babel/types" "^7.14.0" | ||
"@babel/traverse" "^7.14.2" | ||
"@babel/types" "^7.14.2" | ||
|
||
"@babel/helper-optimise-call-expression@^7.12.13": | ||
version "7.12.13" | ||
|
@@ -412,10 +412,10 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0", "@babel/parser@^7.7.0": | ||
version "7.14.1" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.1.tgz#1bd644b5db3f5797c4479d89ec1817fe02b84c47" | ||
integrity sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q== | ||
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3", "@babel/parser@^7.7.0": | ||
version "7.14.3" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298" | ||
integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ== | ||
|
||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": | ||
version "7.13.12" | ||
|
@@ -483,10 +483,10 @@ | |
"@babel/helper-plugin-utils" "^7.13.0" | ||
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | ||
|
||
"@babel/plugin-proposal-nullish-coalescing-operator@7.13.8", "@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": | ||
version "7.13.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3" | ||
integrity sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== | ||
"@babel/plugin-proposal-nullish-coalescing-operator@7.14.2", "@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": | ||
version "7.14.2" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz#425b11dc62fc26939a2ab42cbba680bdf5734546" | ||
integrity sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.13.0" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | ||
|
@@ -518,10 +518,10 @@ | |
"@babel/helper-plugin-utils" "^7.13.0" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | ||
|
||
"@babel/plugin-proposal-optional-chaining@7.13.12", "@babel/plugin-proposal-optional-chaining@^7.13.12": | ||
version "7.13.12" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866" | ||
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ== | ||
"@babel/plugin-proposal-optional-chaining@7.14.2", "@babel/plugin-proposal-optional-chaining@^7.13.12": | ||
version "7.14.2" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz#df8171a8b9c43ebf4c1dabe6311b432d83e1b34e" | ||
integrity sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.13.0" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" | ||
|
@@ -1026,17 +1026,17 @@ | |
"@babel/parser" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.7.0": | ||
version "7.14.0" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef" | ||
integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA== | ||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.7.0": | ||
version "7.14.2" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" | ||
integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.14.0" | ||
"@babel/helper-function-name" "^7.12.13" | ||
"@babel/generator" "^7.14.2" | ||
"@babel/helper-function-name" "^7.14.2" | ||
"@babel/helper-split-export-declaration" "^7.12.13" | ||
"@babel/parser" "^7.14.0" | ||
"@babel/types" "^7.14.0" | ||
"@babel/parser" "^7.14.2" | ||
"@babel/types" "^7.14.2" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
|
@@ -1049,10 +1049,10 @@ | |
lodash "^4.17.13" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||
version "7.14.1" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db" | ||
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA== | ||
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||
version "7.14.2" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3" | ||
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.14.0" | ||
to-fast-properties "^2.0.0" | ||
|
@@ -1177,10 +1177,10 @@ | |
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" | ||
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== | ||
|
||
"@eslint/eslintrc@^0.4.0": | ||
version "0.4.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547" | ||
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog== | ||
"@eslint/eslintrc@^0.4.1": | ||
version "0.4.1" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14" | ||
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ== | ||
dependencies: | ||
ajv "^6.12.4" | ||
debug "^4.1.1" | ||
|
@@ -5127,13 +5127,13 @@ eslint-visitor-keys@^2.0.0: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" | ||
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== | ||
|
||
eslint@7.25.0: | ||
version "7.25.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67" | ||
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw== | ||
eslint@7.26.0: | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6" | ||
integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg== | ||
dependencies: | ||
"@babel/code-frame" "7.12.11" | ||
"@eslint/eslintrc" "^0.4.0" | ||
"@eslint/eslintrc" "^0.4.1" | ||
ajv "^6.10.0" | ||
chalk "^4.0.0" | ||
cross-spawn "^7.0.2" | ||
|
@@ -9033,10 +9033,10 @@ prepend-http@^2.0.0: | |
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" | ||
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= | ||
|
||
prettier@2.2.1: | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" | ||
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== | ||
prettier@2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18" | ||
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w== | ||
|
||
pretty-bytes@^5.3.0: | ||
version "5.6.0" | ||
|
@@ -11394,10 +11394,10 @@ webidl-conversions@^6.1.0: | |
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" | ||
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== | ||
|
||
[email protected].1: | ||
version "4.4.1" | ||
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.1.tgz#c71fb2eaffc10a4754d7303b224adb2342069da1" | ||
integrity sha512-j5m7WgytCkiVBoOGavzNokBOqxe6Mma13X1asfVYtKWM3wxBiRRu1u1iG0Iol5+qp9WgyhkMmBAcvjEfJ2bdDw== | ||
[email protected].2: | ||
version "4.4.2" | ||
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.2.tgz#39898cf6200178240910d629705f0f3493f7d666" | ||
integrity sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ== | ||
dependencies: | ||
acorn "^8.0.4" | ||
acorn-walk "^8.0.0" | ||
|