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/register`, `eslint-doc-generator`, `eslint-plugin-import`
  • Loading branch information
ljharb committed Oct 21, 2023
1 parent fffb05b commit 4dc7f1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"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.22.10",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/register": "^7.22.5",
"@babel/register": "^7.22.15",
"ast-types-flow": "^0.0.8",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
Expand All @@ -50,10 +50,10 @@
"babel-preset-airbnb": "^5.0.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-doc-generator": "^1.4.3",
"eslint-doc-generator": "^1.5.2",
"eslint-plugin-eslint-plugin": "^4.3.0",
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"estraverse": "^5.3.0",
"expect": "^24.9.0",
"flow-bin": "^0.147.0",
Expand Down

0 comments on commit 4dc7f1e

Please sign in to comment.