Skip to content

Commit

Permalink
[Dev Deps] update @babel/core, @babel/eslint-parser, @babel/plugi…
Browse files Browse the repository at this point in the history
…n-syntax-decorators`, `@babel/plugin-syntax-do-expressions`, `@babel/plugin-syntax-function-bind`, `@babel/preset-react`, `eslint-plugin-import`
  • Loading branch information
ljharb committed Oct 16, 2024
1 parent c47fa56 commit 5c23573
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 @@ -49,12 +49,12 @@
"string.prototype.repeat": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-syntax-decorators": "^7.24.7",
"@babel/plugin-syntax-do-expressions": "^7.24.7",
"@babel/plugin-syntax-function-bind": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-syntax-decorators": "^7.25.7",
"@babel/plugin-syntax-do-expressions": "^7.25.7",
"@babel/plugin-syntax-function-bind": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@types/eslint": "=7.2.10",
"@types/estree": "0.0.52",
"@types/node": "^4.9.5",
Expand All @@ -64,7 +64,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"eslint-scope": "^3.7.3",
Expand Down

0 comments on commit 5c23573

Please sign in to comment.