Skip to content

Commit

Permalink
client-npm: bump @babel/plugin-syntax-flow in /client
Browse files Browse the repository at this point in the history
Bumps [@babel/plugin-syntax-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-flow) from 7.25.7 to 7.26.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.26.0/packages/babel-plugin-syntax-flow)

---
updated-dependencies:
- dependency-name: "@babel/plugin-syntax-flow"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 54dba54 commit d7c77ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "7.25.7",
"@babel/plugin-syntax-flow": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.7",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.12.0",
Expand Down
9 changes: 1 addition & 8 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.9"

"@babel/[email protected]":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.25.7.tgz#7d1255201b55d7644c57e0eb354aaf9f8b8d2d02"
integrity sha512-fyoj6/YdVtlv2ROig/J0fP7hh/wNO1MJGm1NR70Pg7jbkF+jOUL9joorqaCOQh06Y+LfgTagHzC8KqZ3MF782w==
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"

"@babel/plugin-syntax-flow@^7.25.9":
"@babel/[email protected]", "@babel/plugin-syntax-flow@^7.25.9":
version "7.26.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz#96507595c21b45fccfc2bc758d5c45452e6164fa"
integrity sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==
Expand Down

0 comments on commit d7c77ec

Please sign in to comment.