Skip to content

Commit 93b2a9d

Browse files
committedJul 21, 2022
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register
1 parent 768910e commit 93b2a9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md"
3434
},
3535
"devDependencies": {
36-
"@babel/cli": "^7.18.6",
37-
"@babel/core": "^7.18.6",
38-
"@babel/eslint-parser": "^7.18.2",
39-
"@babel/plugin-transform-flow-strip-types": "^7.18.6",
40-
"@babel/register": "^7.18.6",
36+
"@babel/cli": "^7.18.9",
37+
"@babel/core": "^7.18.9",
38+
"@babel/eslint-parser": "^7.18.9",
39+
"@babel/plugin-transform-flow-strip-types": "^7.18.9",
40+
"@babel/register": "^7.18.9",
4141
"@technote-space/doctoc": "~2.4",
4242
"ast-types-flow": "^0.0.7",
4343
"aud": "^2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.