From 64969984bf2f0d1af9d052bd0f4357257330b69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:10:19 +0000 Subject: [PATCH] Bump react-native-paper from 4.8.1 to 5.1.1 Bumps [react-native-paper](https://github.com/callstack/react-native-paper) from 4.8.1 to 5.1.1. - [Release notes](https://github.com/callstack/react-native-paper/releases) - [Changelog](https://github.com/callstack/react-native-paper/blob/main/.release-it.json) - [Commits](https://github.com/callstack/react-native-paper/compare/v4.8.1...v5.1.1) --- updated-dependencies: - dependency-name: react-native-paper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0af8e5..aa1324f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1137,9 +1137,9 @@ } }, "@callstack/react-theme-provider": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.6.tgz", - "integrity": "sha512-wwKMXfmklfogpalNZT0W+jh76BIquiYUiQHOaPmt/PCyCEP/E6rP+e7Uie6mBZrfkea9WJYJ+mus6r+45JAEhg==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.8.tgz", + "integrity": "sha512-5U231sYY2sqQOaELX0WBCn+iluV8bFaXIS7em03k4W5Xz0AhGvKlnpLIhDGFP8im/SvNW7/2XoR0BsClhn9t6Q==", "requires": { "deepmerge": "^3.2.0", "hoist-non-react-statics": "^3.3.0" @@ -14668,11 +14668,6 @@ } } }, - "react-native-iphone-x-helper": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz", - "integrity": "sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==" - }, "react-native-maps": { "version": "0.27.1", "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-0.27.1.tgz", @@ -14688,13 +14683,13 @@ } }, "react-native-paper": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.8.1.tgz", - "integrity": "sha512-WgmqrDdcrr0ZbuiLCwMpmOMhl1n8uIvNulxsl2oCGtD8oeMkPJKHf4G/ONR+iNrSXcFbJek+uDRSmcGA5kDfUA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.1.1.tgz", + "integrity": "sha512-qDpQlGMGLv4TBYdfk3RRk3a/vhtEC8u0FiVfmpm5VwgIcauLdnCkiyzaexRlulaIet1Q7AgBRsjmcuMRvi+Stg==", "requires": { - "@callstack/react-theme-provider": "^3.0.5", + "@callstack/react-theme-provider": "^3.0.8", "color": "^3.1.2", - "react-native-iphone-x-helper": "^1.3.1" + "use-event-callback": "^0.1.0" } }, "react-native-safe-area-context": { @@ -17270,6 +17265,11 @@ "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" }, + "use-event-callback": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/use-event-callback/-/use-event-callback-0.1.0.tgz", + "integrity": "sha512-5fTzY5UEXHMK5UR0NRkUz6TPfWmmX9fO8Tx3SnHrfMPdrQ7Rna0gDBy0r56SP68TwsP9DgwSBzeysCu3A/Z2NA==" + }, "use-subscription": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/use-subscription/-/use-subscription-1.5.1.tgz", diff --git a/package.json b/package.json index 00ff4c9..35f411b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", "react-native-maps": "0.27.1", "react-native-masked-text": "^1.13.0", - "react-native-paper": "^4.8.1", + "react-native-paper": "^5.1.1", "react-native-text-input-mask": "^3.1.4", "react-redux": "^7.2.4", "redux": "^4.0.5",