From 729d7f1d6d57f9c9bfef8bbfde816740287a9955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 07:43:24 +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.3 to 18.3.4 - [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.1.0 to 8.2.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.2.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 823ed6a8a7d..6a49ed95a5b 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 823ed6a8a7dd6ac158189dee1e43e5e319a6234e +Subproject commit 6a49ed95a5b6ca4bf95459a7e0ab2bbc9c8e590d diff --git a/package.json b/package.json index 739486fd4b9..d8ddd36e579 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ }, "devDependencies": { "@types/qunit": "^2.19.10", - "@types/react": "18.3.3", + "@types/react": "18.3.4", "@types/react-dom": "18.3.0", - "@typescript-eslint/eslint-plugin": "8.1.0", + "@typescript-eslint/eslint-plugin": "8.2.0", "argparse": "2.0.1", "esbuild": "0.23.1", "esbuild-plugin-copy": "2.1.1",