Skip to content

Commit eb5bb85

Browse files
committed
[Dev Deps] update babel stuff, eslint-doc-generator
1 parent 70e6019 commit eb5bb85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"string.prototype.matchall": "^4.0.10"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.23.2",
47-
"@babel/eslint-parser": "^7.22.15",
48-
"@babel/plugin-syntax-decorators": "^7.22.10",
49-
"@babel/plugin-syntax-do-expressions": "^7.22.5",
50-
"@babel/plugin-syntax-function-bind": "^7.22.5",
51-
"@babel/preset-react": "^7.22.15",
46+
"@babel/core": "^7.23.3",
47+
"@babel/eslint-parser": "^7.23.3",
48+
"@babel/plugin-syntax-decorators": "^7.23.3",
49+
"@babel/plugin-syntax-do-expressions": "^7.23.3",
50+
"@babel/plugin-syntax-function-bind": "^7.23.3",
51+
"@babel/preset-react": "^7.23.3",
5252
"@types/eslint": "=7.2.10",
5353
"@types/estree": "0.0.52",
5454
"@types/node": "^4.9.5",
@@ -57,7 +57,7 @@
5757
"babel-eslint": "^8 || ^9 || ^10.1.0",
5858
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
5959
"eslint-config-airbnb-base": "^15.0.0",
60-
"eslint-doc-generator": "^1.5.3",
60+
"eslint-doc-generator": "^1.5.4",
6161
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5",
6262
"eslint-plugin-import": "^2.29.0",
6363
"eslint-remote-tester": "^3.0.1",

0 commit comments

Comments
 (0)