Skip to content

Commit 5dad7c4

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register
1 parent d15d3ab commit 5dad7c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "^7.25.7",
45-
"@babel/core": "^7.25.8",
46-
"@babel/eslint-parser": "^7.25.8",
47-
"@babel/plugin-transform-flow-strip-types": "^7.25.7",
48-
"@babel/register": "^7.25.7",
44+
"@babel/cli": "^7.25.9",
45+
"@babel/core": "^7.26.0",
46+
"@babel/eslint-parser": "^7.25.9",
47+
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
48+
"@babel/register": "^7.25.9",
4949
"auto-changelog": "^2.5.0",
5050
"babel-plugin-add-module-exports": "^1.0.4",
5151
"babel-preset-airbnb": "^5.0.0",

0 commit comments

Comments
 (0)