Update babel monorepo to v7.20.2 (#674)
This commit is contained in:
parent
de4e44eca1
commit
cc6b60c77b
2 changed files with 169 additions and 163 deletions
|
|
@ -88,8 +88,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.19.3",
|
"@babel/cli": "7.19.3",
|
||||||
"@babel/core": "7.19.6",
|
"@babel/core": "7.20.2",
|
||||||
"@babel/preset-env": "7.19.4",
|
"@babel/preset-env": "7.20.2",
|
||||||
"autoprefixer": "10.4.13",
|
"autoprefixer": "10.4.13",
|
||||||
"browser-sync": "2.27.10",
|
"browser-sync": "2.27.10",
|
||||||
"del": "6.1.1",
|
"del": "6.1.1",
|
||||||
|
|
|
||||||
328
yarn.lock
328
yarn.lock
|
|
@ -52,31 +52,26 @@
|
||||||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
|
||||||
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
|
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
|
||||||
|
|
||||||
"@babel/compat-data@^7.19.3":
|
"@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
|
||||||
version "7.19.3"
|
version "7.20.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
|
||||||
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
|
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
|
||||||
|
|
||||||
"@babel/compat-data@^7.19.4":
|
"@babel/core@7.20.2":
|
||||||
version "7.19.4"
|
version "7.20.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
|
||||||
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
|
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
|
||||||
|
|
||||||
"@babel/core@7.19.6":
|
|
||||||
version "7.19.6"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
|
|
||||||
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
|
|
||||||
dependencies:
|
dependencies:
|
||||||
"@ampproject/remapping" "^2.1.0"
|
"@ampproject/remapping" "^2.1.0"
|
||||||
"@babel/code-frame" "^7.18.6"
|
"@babel/code-frame" "^7.18.6"
|
||||||
"@babel/generator" "^7.19.6"
|
"@babel/generator" "^7.20.2"
|
||||||
"@babel/helper-compilation-targets" "^7.19.3"
|
"@babel/helper-compilation-targets" "^7.20.0"
|
||||||
"@babel/helper-module-transforms" "^7.19.6"
|
"@babel/helper-module-transforms" "^7.20.2"
|
||||||
"@babel/helpers" "^7.19.4"
|
"@babel/helpers" "^7.20.1"
|
||||||
"@babel/parser" "^7.19.6"
|
"@babel/parser" "^7.20.2"
|
||||||
"@babel/template" "^7.18.10"
|
"@babel/template" "^7.18.10"
|
||||||
"@babel/traverse" "^7.19.6"
|
"@babel/traverse" "^7.20.1"
|
||||||
"@babel/types" "^7.19.4"
|
"@babel/types" "^7.20.2"
|
||||||
convert-source-map "^1.7.0"
|
convert-source-map "^1.7.0"
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
gensync "^1.0.0-beta.2"
|
gensync "^1.0.0-beta.2"
|
||||||
|
|
@ -131,15 +126,6 @@
|
||||||
"@jridgewell/gen-mapping" "^0.3.2"
|
"@jridgewell/gen-mapping" "^0.3.2"
|
||||||
jsesc "^2.5.1"
|
jsesc "^2.5.1"
|
||||||
|
|
||||||
"@babel/generator@^7.19.3":
|
|
||||||
version "7.19.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
|
|
||||||
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
|
|
||||||
dependencies:
|
|
||||||
"@babel/types" "^7.19.3"
|
|
||||||
"@jridgewell/gen-mapping" "^0.3.2"
|
|
||||||
jsesc "^2.5.1"
|
|
||||||
|
|
||||||
"@babel/generator@^7.19.6":
|
"@babel/generator@^7.19.6":
|
||||||
version "7.19.6"
|
version "7.19.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
|
||||||
|
|
@ -149,6 +135,15 @@
|
||||||
"@jridgewell/gen-mapping" "^0.3.2"
|
"@jridgewell/gen-mapping" "^0.3.2"
|
||||||
jsesc "^2.5.1"
|
jsesc "^2.5.1"
|
||||||
|
|
||||||
|
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
|
||||||
|
version "7.20.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
|
||||||
|
integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "^7.20.2"
|
||||||
|
"@jridgewell/gen-mapping" "^0.3.2"
|
||||||
|
jsesc "^2.5.1"
|
||||||
|
|
||||||
"@babel/helper-annotate-as-pure@^7.12.13":
|
"@babel/helper-annotate-as-pure@^7.12.13":
|
||||||
version "7.12.13"
|
version "7.12.13"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
||||||
|
|
@ -181,12 +176,12 @@
|
||||||
browserslist "^4.20.2"
|
browserslist "^4.20.2"
|
||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
|
|
||||||
"@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
|
"@babel/helper-compilation-targets@^7.20.0":
|
||||||
version "7.19.3"
|
version "7.20.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
|
||||||
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
|
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data" "^7.19.3"
|
"@babel/compat-data" "^7.20.0"
|
||||||
"@babel/helper-validator-option" "^7.18.6"
|
"@babel/helper-validator-option" "^7.18.6"
|
||||||
browserslist "^4.21.3"
|
browserslist "^4.21.3"
|
||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
|
|
@ -337,20 +332,6 @@
|
||||||
"@babel/traverse" "^7.18.9"
|
"@babel/traverse" "^7.18.9"
|
||||||
"@babel/types" "^7.18.9"
|
"@babel/types" "^7.18.9"
|
||||||
|
|
||||||
"@babel/helper-module-transforms@^7.19.0":
|
|
||||||
version "7.19.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
|
|
||||||
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
|
|
||||||
dependencies:
|
|
||||||
"@babel/helper-environment-visitor" "^7.18.9"
|
|
||||||
"@babel/helper-module-imports" "^7.18.6"
|
|
||||||
"@babel/helper-simple-access" "^7.18.6"
|
|
||||||
"@babel/helper-split-export-declaration" "^7.18.6"
|
|
||||||
"@babel/helper-validator-identifier" "^7.18.6"
|
|
||||||
"@babel/template" "^7.18.10"
|
|
||||||
"@babel/traverse" "^7.19.0"
|
|
||||||
"@babel/types" "^7.19.0"
|
|
||||||
|
|
||||||
"@babel/helper-module-transforms@^7.19.6":
|
"@babel/helper-module-transforms@^7.19.6":
|
||||||
version "7.19.6"
|
version "7.19.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
|
||||||
|
|
@ -365,6 +346,20 @@
|
||||||
"@babel/traverse" "^7.19.6"
|
"@babel/traverse" "^7.19.6"
|
||||||
"@babel/types" "^7.19.4"
|
"@babel/types" "^7.19.4"
|
||||||
|
|
||||||
|
"@babel/helper-module-transforms@^7.20.2":
|
||||||
|
version "7.20.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
|
||||||
|
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-environment-visitor" "^7.18.9"
|
||||||
|
"@babel/helper-module-imports" "^7.18.6"
|
||||||
|
"@babel/helper-simple-access" "^7.20.2"
|
||||||
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
||||||
|
"@babel/helper-validator-identifier" "^7.19.1"
|
||||||
|
"@babel/template" "^7.18.10"
|
||||||
|
"@babel/traverse" "^7.20.1"
|
||||||
|
"@babel/types" "^7.20.2"
|
||||||
|
|
||||||
"@babel/helper-optimise-call-expression@^7.18.6":
|
"@babel/helper-optimise-call-expression@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
||||||
|
|
@ -397,6 +392,11 @@
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
|
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
|
||||||
integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
|
integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
|
||||||
|
|
||||||
|
"@babel/helper-plugin-utils@^7.20.2":
|
||||||
|
version "7.20.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
|
||||||
|
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
|
||||||
|
|
||||||
"@babel/helper-remap-async-to-generator@^7.18.6":
|
"@babel/helper-remap-async-to-generator@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz#fa1f81acd19daee9d73de297c0308783cd3cfc23"
|
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz#fa1f81acd19daee9d73de297c0308783cd3cfc23"
|
||||||
|
|
@ -428,16 +428,16 @@
|
||||||
"@babel/traverse" "^7.18.6"
|
"@babel/traverse" "^7.18.6"
|
||||||
"@babel/types" "^7.18.6"
|
"@babel/types" "^7.18.6"
|
||||||
|
|
||||||
"@babel/helper-replace-supers@^7.18.9":
|
"@babel/helper-replace-supers@^7.19.1":
|
||||||
version "7.18.9"
|
version "7.19.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz#1092e002feca980fbbb0bd4d51b74a65c6a500e6"
|
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz#e1592a9b4b368aa6bdb8784a711e0bcbf0612b78"
|
||||||
integrity sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==
|
integrity sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-environment-visitor" "^7.18.9"
|
"@babel/helper-environment-visitor" "^7.18.9"
|
||||||
"@babel/helper-member-expression-to-functions" "^7.18.9"
|
"@babel/helper-member-expression-to-functions" "^7.18.9"
|
||||||
"@babel/helper-optimise-call-expression" "^7.18.6"
|
"@babel/helper-optimise-call-expression" "^7.18.6"
|
||||||
"@babel/traverse" "^7.18.9"
|
"@babel/traverse" "^7.19.1"
|
||||||
"@babel/types" "^7.18.9"
|
"@babel/types" "^7.19.0"
|
||||||
|
|
||||||
"@babel/helper-simple-access@^7.18.6":
|
"@babel/helper-simple-access@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
|
|
@ -453,6 +453,13 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.19.4"
|
"@babel/types" "^7.19.4"
|
||||||
|
|
||||||
|
"@babel/helper-simple-access@^7.20.2":
|
||||||
|
version "7.20.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
|
||||||
|
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "^7.20.2"
|
||||||
|
|
||||||
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
|
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
|
||||||
version "7.18.9"
|
version "7.18.9"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
|
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
|
||||||
|
|
@ -526,14 +533,14 @@
|
||||||
"@babel/traverse" "^7.18.9"
|
"@babel/traverse" "^7.18.9"
|
||||||
"@babel/types" "^7.18.9"
|
"@babel/types" "^7.18.9"
|
||||||
|
|
||||||
"@babel/helpers@^7.19.4":
|
"@babel/helpers@^7.20.1":
|
||||||
version "7.19.4"
|
version "7.20.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
|
||||||
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
|
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/template" "^7.18.10"
|
"@babel/template" "^7.18.10"
|
||||||
"@babel/traverse" "^7.19.4"
|
"@babel/traverse" "^7.20.1"
|
||||||
"@babel/types" "^7.19.4"
|
"@babel/types" "^7.20.0"
|
||||||
|
|
||||||
"@babel/highlight@^7.0.0":
|
"@babel/highlight@^7.0.0":
|
||||||
version "7.5.0"
|
version "7.5.0"
|
||||||
|
|
@ -587,16 +594,16 @@
|
||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
|
||||||
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
|
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
|
||||||
|
|
||||||
"@babel/parser@^7.19.3":
|
|
||||||
version "7.19.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
|
|
||||||
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
|
|
||||||
|
|
||||||
"@babel/parser@^7.19.6":
|
"@babel/parser@^7.19.6":
|
||||||
version "7.19.6"
|
version "7.19.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
|
||||||
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
|
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
|
||||||
|
|
||||||
|
"@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
|
||||||
|
version "7.20.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
|
||||||
|
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
|
||||||
|
|
||||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
||||||
|
|
@ -613,10 +620,10 @@
|
||||||
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
||||||
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
||||||
|
|
||||||
"@babel/plugin-proposal-async-generator-functions@^7.19.1":
|
"@babel/plugin-proposal-async-generator-functions@^7.20.1":
|
||||||
version "7.19.1"
|
version "7.20.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz#352f02baa5d69f4e7529bdac39aaa02d41146af9"
|
||||||
integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
|
integrity sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-environment-visitor" "^7.18.9"
|
"@babel/helper-environment-visitor" "^7.18.9"
|
||||||
"@babel/helper-plugin-utils" "^7.19.0"
|
"@babel/helper-plugin-utils" "^7.19.0"
|
||||||
|
|
@ -688,16 +695,16 @@
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.18.6"
|
||||||
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
||||||
|
|
||||||
"@babel/plugin-proposal-object-rest-spread@^7.19.4":
|
"@babel/plugin-proposal-object-rest-spread@^7.20.2":
|
||||||
version "7.19.4"
|
version "7.20.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz#a556f59d555f06961df1e572bb5eca864c84022d"
|
||||||
integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==
|
integrity sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data" "^7.19.4"
|
"@babel/compat-data" "^7.20.1"
|
||||||
"@babel/helper-compilation-targets" "^7.19.3"
|
"@babel/helper-compilation-targets" "^7.20.0"
|
||||||
"@babel/helper-plugin-utils" "^7.19.0"
|
"@babel/helper-plugin-utils" "^7.20.2"
|
||||||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
||||||
"@babel/plugin-transform-parameters" "^7.18.8"
|
"@babel/plugin-transform-parameters" "^7.20.1"
|
||||||
|
|
||||||
"@babel/plugin-proposal-optional-catch-binding@^7.18.6":
|
"@babel/plugin-proposal-optional-catch-binding@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
|
|
@ -792,12 +799,12 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.8.3"
|
"@babel/helper-plugin-utils" "^7.8.3"
|
||||||
|
|
||||||
"@babel/plugin-syntax-import-assertions@^7.18.6":
|
"@babel/plugin-syntax-import-assertions@^7.20.0":
|
||||||
version "7.18.6"
|
version "7.20.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz#cd6190500a4fa2fe31990a963ffab4b63e4505e4"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4"
|
||||||
integrity sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==
|
integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.19.0"
|
||||||
|
|
||||||
"@babel/plugin-syntax-import-meta@^7.8.3":
|
"@babel/plugin-syntax-import-meta@^7.8.3":
|
||||||
version "7.10.4"
|
version "7.10.4"
|
||||||
|
|
@ -913,25 +920,25 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.18.6"
|
||||||
|
|
||||||
"@babel/plugin-transform-block-scoping@^7.19.4":
|
"@babel/plugin-transform-block-scoping@^7.20.2":
|
||||||
version "7.19.4"
|
version "7.20.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz#f59b1767e6385c663fd0bce655db6ca9c8b236ed"
|
||||||
integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==
|
integrity sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.19.0"
|
"@babel/helper-plugin-utils" "^7.20.2"
|
||||||
|
|
||||||
"@babel/plugin-transform-classes@^7.19.0":
|
"@babel/plugin-transform-classes@^7.20.2":
|
||||||
version "7.19.0"
|
version "7.20.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz#0e61ec257fba409c41372175e7c1e606dc79bb20"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz#c0033cf1916ccf78202d04be4281d161f6709bb2"
|
||||||
integrity sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==
|
integrity sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-annotate-as-pure" "^7.18.6"
|
"@babel/helper-annotate-as-pure" "^7.18.6"
|
||||||
"@babel/helper-compilation-targets" "^7.19.0"
|
"@babel/helper-compilation-targets" "^7.20.0"
|
||||||
"@babel/helper-environment-visitor" "^7.18.9"
|
"@babel/helper-environment-visitor" "^7.18.9"
|
||||||
"@babel/helper-function-name" "^7.19.0"
|
"@babel/helper-function-name" "^7.19.0"
|
||||||
"@babel/helper-optimise-call-expression" "^7.18.6"
|
"@babel/helper-optimise-call-expression" "^7.18.6"
|
||||||
"@babel/helper-plugin-utils" "^7.19.0"
|
"@babel/helper-plugin-utils" "^7.20.2"
|
||||||
"@babel/helper-replace-supers" "^7.18.9"
|
"@babel/helper-replace-supers" "^7.19.1"
|
||||||
"@babel/helper-split-export-declaration" "^7.18.6"
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
||||||
globals "^11.1.0"
|
globals "^11.1.0"
|
||||||
|
|
||||||
|
|
@ -942,12 +949,12 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.18.9"
|
"@babel/helper-plugin-utils" "^7.18.9"
|
||||||
|
|
||||||
"@babel/plugin-transform-destructuring@^7.19.4":
|
"@babel/plugin-transform-destructuring@^7.20.2":
|
||||||
version "7.19.4"
|
version "7.20.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz#46890722687b9b89e1369ad0bd8dc6c5a3b4319d"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz#c23741cfa44ddd35f5e53896e88c75331b8b2792"
|
||||||
integrity sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==
|
integrity sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.19.0"
|
"@babel/helper-plugin-utils" "^7.20.2"
|
||||||
|
|
||||||
"@babel/plugin-transform-dotall-regex@^7.18.6":
|
"@babel/plugin-transform-dotall-regex@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
|
|
@ -1010,35 +1017,32 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.18.6"
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-amd@^7.18.6":
|
"@babel/plugin-transform-modules-amd@^7.19.6":
|
||||||
version "7.18.6"
|
version "7.19.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz#8c91f8c5115d2202f277549848874027d7172d21"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz#aca391801ae55d19c4d8d2ebfeaa33df5f2a2cbd"
|
||||||
integrity sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==
|
integrity sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-transforms" "^7.18.6"
|
"@babel/helper-module-transforms" "^7.19.6"
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.19.0"
|
||||||
babel-plugin-dynamic-import-node "^2.3.3"
|
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-commonjs@^7.18.6":
|
"@babel/plugin-transform-modules-commonjs@^7.19.6":
|
||||||
version "7.18.6"
|
version "7.19.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz#25b32feef24df8038fc1ec56038917eacb0b730c"
|
||||||
integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==
|
integrity sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-transforms" "^7.18.6"
|
"@babel/helper-module-transforms" "^7.19.6"
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.19.0"
|
||||||
"@babel/helper-simple-access" "^7.18.6"
|
"@babel/helper-simple-access" "^7.19.4"
|
||||||
babel-plugin-dynamic-import-node "^2.3.3"
|
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-systemjs@^7.19.0":
|
"@babel/plugin-transform-modules-systemjs@^7.19.6":
|
||||||
version "7.19.0"
|
version "7.19.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz#5f20b471284430f02d9c5059d9b9a16d4b085a1f"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d"
|
||||||
integrity sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==
|
integrity sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-hoist-variables" "^7.18.6"
|
"@babel/helper-hoist-variables" "^7.18.6"
|
||||||
"@babel/helper-module-transforms" "^7.19.0"
|
"@babel/helper-module-transforms" "^7.19.6"
|
||||||
"@babel/helper-plugin-utils" "^7.19.0"
|
"@babel/helper-plugin-utils" "^7.19.0"
|
||||||
"@babel/helper-validator-identifier" "^7.18.6"
|
"@babel/helper-validator-identifier" "^7.19.1"
|
||||||
babel-plugin-dynamic-import-node "^2.3.3"
|
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-umd@^7.18.6":
|
"@babel/plugin-transform-modules-umd@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
|
|
@ -1071,12 +1075,12 @@
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.18.6"
|
||||||
"@babel/helper-replace-supers" "^7.18.6"
|
"@babel/helper-replace-supers" "^7.18.6"
|
||||||
|
|
||||||
"@babel/plugin-transform-parameters@^7.18.8":
|
"@babel/plugin-transform-parameters@^7.20.1":
|
||||||
version "7.18.8"
|
version "7.20.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz#ee9f1a0ce6d78af58d0956a9378ea3427cccb48a"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.3.tgz#7b3468d70c3c5b62e46be0a47b6045d8590fb748"
|
||||||
integrity sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==
|
integrity sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.20.2"
|
||||||
|
|
||||||
"@babel/plugin-transform-property-literals@^7.18.6":
|
"@babel/plugin-transform-property-literals@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
|
|
@ -1151,18 +1155,18 @@
|
||||||
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
||||||
"@babel/helper-plugin-utils" "^7.18.6"
|
"@babel/helper-plugin-utils" "^7.18.6"
|
||||||
|
|
||||||
"@babel/preset-env@7.19.4":
|
"@babel/preset-env@7.20.2":
|
||||||
version "7.19.4"
|
version "7.20.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.4.tgz#4c91ce2e1f994f717efb4237891c3ad2d808c94b"
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.20.2.tgz#9b1642aa47bb9f43a86f9630011780dab7f86506"
|
||||||
integrity sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==
|
integrity sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data" "^7.19.4"
|
"@babel/compat-data" "^7.20.1"
|
||||||
"@babel/helper-compilation-targets" "^7.19.3"
|
"@babel/helper-compilation-targets" "^7.20.0"
|
||||||
"@babel/helper-plugin-utils" "^7.19.0"
|
"@babel/helper-plugin-utils" "^7.20.2"
|
||||||
"@babel/helper-validator-option" "^7.18.6"
|
"@babel/helper-validator-option" "^7.18.6"
|
||||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
||||||
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
|
"@babel/plugin-proposal-async-generator-functions" "^7.20.1"
|
||||||
"@babel/plugin-proposal-class-properties" "^7.18.6"
|
"@babel/plugin-proposal-class-properties" "^7.18.6"
|
||||||
"@babel/plugin-proposal-class-static-block" "^7.18.6"
|
"@babel/plugin-proposal-class-static-block" "^7.18.6"
|
||||||
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
||||||
|
|
@ -1171,7 +1175,7 @@
|
||||||
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
|
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
|
||||||
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
|
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
|
||||||
"@babel/plugin-proposal-object-rest-spread" "^7.19.4"
|
"@babel/plugin-proposal-object-rest-spread" "^7.20.2"
|
||||||
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
|
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
|
||||||
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
||||||
"@babel/plugin-proposal-private-methods" "^7.18.6"
|
"@babel/plugin-proposal-private-methods" "^7.18.6"
|
||||||
|
|
@ -1182,7 +1186,7 @@
|
||||||
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
||||||
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
||||||
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
||||||
"@babel/plugin-syntax-import-assertions" "^7.18.6"
|
"@babel/plugin-syntax-import-assertions" "^7.20.0"
|
||||||
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
||||||
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
||||||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
||||||
|
|
@ -1195,10 +1199,10 @@
|
||||||
"@babel/plugin-transform-arrow-functions" "^7.18.6"
|
"@babel/plugin-transform-arrow-functions" "^7.18.6"
|
||||||
"@babel/plugin-transform-async-to-generator" "^7.18.6"
|
"@babel/plugin-transform-async-to-generator" "^7.18.6"
|
||||||
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
|
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
|
||||||
"@babel/plugin-transform-block-scoping" "^7.19.4"
|
"@babel/plugin-transform-block-scoping" "^7.20.2"
|
||||||
"@babel/plugin-transform-classes" "^7.19.0"
|
"@babel/plugin-transform-classes" "^7.20.2"
|
||||||
"@babel/plugin-transform-computed-properties" "^7.18.9"
|
"@babel/plugin-transform-computed-properties" "^7.18.9"
|
||||||
"@babel/plugin-transform-destructuring" "^7.19.4"
|
"@babel/plugin-transform-destructuring" "^7.20.2"
|
||||||
"@babel/plugin-transform-dotall-regex" "^7.18.6"
|
"@babel/plugin-transform-dotall-regex" "^7.18.6"
|
||||||
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
|
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
|
||||||
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
|
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
|
||||||
|
|
@ -1206,14 +1210,14 @@
|
||||||
"@babel/plugin-transform-function-name" "^7.18.9"
|
"@babel/plugin-transform-function-name" "^7.18.9"
|
||||||
"@babel/plugin-transform-literals" "^7.18.9"
|
"@babel/plugin-transform-literals" "^7.18.9"
|
||||||
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
|
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
|
||||||
"@babel/plugin-transform-modules-amd" "^7.18.6"
|
"@babel/plugin-transform-modules-amd" "^7.19.6"
|
||||||
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
|
"@babel/plugin-transform-modules-commonjs" "^7.19.6"
|
||||||
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
|
"@babel/plugin-transform-modules-systemjs" "^7.19.6"
|
||||||
"@babel/plugin-transform-modules-umd" "^7.18.6"
|
"@babel/plugin-transform-modules-umd" "^7.18.6"
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
|
||||||
"@babel/plugin-transform-new-target" "^7.18.6"
|
"@babel/plugin-transform-new-target" "^7.18.6"
|
||||||
"@babel/plugin-transform-object-super" "^7.18.6"
|
"@babel/plugin-transform-object-super" "^7.18.6"
|
||||||
"@babel/plugin-transform-parameters" "^7.18.8"
|
"@babel/plugin-transform-parameters" "^7.20.1"
|
||||||
"@babel/plugin-transform-property-literals" "^7.18.6"
|
"@babel/plugin-transform-property-literals" "^7.18.6"
|
||||||
"@babel/plugin-transform-regenerator" "^7.18.6"
|
"@babel/plugin-transform-regenerator" "^7.18.6"
|
||||||
"@babel/plugin-transform-reserved-words" "^7.18.6"
|
"@babel/plugin-transform-reserved-words" "^7.18.6"
|
||||||
|
|
@ -1225,7 +1229,7 @@
|
||||||
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
|
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
|
||||||
"@babel/plugin-transform-unicode-regex" "^7.18.6"
|
"@babel/plugin-transform-unicode-regex" "^7.18.6"
|
||||||
"@babel/preset-modules" "^0.1.5"
|
"@babel/preset-modules" "^0.1.5"
|
||||||
"@babel/types" "^7.19.4"
|
"@babel/types" "^7.20.2"
|
||||||
babel-plugin-polyfill-corejs2 "^0.3.3"
|
babel-plugin-polyfill-corejs2 "^0.3.3"
|
||||||
babel-plugin-polyfill-corejs3 "^0.6.0"
|
babel-plugin-polyfill-corejs3 "^0.6.0"
|
||||||
babel-plugin-polyfill-regenerator "^0.4.1"
|
babel-plugin-polyfill-regenerator "^0.4.1"
|
||||||
|
|
@ -1339,23 +1343,23 @@
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
globals "^11.1.0"
|
globals "^11.1.0"
|
||||||
|
|
||||||
"@babel/traverse@^7.19.0":
|
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1":
|
||||||
version "7.19.3"
|
version "7.20.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
|
||||||
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
|
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.18.6"
|
"@babel/code-frame" "^7.18.6"
|
||||||
"@babel/generator" "^7.19.3"
|
"@babel/generator" "^7.20.1"
|
||||||
"@babel/helper-environment-visitor" "^7.18.9"
|
"@babel/helper-environment-visitor" "^7.18.9"
|
||||||
"@babel/helper-function-name" "^7.19.0"
|
"@babel/helper-function-name" "^7.19.0"
|
||||||
"@babel/helper-hoist-variables" "^7.18.6"
|
"@babel/helper-hoist-variables" "^7.18.6"
|
||||||
"@babel/helper-split-export-declaration" "^7.18.6"
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
||||||
"@babel/parser" "^7.19.3"
|
"@babel/parser" "^7.20.1"
|
||||||
"@babel/types" "^7.19.3"
|
"@babel/types" "^7.20.0"
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
globals "^11.1.0"
|
globals "^11.1.0"
|
||||||
|
|
||||||
"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
|
"@babel/traverse@^7.19.6":
|
||||||
version "7.19.6"
|
version "7.19.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
|
||||||
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
|
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
|
||||||
|
|
@ -1405,7 +1409,7 @@
|
||||||
"@babel/helper-validator-identifier" "^7.18.6"
|
"@babel/helper-validator-identifier" "^7.18.6"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@babel/types@^7.19.0", "@babel/types@^7.19.3":
|
"@babel/types@^7.19.0":
|
||||||
version "7.19.3"
|
version "7.19.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
|
||||||
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
|
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
|
||||||
|
|
@ -1423,6 +1427,15 @@
|
||||||
"@babel/helper-validator-identifier" "^7.19.1"
|
"@babel/helper-validator-identifier" "^7.19.1"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
|
"@babel/types@^7.20.0", "@babel/types@^7.20.2":
|
||||||
|
version "7.20.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
|
||||||
|
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-string-parser" "^7.19.4"
|
||||||
|
"@babel/helper-validator-identifier" "^7.19.1"
|
||||||
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@bagage/leaflet.restoreview@1.0.1":
|
"@bagage/leaflet.restoreview@1.0.1":
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/@bagage/leaflet.restoreview/-/leaflet.restoreview-1.0.1.tgz#29597ad80f6af4c2a4b4d80afe0ca8a6e3d58bb7"
|
resolved "https://registry.yarnpkg.com/@bagage/leaflet.restoreview/-/leaflet.restoreview-1.0.1.tgz#29597ad80f6af4c2a4b4d80afe0ca8a6e3d58bb7"
|
||||||
|
|
@ -4027,13 +4040,6 @@ babel-jest@^29.1.2:
|
||||||
graceful-fs "^4.2.9"
|
graceful-fs "^4.2.9"
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
|
|
||||||
babel-plugin-dynamic-import-node@^2.3.3:
|
|
||||||
version "2.3.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
|
|
||||||
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
|
||||||
dependencies:
|
|
||||||
object.assign "^4.1.0"
|
|
||||||
|
|
||||||
babel-plugin-istanbul@^6.1.1:
|
babel-plugin-istanbul@^6.1.1:
|
||||||
version "6.1.1"
|
version "6.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
|
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
|
||||||
|
|
@ -9591,7 +9597,7 @@ object.assign@^4.0.4:
|
||||||
has-symbols "^1.0.0"
|
has-symbols "^1.0.0"
|
||||||
object-keys "^1.0.11"
|
object-keys "^1.0.11"
|
||||||
|
|
||||||
object.assign@^4.1.0, object.assign@^4.1.1:
|
object.assign@^4.1.1:
|
||||||
version "4.1.2"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
|
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
|
||||||
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
|
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue