Skip to content

Commit

Permalink
fix: add @stacks/blockchain-api-client
Browse files Browse the repository at this point in the history
  • Loading branch information
aulneau committed Feb 23, 2021
1 parent fb0668e commit 7619c60
Showing 2 changed files with 43 additions and 21 deletions.
33 changes: 13 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@
"version": "1.0.0",
"author": "Hiro Systems PBC (formerly Blockstack PBC)",
"dependencies": {
"@emotion/cache": "^11.0.0",
"@babel/core": "^7.12.10",
"@emotion/cache": "^11.0.0",
"@emotion/core": "^11.0.0",
"@emotion/css": "^11.0.0",
"@emotion/react": "^11.1.5",
@@ -31,6 +31,7 @@
"@react-spectrum/utils": "^3.5.1",
"@react-stately/toggle": "^3.2.1",
"@stacks/auth": "^1.2.2",
"@stacks/blockchain-api-client": "^0.49.0",
"@stacks/connect": "^4.3.16-alpha.d514fd4.0",
"@stacks/connect-ui": "^2.17.17-alpha.d514fd4.0",
"@stacks/network": "^1.2.2",
@@ -94,40 +95,32 @@
"devDependencies": {
"@blockstack/stacks-blockchain-api-types": "^0.48.3",
"@commitlint/config-conventional": "^11.0.0",
"@next/bundle-analyzer": "^10.0.7",
"@stacks/eslint-config": "^1.0.7",
"@stacks/prettier-config": "^0.0.7",
"@types/express": "^4.17.11",
"@types/fontfaceobserver": "^0.0.6",
"@types/next": "^9.0.0",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/store": "^2.0.2",
"@types/styled-system__theme-get": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"commitlint": "^11.0.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"package-json-cleanup-loader": "^1.0.3",
"@emotion/babel-plugin": "^11.1.2",
"@emotion/babel-preset-css-prop": "^11.0.0",
"@next/bundle-analyzer": "^10.0.5",
"@stacks/eslint-config": "^1.0.7",
"@stacks/prettier-config": "^0.0.7",
"@types/express": "^4.17.11",
"@types/fontfaceobserver": "^0.0.6",
"@types/just-debounce-it": "^1.1.0",
"@types/next": "^9.0.0",
"@types/node": "^14.14.31",
"@types/nprogress": "^0.2.0",
"@types/pluralize": "^0.0.29",
"@types/prismjs": "^1.16.1",
"@types/react": "^17.0.0",
"@types/store": "^2.0.2",
"@types/styled-system__theme-get": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.14.0",
"@welldone-software/why-did-you-render": "^6.0.5",
"commitlint": "^11.0.0",
"eslint": "^7.18.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"package-json-cleanup-loader": "^1.0.3",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
31 changes: 30 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -1568,6 +1568,18 @@
jsontokens "^3.0.0"
query-string "^6.13.1"

"@stacks/blockchain-api-client@^0.49.0":
version "0.49.0"
resolved "https://registry.yarnpkg.com/@stacks/blockchain-api-client/-/blockchain-api-client-0.49.0.tgz#ec3c77b2ed9452dff58662fa8cdace6f50f44816"
integrity sha512-PnuVx2XQus4zNtLMB6Z6RIQKrlwYs58sYsMPO12PHEUUZcXV6xCt93ZRhWA8QgCevqpeV5we8jxTDwdYwWee9w==
dependencies:
"@blockstack/stacks-blockchain-api-types" "^0.34.1"
"@types/ws" "^7.4.0"
cross-fetch "^3.0.6"
eventemitter3 "^4.0.4"
jsonrpc-lite "^2.2.0"
ws "^7.4.0"

"@stacks/common@^1.0.1", "@stacks/common@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@stacks/common/-/common-1.2.2.tgz#1365ffb0f8bd9e4cd194c63c65a1bb2c83876ba1"
@@ -2120,6 +2132,13 @@
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=

"@types/ws@^7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.0.tgz#499690ea08736e05a8186113dac37769ab251a0e"
integrity sha512-Y29uQ3Uy+58bZrFLhX36hcI3Np37nqWE7ky5tjiDoy1GDZnIwVxS0CgF+s+1bXMzjKBFy+fqaRfb708iNzdinw==
dependencies:
"@types/node" "*"

"@typescript-eslint/eslint-plugin@^4.11.0", "@typescript-eslint/eslint-plugin@^4.15.2":
version "4.15.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61"
@@ -4649,6 +4668,11 @@ event-target-shim@^5.0.0:
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==

eventemitter3@^4.0.4:
version "4.0.7"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==

events@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/events/-/events-3.2.0.tgz#93b87c18f8efcd4202a461aec4dfc0556b639379"
@@ -6022,6 +6046,11 @@ jsonparse@^1.2.0:
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=

jsonrpc-lite@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/jsonrpc-lite/-/jsonrpc-lite-2.2.0.tgz#fb3aa9d292c8970eb7f83c6040c6554767bbc6a6"
integrity sha512-/cbbSxtZWs1O7R4tWqabrCM/t3N8qKUZMAg9IUqpPvUs6UyRvm6pCNYkskyKN/XU0UgffW+NY2ZRr8t0AknX7g==

jsontokens@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/jsontokens/-/jsontokens-3.0.0.tgz#629984d260a4081b11541313acdba708377314d3"
@@ -9929,7 +9958,7 @@ wrappy@1:
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=

ws@^7.3.1:
ws@^7.3.1, ws@^7.4.0:
version "7.4.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.3.tgz#1f9643de34a543b8edb124bdcbc457ae55a6e5cd"
integrity sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==

1 comment on commit 7619c60

@vercel
Copy link

@vercel vercel bot commented on 7619c60 Feb 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.