From 6abe9bc9fccd84d86e3bf38ead75a291e3ba7969 Mon Sep 17 00:00:00 2001 From: metaproph3t Date: Thu, 19 Oct 2023 00:00:00 +0000 Subject: [PATCH] Update `xnft` version in package.json For some reason, yarn is pulling an old version of `xnft`, which gives the error described [here](https://github.com/coral-xyz/xnft-quickstart/issues/44). This updates the version so that this error goes away. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ff0f03..7e9dadf 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/react": "~18.0.28", "@types/react-native": "~0.71.3", "typescript": "^4.9.5", - "xnft": "latest" + "xnft": "^0.9.3-latest.3026" }, "resolutions": { "react-error-overlay": "6.0.11"