Skip to content

Commit

Permalink
[Dev Deps] update @babel/core, @babel/eslint-parser, `@babel/plug…
Browse files Browse the repository at this point in the history
…in-syntax-decorators`, `eslint-plugin-import`
  • Loading branch information
ljharb committed Aug 16, 2023
1 parent 6d86837 commit 76ff6e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"string.prototype.matchall": "^4.0.8"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-syntax-decorators": "^7.22.5",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@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.5",
Expand All @@ -59,7 +59,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-remote-tester": "^3.0.0",
"eslint-remote-tester-repositories": "^1.0.1",
"eslint-scope": "^3.7.3",
Expand Down

0 comments on commit 76ff6e7

Please sign in to comment.