From 3a6c85822ef607c875db5df026544c0143247348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:23:52 +0000 Subject: [PATCH] Bump react-native from 0.63.4 to 0.64.1 Bumps [react-native](https://github.com/facebook/react-native) from 0.63.4 to 0.64.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/compare/v0.63.4...v0.64.1) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/react-form-with-constraints-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-form-with-constraints-native/package.json b/packages/react-form-with-constraints-native/package.json index 3278b92..e43f5ea 100644 --- a/packages/react-form-with-constraints-native/package.json +++ b/packages/react-form-with-constraints-native/package.json @@ -51,7 +51,7 @@ "metro-react-native-babel-preset": "^0.71.3", "react": "^16.14.0", "react-form-with-constraints": "^0.19.1", - "react-native": "^0.63.4", + "react-native": "^0.64.1", "react-test-renderer": "^16.14.0", "ts-jest": "^26.5.6", "typescript": "^4.7.4"