diff --git a/package.json b/package.json index dc914ba3..c62c067d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buxorg/bux-console", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "start": "yarn && meteor run", "test": "meteor test --once --driver-package meteortesting:mocha", @@ -35,7 +35,7 @@ ], "dependencies": { "@babel/runtime": "^7.18.3", - "@buxorg/js-buxclient": "1.3.4", + "@buxorg/js-buxclient": "1.3.5", "@emotion/cache": "^11.7.1", "@emotion/react": "^11.9.0", "@emotion/server": "^11.4.0", diff --git a/yarn.lock b/yarn.lock index 6a23c90d..66b3475d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,10 +84,10 @@ "@babel/helper-validator-identifier" "^7.16.7" to-fast-properties "^2.0.0" -"@buxorg/js-buxclient@1.3.4": - version "1.3.4" - resolved "https://registry.yarnpkg.com/@buxorg/js-buxclient/-/js-buxclient-1.3.4.tgz#7b0ee15f1506bc4955b3a4c36990732771c747ad" - integrity sha512-7Cbopd8S5bHEwl3bqLSdoNhQx6WtGwT7lTS736ZfEN4xU4s/H//Dq7NGs0wqPJc1LslBYZvOuCEERYn90LoGsg== +"@buxorg/js-buxclient@1.3.5": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@buxorg/js-buxclient/-/js-buxclient-1.3.5.tgz#8d5d018c518ee825bcee0226fe5f5b9fb5eff1d4" + integrity sha512-VJQ51P9HRDyt9ybOtKdEDWjiyyk905oY8ElfWQTBoQfe8daedZ1EhWqL4dFCuqykt6H68KWHW41ywkKc3dIO9Q== dependencies: "@apollo/client" "^3.5.8" cross-fetch "^3.1.5"