Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @babel/preset-flow from 7.18.6 to 7.25.9 #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 44 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-plugin-utils@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-plugin-utils@npm:7.25.9"
checksum: e19ec8acf0b696756e6d84531f532c5fe508dce57aa68c75572a77798bd04587a844a9a6c8ea7d62d673e21fdc174d091c9097fb29aea1c1b49f9c6eaa80f022
languageName: node
linkType: hard

"@babel/helper-remap-async-to-generator@npm:^7.18.9":
version: 7.18.9
resolution: "@babel/helper-remap-async-to-generator@npm:7.18.9"
Expand Down Expand Up @@ -594,6 +601,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-option@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-option@npm:7.25.9"
checksum: 9491b2755948ebbdd68f87da907283698e663b5af2d2b1b02a2765761974b1120d5d8d49e9175b167f16f72748ffceec8c9cf62acfbee73f4904507b246e2b3d
languageName: node
linkType: hard

"@babel/helper-wrap-function@npm:^7.18.9":
version: 7.20.5
resolution: "@babel/helper-wrap-function@npm:7.20.5"
Expand Down Expand Up @@ -989,6 +1003,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-syntax-flow@npm:^7.25.9":
version: 7.26.0
resolution: "@babel/plugin-syntax-flow@npm:7.26.0"
dependencies:
"@babel/helper-plugin-utils": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: fdc0d0a7b512e00d933e12cf93c785ea4645a193f4b539230b7601cfaa8c704410199318ce9ea14e5fca7d13e9027822f7d81a7871d3e854df26b6af04cc3c6c
languageName: node
linkType: hard

"@babel/plugin-syntax-import-assertions@npm:^7.20.0":
version: 7.20.0
resolution: "@babel/plugin-syntax-import-assertions@npm:7.20.0"
Expand Down Expand Up @@ -1266,7 +1291,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-flow-strip-types@npm:^7.0.0, @babel/plugin-transform-flow-strip-types@npm:^7.18.6":
"@babel/plugin-transform-flow-strip-types@npm:^7.0.0":
version: 7.19.0
resolution: "@babel/plugin-transform-flow-strip-types@npm:7.19.0"
dependencies:
Expand All @@ -1278,6 +1303,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-flow-strip-types@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/plugin-transform-flow-strip-types@npm:7.25.9"
dependencies:
"@babel/helper-plugin-utils": ^7.25.9
"@babel/plugin-syntax-flow": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 7f51cd5cc0c3a5ce2fe31c689458706ed40284a1c59b017167c3cbef953550a843450c5cfe6896b154fb645f141a930a4fd925f46b2215d0fcc66e7758202c38
languageName: node
linkType: hard

"@babel/plugin-transform-for-of@npm:^7.0.0, @babel/plugin-transform-for-of@npm:^7.18.8":
version: 7.18.8
resolution: "@babel/plugin-transform-for-of@npm:7.18.8"
Expand Down Expand Up @@ -1731,15 +1768,15 @@ __metadata:
linkType: hard

"@babel/preset-flow@npm:^7.13.13, @babel/preset-flow@npm:^7.7.2":
version: 7.18.6
resolution: "@babel/preset-flow@npm:7.18.6"
version: 7.25.9
resolution: "@babel/preset-flow@npm:7.25.9"
dependencies:
"@babel/helper-plugin-utils": ^7.18.6
"@babel/helper-validator-option": ^7.18.6
"@babel/plugin-transform-flow-strip-types": ^7.18.6
"@babel/helper-plugin-utils": ^7.25.9
"@babel/helper-validator-option": ^7.25.9
"@babel/plugin-transform-flow-strip-types": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 9100d4eab3402e6601e361a5b235e46d90cfd389c12db19e2a071e1082ca2a00c04bd47eb185ce68d8979e7c8f3e548cd5d61b86dcd701135468fb929c3aecb6
checksum: b1591ea63a7ace7e34bcefa6deba9e2814d7f082e3c074e2648efb68a1a49016ccefbea024156ba28bd3042a4e768e3eb8b5ecfe433978144fdaaadd36203ba2
languageName: node
linkType: hard

Expand Down
Loading