diff --git a/package-lock.json b/package-lock.json index bd58bda00c..674030e46f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@defichain/jellyfish-wallet": ">=0.33.0", "@defichain/jellyfish-wallet-encrypted": ">=0.33.0", "@defichain/jellyfish-wallet-mnemonic": ">=0.33.0", - "@defichain/playground-api-client": ">=0.7.0", + "@defichain/playground-api-client": ">=0.8.0", "@defichain/whale-api-client": ">=0.7.1", "@defichain/whale-api-wallet": ">=0.7.1", "@expo-google-fonts/ibm-plex-sans": "^0.2.0", @@ -2159,11 +2159,11 @@ } }, "node_modules/@defichain/playground-api-client": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@defichain/playground-api-client/-/playground-api-client-0.7.0.tgz", - "integrity": "sha512-PVEVZnRFEB6vxOeeAx9C54XuHeNwhoy/gojzDneo7oe7/3riuMQ3YAnwY61kldVD+MqAZZwD5Rmuylc9xWXE+w==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@defichain/playground-api-client/-/playground-api-client-0.8.0.tgz", + "integrity": "sha512-SaFwSdhDNU7v9QG3zYbs3FZ1JlqaUyPe7krYFOGtssXejtWALWJFQjqldR3HOoxa8YdBb5ymbBcBCpjiWZvm+g==", "dependencies": { - "@defichain/jellyfish-api-core": ">=0.32.0", + "@defichain/jellyfish-api-core": ">=0.33.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.2" } @@ -42222,11 +42222,11 @@ } }, "@defichain/playground-api-client": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@defichain/playground-api-client/-/playground-api-client-0.7.0.tgz", - "integrity": "sha512-PVEVZnRFEB6vxOeeAx9C54XuHeNwhoy/gojzDneo7oe7/3riuMQ3YAnwY61kldVD+MqAZZwD5Rmuylc9xWXE+w==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@defichain/playground-api-client/-/playground-api-client-0.8.0.tgz", + "integrity": "sha512-SaFwSdhDNU7v9QG3zYbs3FZ1JlqaUyPe7krYFOGtssXejtWALWJFQjqldR3HOoxa8YdBb5ymbBcBCpjiWZvm+g==", "requires": { - "@defichain/jellyfish-api-core": ">=0.32.0", + "@defichain/jellyfish-api-core": ">=0.33.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.2" } @@ -61022,7 +61022,6 @@ "resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.59.0.tgz", "integrity": "sha512-1O3wrnMq4NcPQ1asEcl9lRDn/t+F1Oef6S9WaYVIKEhg9m/EQRGVrrTVP+R6B5Eeaj3+zNKbzM8Dx/NWy1hUbQ==", "requires": { - "@babel/core": "^7.0.0", "babel-preset-fbjs": "^3.3.0", "metro-babel-transformer": "0.59.0", "metro-react-native-babel-preset": "0.59.0", diff --git a/package.json b/package.json index 2084d38955..9309e337b6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@defichain/jellyfish-wallet": ">=0.33.0", "@defichain/jellyfish-wallet-encrypted": ">=0.33.0", "@defichain/jellyfish-wallet-mnemonic": ">=0.33.0", - "@defichain/playground-api-client": ">=0.7.0", + "@defichain/playground-api-client": ">=0.8.0", "@defichain/whale-api-client": ">=0.7.1", "@defichain/whale-api-wallet": ">=0.7.1", "@expo-google-fonts/ibm-plex-sans": "^0.2.0",