Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
renovate[bot] authored Feb 28, 2024

Verified

This commit was signed with the committer’s verified signature.
Expl0dingBanana Christopher Dohmen
1 parent ffafedd commit 20efff2
Showing 2 changed files with 96 additions and 91 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -50,34 +50,34 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest"
},
"peerDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.24.0",
"typescript": "^5.3.0"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-plugin-utils": "^7.24.0",
"@babel/plugin-proposal-async-do-expressions": "^7.23.3",
"@babel/plugin-proposal-destructuring-private": "^7.23.3",
"@babel/plugin-proposal-do-expressions": "^7.23.3",
"@babel/plugin-proposal-duplicate-named-capturing-groups-regex": "^7.23.3",
"@babel/plugin-proposal-function-bind": "^7.23.3",
"@babel/plugin-proposal-function-sent": "^7.23.3",
"@babel/plugin-proposal-import-defer": "^7.23.0",
"@babel/plugin-proposal-import-wasm-source": "^7.23.0",
"@babel/plugin-proposal-optional-chaining-assign": "^7.23.0",
"@babel/plugin-proposal-import-defer": "^7.23.7",
"@babel/plugin-proposal-import-wasm-source": "^7.24.0",
"@babel/plugin-proposal-optional-chaining-assign": "^7.23.7",
"@babel/plugin-proposal-partial-application": "^7.23.3",
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-record-and-tuple": "^7.23.3",
"@babel/plugin-proposal-regexp-modifiers": "^7.23.3",
"@babel/plugin-proposal-throw-expressions": "^7.23.3",
"@babel/plugin-syntax-decorators": "^7.23.3",
"@babel/plugin-syntax-decorators": "^7.24.0",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@bloomberg/record-tuple-polyfill": "^0.0.4"
},
"devDependencies": {
"@1stg/lib-config": "^12.0.1",
"@babel/core": "^7.23.6",
"@babel/core": "^7.24.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@node-loader/babel": "^2.0.1",
173 changes: 89 additions & 84 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -243,7 +243,7 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.23.5":
version "7.23.5"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
@@ -256,21 +256,21 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==

"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.5", "@babel/core@^7.23.6":
version "7.23.6"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4"
integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.5", "@babel/core@^7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
dependencies:
"@ampproject/remapping" "^2.2.0"
"@babel/code-frame" "^7.23.5"
"@babel/generator" "^7.23.6"
"@babel/helper-compilation-targets" "^7.23.6"
"@babel/helper-module-transforms" "^7.23.3"
"@babel/helpers" "^7.23.6"
"@babel/parser" "^7.23.6"
"@babel/template" "^7.22.15"
"@babel/traverse" "^7.23.6"
"@babel/types" "^7.23.6"
"@babel/helpers" "^7.24.0"
"@babel/parser" "^7.24.0"
"@babel/template" "^7.24.0"
"@babel/traverse" "^7.24.0"
"@babel/types" "^7.24.0"
convert-source-map "^2.0.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
@@ -383,6 +383,14 @@
dependencies:
"@babel/types" "^7.22.5"

"@babel/helper-import-to-platform-api@^7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/helper-import-to-platform-api/-/helper-import-to-platform-api-7.24.0.tgz#5b9078c065fae13dea01d628fca86856a03c55ab"
integrity sha512-zk0CwxwZr4EnPOpHdtSjqYVl6FedikrwyrSw93JazLeMY65eUkiaPArddbBouP1INkyXksrkcYNGsP16WrUmTA==
dependencies:
"@babel/helper-compilation-targets" "^7.23.6"
"@babel/helper-module-imports" "^7.22.15"

"@babel/helper-member-expression-to-functions@^7.22.15", "@babel/helper-member-expression-to-functions@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
@@ -415,10 +423,10 @@
dependencies:
"@babel/types" "^7.22.5"

"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==

"@babel/helper-remap-async-to-generator@^7.22.20":
version "7.22.20"
@@ -483,14 +491,14 @@
"@babel/template" "^7.22.15"
"@babel/types" "^7.22.19"

"@babel/helpers@^7.23.6":
version "7.23.6"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a"
integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==
"@babel/helpers@^7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
dependencies:
"@babel/template" "^7.22.15"
"@babel/traverse" "^7.23.6"
"@babel/types" "^7.23.6"
"@babel/template" "^7.24.0"
"@babel/traverse" "^7.24.0"
"@babel/types" "^7.24.0"

"@babel/highlight@^7.0.0", "@babel/highlight@^7.23.4":
version "7.23.4"
@@ -501,10 +509,10 @@
chalk "^2.4.2"
js-tokens "^4.0.0"

"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.3", "@babel/parser@^7.23.6":
version "7.23.6"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.3", "@babel/parser@^7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==

"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
version "7.23.3"
@@ -602,34 +610,33 @@
"@babel/helper-wrap-function" "^7.22.20"
"@babel/plugin-syntax-function-sent" "^7.23.3"

"@babel/plugin-proposal-import-defer@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-import-defer/-/plugin-proposal-import-defer-7.23.0.tgz#84e2d6710b7666a245ddb05438f6936e0af41fe5"
integrity sha512-/PwxSYyeiIO6tQVBg4DiiQ7vpeLvsRtifm0qwIB+BXGTvIkT9nWFf+qRMoo1dCpGGJBODq+B8pc1XfC1YsiAHQ==
"@babel/plugin-proposal-import-defer@^7.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-import-defer/-/plugin-proposal-import-defer-7.23.7.tgz#42493337baa278286d8fb7e46900a1ba096a6f8b"
integrity sha512-qPtRgcCdjU3VvzjVlUOnsHr+jRmocIxWbNUb812qvHPOBRsxu2vkg3Uqd4Wtiho5qiiub6Op6xp2wU+PCQTQJg==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/plugin-syntax-import-defer" "^7.23.0"
"@babel/plugin-transform-modules-commonjs" "^7.23.0"
"@babel/plugin-syntax-import-defer" "^7.23.7"
"@babel/plugin-transform-modules-commonjs" "^7.23.3"

"@babel/plugin-proposal-import-wasm-source@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-import-wasm-source/-/plugin-proposal-import-wasm-source-7.23.0.tgz#cba055a3cc29d98653fee712300e166cc9d88d37"
integrity sha512-wBoYMYmUFITFyqu9zYN5EqIF3IlQ62UGHW14ldQbNLilwAc4+xHETGvTuDyrb8jxmYRcq7d5zI8rs1Qcrp08dg==
"@babel/plugin-proposal-import-wasm-source@^7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-import-wasm-source/-/plugin-proposal-import-wasm-source-7.24.0.tgz#04deb8bfc18fe32585a93c6a564161dc932dd735"
integrity sha512-ajJvCI5k5+oKUQbk+a9ahwd3BSd3LvohCZETaO56sxCbSbdkovHXOSE367knl70IbId+OFlOvsBgOjIoiLIVhw==
dependencies:
"@babel/helper-compilation-targets" "^7.22.15"
"@babel/helper-module-imports" "^7.22.15"
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/plugin-syntax-import-source" "^7.23.0"
"@babel/helper-import-to-platform-api" "^7.24.0"
"@babel/helper-plugin-utils" "^7.24.0"
"@babel/plugin-syntax-import-source" "^7.23.7"

"@babel/plugin-proposal-optional-chaining-assign@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining-assign/-/plugin-proposal-optional-chaining-assign-7.23.0.tgz#c7b8b8b163a865094e16a369696e787ed6a26a99"
integrity sha512-3kiF4SCLpb42IDuysnxw97A4kfHqS2A1rIpbnsOb5cOfwsirUGjKOLJJtZr0WxBYvcmb9q7dQ7yviTNr7KwXmg==
"@babel/plugin-proposal-optional-chaining-assign@^7.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining-assign/-/plugin-proposal-optional-chaining-assign-7.23.7.tgz#e2c86c520ee84e1436acc1d65fb6a2f70fed7887"
integrity sha512-ghR7pNyZZaAC59kkpEcDKD1LmVmbxLp14J0bc6E7aA17oncFxGQMzHiumgdGb56W4yt4TO5QtkH0mxAyXTrBsQ==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
"@babel/plugin-syntax-optional-chaining-assign" "^7.23.0"
"@babel/plugin-transform-optional-chaining" "^7.23.0"
"@babel/plugin-syntax-optional-chaining-assign" "^7.23.7"
"@babel/plugin-transform-optional-chaining" "^7.23.4"

"@babel/plugin-proposal-partial-application@^7.23.3":
version "7.23.3"
@@ -723,12 +730,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"

"@babel/plugin-syntax-decorators@^7.23.3":
version "7.23.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz#a1d351d6c25bfdcf2e16f99b039101bc0ffcb0ca"
integrity sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==
"@babel/plugin-syntax-decorators@^7.23.3", "@babel/plugin-syntax-decorators@^7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.0.tgz#7a15e20aeaf412469c53ed0d5666f31a1fc41215"
integrity sha512-MXW3pQCu9gUiVGzqkGqsgiINDVYXoAnrY8FYF/rmb+OfufNF0zHMpHPN4ulRrinxYT8Vk/aZJxYqOKsDECjKAw==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/helper-plugin-utils" "^7.24.0"

"@babel/plugin-syntax-destructuring-private@^7.23.3":
version "7.23.3"
@@ -786,10 +793,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"

"@babel/plugin-syntax-import-defer@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-defer/-/plugin-syntax-import-defer-7.23.0.tgz#58fdb7c70d7dfcfeb457351e6642b404119eab22"
integrity sha512-U/JA1wJW3yydTY0NEbtjaajxA/dXougqBDapu9NM8Ptv++XpMUyqgFHYDoMFMZYN+8ANnz93brDsyt+plrxqjw==
"@babel/plugin-syntax-import-defer@^7.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-defer/-/plugin-syntax-import-defer-7.23.7.tgz#185d4fa50cd8b750bf43944d0f8f69f96731b606"
integrity sha512-48H1IxzgxrdOn3kL3yC4L4AatN2eRVoRS1j7ZIOTlIlxxqUgJvEGi48a6TpYkjxwS+Ch/fbKsPOUKLQBAkBZ9A==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"

@@ -800,10 +807,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"

"@babel/plugin-syntax-import-source@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-source/-/plugin-syntax-import-source-7.23.0.tgz#449bcfd2de91d60b374b5711d47ee7b969616fd0"
integrity sha512-+u9hKXKb4RclhXoO5460kAgEvRV2EsNwEq2mRbqkyFOx5nPyjzHZSi1wVAhITRHxjMHt2QF4Ifh8YtP9WNbgUQ==
"@babel/plugin-syntax-import-source@^7.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-source/-/plugin-syntax-import-source-7.23.7.tgz#2cd4a6fa61a9bcc1bf63314277b405f0750cd5d4"
integrity sha512-5BCYurunO8r1/lkZFspcLKNi1GitC177Hmjakc/oBIUePFyJGDEqmCnkCpaWrZ1sC/71RGBjBfts8I5CCBJdtA==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"

@@ -856,13 +863,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"

"@babel/plugin-syntax-optional-chaining-assign@^7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining-assign/-/plugin-syntax-optional-chaining-assign-7.23.0.tgz#da6f9d24397e57a1113c25bd3012fd95daaae47e"
integrity sha512-gwWQ6IPrmkox6CuCtpBwi7MMTWfoseS64lH/nv3fexAoB4ByWvXKJaHG0K/6zbNLwbqPWCFkZEE4dfO6UoMicQ==
"@babel/plugin-syntax-optional-chaining-assign@^7.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining-assign/-/plugin-syntax-optional-chaining-assign-7.23.7.tgz#65d5ecf3f0fe6f8f4b6a611f60cda31356db61f5"
integrity sha512-bnEvmYQ/d+0DbuE7OZDLUopuHT49cCC2INA73E35Gyc8mG73JdJUce/KdMa5B8OgtZAFqC1ON1NDAtghBF77vA==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/helper-validator-option" "^7.22.15"
"@babel/helper-validator-option" "^7.23.5"

"@babel/plugin-syntax-optional-chaining@^7.8.3":
version "7.8.3"
@@ -1109,7 +1116,7 @@
"@babel/helper-module-transforms" "^7.23.3"
"@babel/helper-plugin-utils" "^7.22.5"

"@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.23.3":
"@babel/plugin-transform-modules-commonjs@^7.23.3":
version "7.23.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz#661ae831b9577e52be57dd8356b734f9700b53b4"
integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==
@@ -1194,7 +1201,7 @@
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"

"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.23.3", "@babel/plugin-transform-optional-chaining@^7.23.4":
"@babel/plugin-transform-optional-chaining@^7.23.3", "@babel/plugin-transform-optional-chaining@^7.23.4":
version "7.23.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz#6acf61203bdfc4de9d4e52e64490aeb3e52bd017"
integrity sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==
@@ -1487,35 +1494,35 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/template@^7.0.0", "@babel/template@^7.22.15", "@babel/template@^7.3.3":
version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
"@babel/template@^7.0.0", "@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
dependencies:
"@babel/code-frame" "^7.22.13"
"@babel/parser" "^7.22.15"
"@babel/types" "^7.22.15"
"@babel/code-frame" "^7.23.5"
"@babel/parser" "^7.24.0"
"@babel/types" "^7.24.0"

"@babel/traverse@^7.0.0", "@babel/traverse@^7.23.6":
version "7.23.6"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==
"@babel/traverse@^7.0.0", "@babel/traverse@^7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
dependencies:
"@babel/code-frame" "^7.23.5"
"@babel/generator" "^7.23.6"
"@babel/helper-environment-visitor" "^7.22.20"
"@babel/helper-function-name" "^7.23.0"
"@babel/helper-hoist-variables" "^7.22.5"
"@babel/helper-split-export-declaration" "^7.22.6"
"@babel/parser" "^7.23.6"
"@babel/types" "^7.23.6"
"@babel/parser" "^7.24.0"
"@babel/types" "^7.24.0"
debug "^4.3.1"
globals "^11.1.0"

"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3", "@babel/types@^7.23.6", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
version "7.23.6"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
dependencies:
"@babel/helper-string-parser" "^7.23.4"
"@babel/helper-validator-identifier" "^7.22.20"
@@ -3731,11 +3738,9 @@ babel-preset-jest@^29.6.3:

babel-preset-proposal-typescript@^3.0.0:
version "0.0.0"
uid ""

"babel-preset-proposal-typescript@link:.":
version "0.0.0"
uid ""

babylon@^7.0.0-beta.44:
version "7.0.0-beta.47"

0 comments on commit 20efff2

Please sign in to comment.