From 24d21ac16a3955209c33d0f8943027ead7e48881 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 3 Mar 2024 15:53:25 -0800 Subject: [PATCH] [Dev Deps] update `@babel/core`, `@babel/plugin-syntax-decorators`, `eslint-doc-generator` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8a3d16489b..4c3989d27f 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,9 @@ "string.prototype.matchall": "^4.0.10" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.24.0", "@babel/eslint-parser": "^7.23.10", - "@babel/plugin-syntax-decorators": "^7.23.3", + "@babel/plugin-syntax-decorators": "^7.24.0", "@babel/plugin-syntax-do-expressions": "^7.23.3", "@babel/plugin-syntax-function-bind": "^7.23.3", "@babel/preset-react": "^7.23.3", @@ -59,7 +59,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.6.2", + "eslint-doc-generator": "^1.7.0", "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",