From 1a3c7005eb04d9e9958ee9860a734ff164200071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 03:49:54 +0000 Subject: [PATCH] Bump the types group with 2 updates Bumps the types group with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin). Updates `@types/react` from 18.3.8 to 18.3.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: types ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules b/node_modules index 1083c27dd2c..02a835570fa 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 1083c27dd2ca969f27a5f8f22651f7c92ec9d3ad +Subproject commit 02a835570fadbbf31d719561277ac25d4cdd4a4c diff --git a/package.json b/package.json index 852ef204fc3..ce4d32dfa7e 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ }, "devDependencies": { "@types/qunit": "^2.19.10", - "@types/react": "18.3.8", + "@types/react": "18.3.10", "@types/react-dom": "18.3.0", - "@typescript-eslint/eslint-plugin": "8.6.0", + "@typescript-eslint/eslint-plugin": "8.7.0", "argparse": "2.0.1", "esbuild": "0.24.0", "esbuild-plugin-copy": "2.1.1",