From 11b94496921bee4c7366bd6dbbfa22167d44849e Mon Sep 17 00:00:00 2001 From: olivier bouillet Date: Mon, 2 Jan 2023 22:39:04 +0100 Subject: [PATCH] chore: fix sample typing mismatch --- examples/basic/package.json | 2 +- examples/basic/yarn.lock | 21 ++++++--------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 22500143..07e1e890 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -22,7 +22,7 @@ "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/react": "^18.0.6", - "@types/react-native": "^0.67.6", + "@types/react-native": "^0.70.6", "babel-plugin-module-resolver": "^4.1.0", "babel-jest": "^26.6.3", "eslint": "^7.32.0", diff --git a/examples/basic/yarn.lock b/examples/basic/yarn.lock index c69b00bc..b3822802 100644 --- a/examples/basic/yarn.lock +++ b/examples/basic/yarn.lock @@ -1440,23 +1440,14 @@ 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.67.6": - version "0.67.17" - resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.67.17.tgz#afebc3fff1d6314840c13b7936e17fa350eb7aae" - integrity sha512-HYo9XbYPwyf5L7FWhRjawbDQ4ma5k/bEzxrpDjG2olwLbXR/IR5ZghCmUUIcEtHB9KDg0QIAs+WriddtOKVmFg== +"@types/react-native@^0.70.6": + version "0.70.8" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.70.8.tgz#3302a0f7eddcd3350448ca17a9e415d02b1efde6" + integrity sha512-jvs5QMOrlyi0ScfT5Brha2roDoOWtbIOadNkp0jsueVen5+pH4SQAYtzL6xu0+dIcx3J/5LtZ/JYby2C1/zUug== dependencies: - "@types/react" "^17" + "@types/react" "*" -"@types/react@^17": - version "17.0.52" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.52.tgz#10d8b907b5c563ac014a541f289ae8eaa9bf2e9b" - integrity sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A== - dependencies: - "@types/prop-types" "*" - "@types/scheduler" "*" - csstype "^3.0.2" - -"@types/react@^18.0.6": +"@types/react@*", "@types/react@^18.0.6": version "18.0.26" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917" integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==