Skip to content

Commit 6eca235

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types
1 parent a08fbcc commit 6eca235

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.24.7",
46-
"@babel/core": "^7.24.7",
47-
"@babel/eslint-parser": "^7.24.7",
48-
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
45+
"@babel/cli": "^7.25.6",
46+
"@babel/core": "^7.25.2",
47+
"@babel/eslint-parser": "^7.25.1",
48+
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
4949
"@babel/register": "^7.24.6",
5050
"aud": "^2.0.4",
5151
"auto-changelog": "^2.4.0",

0 commit comments

Comments
 (0)