Skip to content

Commit 6d5022d

Browse files
committedAug 11, 2023
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, aud, eslint-doc-generator, eslint-plugin-import, minimist
1 parent eadd70c commit 6d5022d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,31 @@
3737
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "^7.20.7",
41-
"@babel/core": "^7.20.12",
42-
"@babel/eslint-parser": "^7.19.1",
43-
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
44-
"@babel/register": "^7.18.9",
40+
"@babel/cli": "^7.22.10",
41+
"@babel/core": "^7.22.10",
42+
"@babel/eslint-parser": "^7.22.10",
43+
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
44+
"@babel/register": "^7.22.5",
4545
"ast-types-flow": "^0.0.8",
46-
"aud": "^2.0.2",
46+
"aud": "^2.0.3",
4747
"auto-changelog": "^2.4.0",
4848
"babel-jest": "^24.9.0",
4949
"babel-plugin-add-module-exports": "^1.0.4",
5050
"babel-preset-airbnb": "^5.0.0",
5151
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
5252
"eslint-config-airbnb-base": "^15.0.0",
53-
"eslint-doc-generator": "^1.4.1",
53+
"eslint-doc-generator": "^1.4.3",
5454
"eslint-plugin-eslint-plugin": "^4.3.0",
5555
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
56-
"eslint-plugin-import": "^2.26.0",
56+
"eslint-plugin-import": "^2.28.0",
5757
"estraverse": "^5.3.0",
5858
"expect": "^24.9.0",
5959
"flow-bin": "^0.147.0",
6060
"in-publish": "^2.0.1",
6161
"jackspeak": "=2.1.1",
6262
"jest": "^24.9.0",
6363
"jscodeshift": "^0.7.1",
64-
"minimist": "^1.2.7",
64+
"minimist": "^1.2.8",
6565
"npmignore": "^0.3.0",
6666
"object.assign": "^4.1.4",
6767
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.