Skip to content

Commit

Permalink
Upgraded bux-js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 7, 2022
1 parent a1a42dd commit 12374c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@buxorg/[email protected].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/[email protected].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"
Expand Down

0 comments on commit 12374c9

Please sign in to comment.