Skip to content

Commit

Permalink
[Dev Deps] update babel stuff, eslint-doc-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 9, 2023
1 parent 70e6019 commit eb5bb85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"string.prototype.matchall": "^4.0.10"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-syntax-decorators": "^7.22.10",
"@babel/plugin-syntax-do-expressions": "^7.22.5",
"@babel/plugin-syntax-function-bind": "^7.22.5",
"@babel/preset-react": "^7.22.15",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-decorators": "^7.23.3",
"@babel/plugin-syntax-do-expressions": "^7.23.3",
"@babel/plugin-syntax-function-bind": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@types/eslint": "=7.2.10",
"@types/estree": "0.0.52",
"@types/node": "^4.9.5",
Expand All @@ -57,7 +57,7 @@
"babel-eslint": "^8 || ^9 || ^10.1.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-doc-generator": "^1.5.3",
"eslint-doc-generator": "^1.5.4",
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5",
"eslint-plugin-import": "^2.29.0",
"eslint-remote-tester": "^3.0.1",
Expand Down

0 comments on commit eb5bb85

Please sign in to comment.