From 772bcaadc0201059d318349ba62007ef66af6205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:00:55 -0400 Subject: [PATCH] chore(deps-dev): bump @react-native/typescript-config in /dev-client (#1999) Bumps [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) from 0.74.87 to 0.75.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.75.1/packages/typescript-config) --- updated-dependencies: - dependency-name: "@react-native/typescript-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-client/package-lock.json | 11 +++++------ dev-client/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index 5797f7f9d..87f18a08e 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -72,7 +72,7 @@ "@react-native/babel-preset": "^0.75.1", "@react-native/eslint-config": "^0.74.87", "@react-native/metro-config": "^0.75.1", - "@react-native/typescript-config": "^0.74.87", + "@react-native/typescript-config": "^0.75.1", "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.5.3", "@types/base-64": "^1.0.2", @@ -7291,11 +7291,10 @@ "license": "MIT" }, "node_modules/@react-native/typescript-config": { - "version": "0.74.87", - "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.74.87.tgz", - "integrity": "sha512-nBxot0relWwDlOmjHam0QYmArMFpcDLdJqe4aN1aeWv9KkrE4v36KT7H9h9imGkugZkMs8PJPGPo6eojD09/kA==", - "dev": true, - "license": "MIT" + "version": "0.75.1", + "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.75.1.tgz", + "integrity": "sha512-jFoAiKd2g1ruJEnqY0SCVbDI3qKUiK2db0lTyezVXTOaNpvvnwLgl3Il9sTo8YCCvJkBgySLd8DmoHr0oIGRdw==", + "dev": true }, "node_modules/@react-native/virtualized-lists": { "version": "0.74.87", diff --git a/dev-client/package.json b/dev-client/package.json index 690d2d2fe..2b27cc3e7 100644 --- a/dev-client/package.json +++ b/dev-client/package.json @@ -87,7 +87,7 @@ "@react-native/babel-preset": "^0.75.1", "@react-native/eslint-config": "^0.74.87", "@react-native/metro-config": "^0.75.1", - "@react-native/typescript-config": "^0.74.87", + "@react-native/typescript-config": "^0.75.1", "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.5.3", "@types/base-64": "^1.0.2",