Skip to content

Commit 3c82a8c

Browse files
Bump @babel/preset-flow from 7.23.3 to 7.24.0 (#328)
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) from 7.23.3 to 7.24.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-preset-flow) --- updated-dependencies: - dependency-name: "@babel/preset-flow" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce075fa commit 3c82a8c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/generator": "^7.23.6",
66
"@babel/node": "^7.23.9",
77
"@babel/preset-env": "^7.24.0",
8-
"@babel/preset-flow": "^7.23.3",
8+
"@babel/preset-flow": "^7.24.0",
99
"babel-eslint": "^10.1.0",
1010
"babel-loader": "^9.1.3",
1111
"babylon": "7.0.0-beta.47",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
274274
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
275275

276-
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
276+
"@babel/helper-validator-option@^7.23.5":
277277
version "7.23.5"
278278
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
279279
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
@@ -967,13 +967,13 @@
967967
core-js-compat "^3.31.0"
968968
semver "^6.3.1"
969969

970-
"@babel/preset-flow@^7.23.3":
971-
version "7.23.3"
972-
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.23.3.tgz#8084e08b9ccec287bd077ab288b286fab96ffab1"
973-
integrity sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA==
970+
"@babel/preset-flow@^7.24.0":
971+
version "7.24.0"
972+
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.0.tgz#0de60271b0a439b415501c5b28f685fbcb080e1c"
973+
integrity sha512-cum/nSi82cDaSJ21I4PgLTVlj0OXovFk6GRguJYe/IKg6y6JHLTbJhybtX4k35WT9wdeJfEVjycTixMhBHd0Dg==
974974
dependencies:
975-
"@babel/helper-plugin-utils" "^7.22.5"
976-
"@babel/helper-validator-option" "^7.22.15"
975+
"@babel/helper-plugin-utils" "^7.24.0"
976+
"@babel/helper-validator-option" "^7.23.5"
977977
"@babel/plugin-transform-flow-strip-types" "^7.23.3"
978978

979979
"@babel/preset-modules@0.1.6-no-external-plugins":

0 commit comments

Comments
 (0)