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`, `aud`, `eslint-doc-generator`, `eslint-plugin-import`, `minimist`
  • Loading branch information
ljharb committed Aug 11, 2023
1 parent eadd70c commit 6d5022d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -37,31 +37,31 @@
"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.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
"@babel/register": "^7.18.9",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/register": "^7.22.5",
"ast-types-flow": "^0.0.8",
"aud": "^2.0.2",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"babel-jest": "^24.9.0",
"babel-plugin-add-module-exports": "^1.0.4",
"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.1",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-eslint-plugin": "^4.3.0",
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.28.0",
"estraverse": "^5.3.0",
"expect": "^24.9.0",
"flow-bin": "^0.147.0",
"in-publish": "^2.0.1",
"jackspeak": "=2.1.1",
"jest": "^24.9.0",
"jscodeshift": "^0.7.1",
"minimist": "^1.2.7",
"minimist": "^1.2.8",
"npmignore": "^0.3.0",
"object.assign": "^4.1.4",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 6d5022d

Please sign in to comment.