diff --git a/package-lock.json b/package-lock.json index 32cebd1c59..4cf5dbabe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "react-native-ios-context-menu": "1.15.3", "react-native-keychain": "8.2.0", "react-native-network-logger": "1.16.1", - "react-native-paper": "5.12.5", + "react-native-paper": "5.14.5", "react-native-popover-view": "5.1.8", "react-native-reanimated": "3.7.2", "react-native-restart": "0.0.27", @@ -17087,20 +17087,23 @@ } }, "node_modules/react-native-paper": { - "version": "5.12.5", - "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.12.5.tgz", - "integrity": "sha512-Qpqd1g9PClmjGj/Dkr1htAwt8cTZ3SCHVmhttxRuG/QML7KzHm5ArLNgR7vz5dW1EwJqTmyl/3gd6gnrtw90mw==", + "version": "5.14.5", + "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.14.5.tgz", + "integrity": "sha512-eaIH5bUQjJ/mYm4AkI6caaiyc7BcHDwX6CqNDi6RIxfxfWxROsHpll1oBuwn/cFvknvA8uEAkqLk/vzVihI3AQ==", "license": "MIT", + "workspaces": [ + "example", + "docs" + ], "dependencies": { "@callstack/react-theme-provider": "^3.0.9", "color": "^3.1.2", - "use-latest-callback": "^0.1.5" + "use-latest-callback": "^0.2.3" }, "peerDependencies": { "react": "*", "react-native": "*", - "react-native-safe-area-context": "*", - "react-native-vector-icons": "*" + "react-native-safe-area-context": "*" } }, "node_modules/react-native-paper/node_modules/color": { @@ -17113,15 +17116,6 @@ "color-string": "^1.6.0" } }, - "node_modules/react-native-paper/node_modules/use-latest-callback": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.11.tgz", - "integrity": "sha512-8nhb73STSD/z3GTHklvNjL8F9wMOo0bj0AFnulpIYuFTm6aQlT3ZcNbXF2YurKImIY8+kpSFSDHZZyQmurGrhw==", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8" - } - }, "node_modules/react-native-popover-view": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/react-native-popover-view/-/react-native-popover-view-5.1.8.tgz", @@ -19468,9 +19462,9 @@ } }, "node_modules/use-latest-callback": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.1.tgz", - "integrity": "sha512-QWlq8Is8BGWBf883QOEQP5HWYX/kMI+JTbJ5rdtvJLmXTIh9XoHIO3PQcmQl8BU44VKxow1kbQUHa6mQSMALDQ==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.6.tgz", + "integrity": "sha512-FvRG9i1HSo0wagmX63Vrm8SnlUU3LMM3WyZkQ76RnslpBrX694AdG4A0zQBx2B3ZifFA0yv/BaEHGBnEax5rZg==", "license": "MIT", "peerDependencies": { "react": ">=16.8" diff --git a/package.json b/package.json index d582ada967..1dad9ce930 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-native-ios-context-menu": "1.15.3", "react-native-keychain": "8.2.0", "react-native-network-logger": "1.16.1", - "react-native-paper": "5.12.5", + "react-native-paper": "5.14.5", "react-native-popover-view": "5.1.8", "react-native-reanimated": "3.7.2", "react-native-restart": "0.0.27",