Skip to content

Commit

Permalink
feat!: add configure and disconnect methods, support reconnect on mou…
Browse files Browse the repository at this point in the history
…nt and sync with provider
  • Loading branch information
hugomrdias committed Sep 3, 2024
1 parent 56da6b5 commit 443465b
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 204 deletions.
12 changes: 6 additions & 6 deletions packages/adapter-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"filsnap-adapter": "workspace:^"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@types/react": "^18.2.61",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.19",
"assert": "^2.1.0",
"mocha": "^10.6.0",
"playwright-test": "^14.1.1",
"mocha": "^10.7.3",
"playwright-test": "^14.1.4",
"preact": "^10.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 443465b

Please sign in to comment.