From 54fdc81fa484383ec54b72198845d9fdf1550de7 Mon Sep 17 00:00:00 2001 From: Christoph Pader Date: Tue, 26 Nov 2024 20:28:14 +0100 Subject: [PATCH] chore(deps): downgrade nitro to 0.16.2 --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 435b1f7f..dec30c70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-dom": "^18.2.0", "react-native": "0.74.0", "react-native-device-info": "^10.3.0", - "react-native-nitro-modules": "^0.17.0", + "react-native-nitro-modules": "^0.16.2", "react-native-nitro-sqlite": "^9.0.1", "react-native-performance": "^2.0.0", "react-test-renderer": "18.1.0", @@ -73,7 +73,7 @@ "react-dom": ">=18.1.0", "react-native": ">=0.74.0", "react-native-device-info": "^10.3.0", - "react-native-nitro-modules": "^0.17.0", + "react-native-nitro-modules": "^0.16.2", "react-native-nitro-sqlite": "^9.0.1", "react-native-performance": "^5.1.0" }, @@ -16447,9 +16447,9 @@ } }, "node_modules/react-native-nitro-modules": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/react-native-nitro-modules/-/react-native-nitro-modules-0.17.0.tgz", - "integrity": "sha512-o2FtLcBxjidLcJjlM8hGEqVwzJfzZ2ak1vRBeewcEdE1aOahC2seuNBaR/Nokmcog8E4QHFhaNBahEPfIqU+1w==", + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/react-native-nitro-modules/-/react-native-nitro-modules-0.16.2.tgz", + "integrity": "sha512-5/Sxs1je8q0GY6FH0p8iMvZdZmmuQU0d0s8A7pQRSTL0nYopNVh/WVSsEqjtS7Bv52uqJhBObK2S9p2sUV/++Q==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -33193,9 +33193,9 @@ "requires": {} }, "react-native-nitro-modules": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/react-native-nitro-modules/-/react-native-nitro-modules-0.17.0.tgz", - "integrity": "sha512-o2FtLcBxjidLcJjlM8hGEqVwzJfzZ2ak1vRBeewcEdE1aOahC2seuNBaR/Nokmcog8E4QHFhaNBahEPfIqU+1w==", + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/react-native-nitro-modules/-/react-native-nitro-modules-0.16.2.tgz", + "integrity": "sha512-5/Sxs1je8q0GY6FH0p8iMvZdZmmuQU0d0s8A7pQRSTL0nYopNVh/WVSsEqjtS7Bv52uqJhBObK2S9p2sUV/++Q==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 3e7f6304..03b2c8ce 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react-dom": "^18.2.0", "react-native": "0.74.0", "react-native-device-info": "^10.3.0", - "react-native-nitro-modules": "^0.17.0", + "react-native-nitro-modules": "^0.16.2", "react-native-nitro-sqlite": "^9.0.1", "react-native-performance": "^2.0.0", "react-test-renderer": "18.1.0", @@ -100,7 +100,7 @@ "react-native": ">=0.74.0", "react-dom": ">=18.1.0", "react-native-device-info": "^10.3.0", - "react-native-nitro-modules": "^0.17.0", + "react-native-nitro-modules": "^0.16.2", "react-native-nitro-sqlite": "^9.0.1", "react-native-performance": "^5.1.0" },