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`, `@babel/register`, `auto-changelog`, `eslint-plugin-import`, `tape`
  • Loading branch information
ljharb committed Oct 21, 2024
1 parent 2ee940c commit 518a77e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"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.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",
"auto-changelog": "^2.4.0",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-transform-flow-strip-types": "^7.25.7",
"@babel/register": "^7.25.7",
"auto-changelog": "^2.5.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^4.3.0",
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.31.0",
"estraverse": "^5.3.0",
"flow-bin": "^0.147.0",
"in-publish": "^2.0.1",
Expand All @@ -67,7 +67,7 @@
"rimraf": "^3.0.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.1",
"tape": "^5.8.1",
"tape": "^5.9.0",
"to-ast": "^1.0.0"
},
"engines": {
Expand Down

0 comments on commit 518a77e

Please sign in to comment.