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`
  • Loading branch information
ljharb committed Jul 21, 2022
1 parent 768910e commit 93b2a9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -33,11 +33,11 @@
"generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-transform-flow-strip-types": "^7.18.6",
"@babel/register": "^7.18.6",
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-transform-flow-strip-types": "^7.18.9",
"@babel/register": "^7.18.9",
"@technote-space/doctoc": "~2.4",
"ast-types-flow": "^0.0.7",
"aud": "^2.0.0",
Expand Down

0 comments on commit 93b2a9d

Please sign in to comment.