Skip to content

Commit 4dc7f1e

Browse files
committedOct 21, 2023
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/register, eslint-doc-generator, eslint-plugin-import
1 parent fffb05b commit 4dc7f1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
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.22.10",
41-
"@babel/core": "^7.22.10",
42-
"@babel/eslint-parser": "^7.22.10",
40+
"@babel/cli": "^7.23.0",
41+
"@babel/core": "^7.23.2",
42+
"@babel/eslint-parser": "^7.22.15",
4343
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
44-
"@babel/register": "^7.22.5",
44+
"@babel/register": "^7.22.15",
4545
"ast-types-flow": "^0.0.8",
4646
"aud": "^2.0.3",
4747
"auto-changelog": "^2.4.0",
@@ -50,10 +50,10 @@
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.3",
53+
"eslint-doc-generator": "^1.5.2",
5454
"eslint-plugin-eslint-plugin": "^4.3.0",
5555
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
56-
"eslint-plugin-import": "^2.28.0",
56+
"eslint-plugin-import": "^2.28.1",
5757
"estraverse": "^5.3.0",
5858
"expect": "^24.9.0",
5959
"flow-bin": "^0.147.0",

0 commit comments

Comments
 (0)
Please sign in to comment.