From 57bb8d141fb0dcc8a3ac32d8e6c4ccdd576b1b87 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 8 Jun 2023 14:35:04 -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-remote-tester-repositories` --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 02a26b0093..74e1af8212 100644 --- a/package.json +++ b/package.json @@ -43,12 +43,12 @@ "string.prototype.matchall": "^4.0.8" }, "devDependencies": { - "@babel/core": "^7.21.0", - "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-syntax-decorators": "^7.21.0", - "@babel/plugin-syntax-do-expressions": "^7.18.6", - "@babel/plugin-syntax-function-bind": "^7.18.6", - "@babel/preset-react": "^7.18.6", + "@babel/core": "^7.22.5", + "@babel/eslint-parser": "^7.22.5", + "@babel/plugin-syntax-decorators": "^7.22.5", + "@babel/plugin-syntax-do-expressions": "^7.22.5", + "@babel/plugin-syntax-function-bind": "^7.22.5", + "@babel/preset-react": "^7.22.5", "@types/eslint": "=7.2.10", "@types/estree": "0.0.52", "@types/node": "^4.9.5", @@ -61,7 +61,7 @@ "eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5", "eslint-plugin-import": "^2.27.5", "eslint-remote-tester": "^3.0.0", - "eslint-remote-tester-repositories": "^1.0.0", + "eslint-remote-tester-repositories": "^1.0.1", "eslint-scope": "^3.7.3", "espree": "^3.5.4", "istanbul": "^0.4.5",