Skip to content

Commit

Permalink
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser
Browse files Browse the repository at this point in the history
…, `@babel/plugin-transform-flow-strip-types`
  • Loading branch information
ljharb committed Aug 30, 2024
1 parent a08fbcc commit 6eca235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
"@babel/register": "^7.24.6",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
Expand Down

0 comments on commit 6eca235

Please sign in to comment.