Skip to content

Commit

Permalink
WaaS React SDK 1.0.0 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealAndyLawton committed Feb 28, 2024
1 parent a942eaa commit 8d37bf7
Show file tree
Hide file tree
Showing 51 changed files with 14,740 additions and 3,639 deletions.
12,392 changes: 9,500 additions & 2,892 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions packages/waas-react-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@bitski/waas-react-sdk",
"version": "0.0.12",
"version": "1.0.0",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -36,10 +36,24 @@
"dependencies": {
"@apollo/client": "^3.8.10",
"@floating-ui/react": "^0.26.8",
"bitski": "^4.1.1"
"@xstate/react": "^4.0.3",
"bitski": "^4.2.0",
"graphql-request": "^6.1.0",
"lodash.debounce": "^4.0.8",
"xstate": "^5.6.0",
"use-onclickoutside": "^0.4.1"
},
"devDependencies": {
"@apollo/rover": "^0.22.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@statelyai/inspect": "^0.2.3",
"@tanstack/eslint-plugin-query": "^5.18.1",
"@tanstack/react-query": "^5.0.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
Expand Down

0 comments on commit 8d37bf7

Please sign in to comment.