diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 40f9c395..bdd8f9f4 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -70,7 +70,7 @@ "react-native-material-textfield": "^0.16.1", "react-native-modal": "^13.0.1", "react-native-modalize": "^2.0.13", - "react-native-paper": "^5.8.0", + "react-native-paper": "^5.15.1", "react-native-phone-number-input": "^2.1.0", "react-native-reanimated": "~3.6.2", "react-native-safe-area-context": "4.8.2", @@ -4978,14 +4978,6 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" }, - "node_modules/@react-navigation/core/node_modules/use-latest-callback": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.3.tgz", - "integrity": "sha512-7vI3fBuyRcP91pazVboc4qu+6ZqM8izPWX9k7cRnT8hbD5svslcknsh3S9BUhaK11OmgTV4oWZZVSeQAiV53SQ==", - "peerDependencies": { - "react": ">=16.8" - } - }, "node_modules/@react-navigation/drawer": { "version": "6.6.15", "resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.6.15.tgz", @@ -5032,14 +5024,6 @@ "react-native": "*" } }, - "node_modules/@react-navigation/native/node_modules/use-latest-callback": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.3.tgz", - "integrity": "sha512-7vI3fBuyRcP91pazVboc4qu+6ZqM8izPWX9k7cRnT8hbD5svslcknsh3S9BUhaK11OmgTV4oWZZVSeQAiV53SQ==", - "peerDependencies": { - "react": ">=16.8" - } - }, "node_modules/@react-navigation/routers": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.1.2.tgz", @@ -15998,19 +15982,23 @@ } }, "node_modules/react-native-paper": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.12.3.tgz", - "integrity": "sha512-nH1e1pGPE/aOE5YR2GRX7CfMHFA9cAfrAfgCtwL4amJPDZCoVjc5yt2VDiUE1rT+JUfk0qdICMP3UggxvjMgug==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.15.1.tgz", + "integrity": "sha512-qT3vtjWch7277JiyacOukPMmyJjgAeEXMZAl/1KdCFYGrarOVoVw5ElUcUCYwPdq9ReMyVZSX77Sr+7ELmSFEg==", + "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/@callstack/react-theme-provider": { @@ -18784,9 +18772,10 @@ } }, "node_modules/use-latest-callback": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.9.tgz", - "integrity": "sha512-CL/29uS74AwreI/f2oz2hLTW7ZqVeV5+gxFeGudzQrgkCytrHw33G4KbnQOrRlAEzzAFXi7dDLMC9zhWcVpzmw==", + "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/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index c1d4131d..49ff6db4 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -98,7 +98,7 @@ "react-native-material-textfield": "^0.16.1", "react-native-modal": "^13.0.1", "react-native-modalize": "^2.0.13", - "react-native-paper": "^5.8.0", + "react-native-paper": "^5.15.1", "react-native-phone-number-input": "^2.1.0", "react-native-reanimated": "~3.6.2", "react-native-safe-area-context": "4.8.2",