From 7d16666058e2b06193f08342c8b1f20a5468cf20 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 18 Jun 2024 12:44:51 -0700 Subject: [PATCH] [Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-syntax-decorators`, `@babel/plugin-syntax-do-expressions`, `@babel/plugin-syntax-function-bind`, `@babel/preset-react`, `eslint-doc-generator`, `eslint-remote-tester-repositories` --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 4f5155c832..e004c4fb91 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "string.prototype.matchall": "^4.0.11" }, "devDependencies": { - "@babel/core": "^7.24.6", - "@babel/eslint-parser": "^7.24.6", - "@babel/plugin-syntax-decorators": "^7.24.6", - "@babel/plugin-syntax-do-expressions": "^7.24.6", - "@babel/plugin-syntax-function-bind": "^7.24.6", - "@babel/preset-react": "^7.24.6", + "@babel/core": "^7.24.7", + "@babel/eslint-parser": "^7.24.7", + "@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", "@types/eslint": "=7.2.10", "@types/estree": "0.0.52", "@types/node": "^4.9.5", @@ -59,11 +59,11 @@ "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.7.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.29.1", "eslint-remote-tester": "^3.0.1", - "eslint-remote-tester-repositories": "^1.0.1", + "eslint-remote-tester-repositories": "^2.0.0", "eslint-scope": "^3.7.3", "espree": "^3.5.4", "glob": "=10.3.7",