From 873fd9af0b12dac52f7e0d27be94ff5fbf1db6b1 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Thu, 7 Mar 2024 19:19:07 +0100 Subject: [PATCH 1/2] test: use version from Onyx PR --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61d6a27821cd0..c0237002fbc6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", - "react-native-onyx": "git+https://github.com/Expensify/react-native-onyx#cd778b55e419bf09ecf377b1e3ac013b7758434d", + "react-native-onyx": "git+https://github.com/margelo/react-native-onyx#feat/split-up-in-memory-pr-part-3-dist", "react-native-pager-view": "6.2.2", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0", @@ -20733,7 +20733,8 @@ }, "node_modules/ascii-table": { "version": "0.0.9", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ascii-table/-/ascii-table-0.0.9.tgz", + "integrity": "sha512-xpkr6sCDIYTPqzvjG8M3ncw1YOTaloWZOyrUmicoEifBEKzQzt+ooUpRpQ/AbOoJfO/p2ZKiyp79qHThzJDulQ==" }, "node_modules/asn1.js": { "version": "5.4.1", @@ -27930,7 +27931,8 @@ }, "node_modules/fast-equals": { "version": "4.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" }, "node_modules/fast-glob": { "version": "3.3.1", @@ -39278,9 +39280,8 @@ } }, "node_modules/react-native-onyx": { - "version": "2.0.10", - "resolved": "git+ssh://git@github.com/Expensify/react-native-onyx.git#cd778b55e419bf09ecf377b1e3ac013b7758434d", - "integrity": "sha512-0ky9ISCNhuch0onIkeu/XFhVHoLp7gFwg6Q5TZYt1Wfmu/48Z9fjJxKxw5PRLfNBtwDQZQWKYFAf/CIoBxnmZw==", + "version": "2.0.17", + "resolved": "git+ssh://git@github.com/margelo/react-native-onyx.git#7daf5a0b6daf74bb7c26ba517ac3e188078fe638", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index 92a6b9cde5e13..bef78dd8c565e 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", - "react-native-onyx": "git+https://github.com/Expensify/react-native-onyx#cd778b55e419bf09ecf377b1e3ac013b7758434d", + "react-native-onyx": "git+https://github.com/margelo/react-native-onyx#feat/split-up-in-memory-pr-part-3-dist", "react-native-pager-view": "6.2.2", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0", From d5827d3f36adc0ccd80e652e2c9bbc091d887a87 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Tue, 12 Mar 2024 18:48:45 +0100 Subject: [PATCH 2/2] feat: use rebased version --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0237002fbc6c..e38915debc09f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", - "react-native-onyx": "git+https://github.com/margelo/react-native-onyx#feat/split-up-in-memory-pr-part-3-dist", + "react-native-onyx": "github:margelo/react-native-onyx#feat/split-up-in-memory-pr-part-3-dist", "react-native-pager-view": "6.2.2", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0", @@ -39280,8 +39280,8 @@ } }, "node_modules/react-native-onyx": { - "version": "2.0.17", - "resolved": "git+ssh://git@github.com/margelo/react-native-onyx.git#7daf5a0b6daf74bb7c26ba517ac3e188078fe638", + "version": "2.0.22", + "resolved": "git+ssh://git@github.com/margelo/react-native-onyx.git#bfdeae5613ad6482f2fefc51507575c544f4ffbd", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index bef78dd8c565e..f6ebf24475ece 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", - "react-native-onyx": "git+https://github.com/margelo/react-native-onyx#feat/split-up-in-memory-pr-part-3-dist", + "react-native-onyx": "github:margelo/react-native-onyx#feat/split-up-in-memory-pr-part-3-dist", "react-native-pager-view": "6.2.2", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0",