From 14ef147304b6e4c2dcadf5cf9881fbf7722b149b Mon Sep 17 00:00:00 2001 From: Eric Mikulin Date: Mon, 25 Sep 2023 12:03:10 -0700 Subject: [PATCH] Update leopard rn binding (#275) --- binding/react-native/package.json | 2 +- binding/react-native/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/binding/react-native/package.json b/binding/react-native/package.json index 3113aad1..50d9e6fd 100644 --- a/binding/react-native/package.json +++ b/binding/react-native/package.json @@ -40,7 +40,7 @@ "@release-it/conventional-changelog": "^5.1.1", "@types/jest": "^26.0.0", "@types/react": "^16.9.19", - "@types/react-native": "0.68.5", + "@types/react-native": "0.68.7", "commitlint": "^17.3.0", "eslint": "^8.28.0", "eslint-config-prettier": "^6.11.0", diff --git a/binding/react-native/yarn.lock b/binding/react-native/yarn.lock index ed49d620..2b87fd17 100644 --- a/binding/react-native/yarn.lock +++ b/binding/react-native/yarn.lock @@ -2120,10 +2120,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react-native@0.68.5": - version "0.68.5" - resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.68.5.tgz#cb652bdcc28572192e432cb4d55bbb122d69c69f" - integrity sha512-TmcTHV8LTLbJNtDkWNVCCTniLW4NWhmM6UgyT+TS8pQSUn6LTzdeNUrLs4hjkCHjbgLFwqtLEKSSZLGseoPwiA== +"@types/react-native@0.68.7": + version "0.68.7" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.68.7.tgz#24f7d56cd405831e131da3b5b323d02a53256b19" + integrity sha512-icGr0/iTPLsvIrUoLvu5uluDFBMZEir+DbwgrHnvazO3fJv1C/kpZZLGplQ3noYyDLjuBynwOUgoaZpGyFI4Iw== dependencies: "@types/react" "^17"