Skip to content

Commit

Permalink
chore: use npm versions in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Aug 29, 2023
1 parent 11448bf commit 4b69928
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 89 deletions.
114 changes: 27 additions & 87 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"deploy:production": "npm run build && netlify deploy --prod"
},
"dependencies": {
"@ably-labs/react-hooks": "file:../../react-hooks",
"@ably-labs/spaces": "file:../",
"@ably-labs/react-hooks": "^3.0.0-canary.1",
"@ably-labs/spaces": "^0.0.13",
"ably": "^1.2.43",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
Expand Down

0 comments on commit 4b69928

Please sign in to comment.