Skip to content

Commit

Permalink
chore(deps): update babel monorepo to ^7.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent ffafedd commit c8a9f3f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 55 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest"
},
"peerDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.7",
"typescript": "^5.3.0"
},
"dependencies": {
Expand All @@ -61,9 +61,9 @@
"@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.23.7",
"@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",
Expand All @@ -77,7 +77,7 @@
},
"devDependencies": {
"@1stg/lib-config": "^12.0.1",
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@node-loader/babel": "^2.0.1",
Expand Down
98 changes: 48 additions & 50 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,20 +256,20 @@
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.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f"
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==
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/helpers" "^7.23.7"
"@babel/parser" "^7.23.6"
"@babel/template" "^7.22.15"
"@babel/traverse" "^7.23.6"
"@babel/traverse" "^7.23.7"
"@babel/types" "^7.23.6"
convert-source-map "^2.0.0"
debug "^4.1.0"
Expand Down Expand Up @@ -483,13 +483,13 @@
"@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.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.7.tgz#eb543c36f81da2873e47b76ee032343ac83bba60"
integrity sha512-6AMnjCoC8wjqBzDHkuqpa7jAKwvMo4dC+lr/TFBz+ucfulO1XMpDnwWPGBNwClOKZ8h6xn5N81W/R5OrcKtCbQ==
dependencies:
"@babel/template" "^7.22.15"
"@babel/traverse" "^7.23.6"
"@babel/traverse" "^7.23.7"
"@babel/types" "^7.23.6"

"@babel/highlight@^7.0.0", "@babel/highlight@^7.23.4":
Expand Down Expand Up @@ -602,34 +602,34 @@
"@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.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-import-wasm-source/-/plugin-proposal-import-wasm-source-7.23.7.tgz#c9289286050a4c1d55acadb3fa6eda8f141b03b3"
integrity sha512-BVw/Bmvn51ZTrdIrUrDwYmNra0ZDyOteUIoor9r7/GL0UZcAIthFiDhCzfada0APGxnMWTDo/HQXlsSNq+TuhA==
dependencies:
"@babel/helper-compilation-targets" "^7.22.15"
"@babel/helper-compilation-targets" "^7.23.6"
"@babel/helper-module-imports" "^7.22.15"
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/plugin-syntax-import-source" "^7.23.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"
Expand Down Expand Up @@ -786,10 +786,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"

Expand All @@ -800,10 +800,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"

Expand Down Expand Up @@ -856,13 +856,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"
Expand Down Expand Up @@ -1109,7 +1109,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==
Expand Down Expand Up @@ -1194,7 +1194,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==
Expand Down Expand Up @@ -1496,10 +1496,10 @@
"@babel/parser" "^7.22.15"
"@babel/types" "^7.22.15"

"@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.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
dependencies:
"@babel/code-frame" "^7.23.5"
"@babel/generator" "^7.23.6"
Expand Down Expand Up @@ -3731,11 +3731,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"
Expand Down

0 comments on commit c8a9f3f

Please sign in to comment.