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`, `aud`, `object.assign`
  • Loading branch information
ljharb committed Sep 30, 2022
1 parent 65be35b commit 0852947
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -34,13 +34,13 @@
"generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md"
},
"devDependencies": {
"@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/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
"@babel/register": "^7.18.9",
"ast-types-flow": "^0.0.7",
"aud": "^2.0.0",
"aud": "^2.0.1",
"babel-jest": "^24.9.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-airbnb": "^5.0.0",
Expand All @@ -58,7 +58,7 @@
"markdown-magic": "^2.6.1",
"minimist": "^1.2.6",
"npmignore": "^0.3.0",
"object.assign": "^4.1.2",
"object.assign": "^4.1.4",
"rimraf": "^3.0.2",
"safe-publish-latest": "^2.0.0",
"to-ast": "^1.0.0"
Expand Down

0 comments on commit 0852947

Please sign in to comment.