Skip to content

Commit

Permalink
Merge pull request #58 from UCLA-IRL/varun/toast
Browse files Browse the repository at this point in the history
Implement toast

Fix: #11
  • Loading branch information
zjkmxy authored Feb 7, 2024
2 parents 83541ae + 199fcf7 commit 9a70184
Show file tree
Hide file tree
Showing 16 changed files with 524 additions and 359 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@
"event-iterator": "^2.0.0",
"eventemitter3": "^5.0.1",
"file-system-access": "^1.0.4",
"jose": "^5.2.0",
"jose": "^5.2.1",
"jszip": "^3.10.1",
"peerjs": "^1.5.2",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3",
"solid-codemirror": "^2.3.1",
"solid-js": "^1.8.12",
"solid-js": "^1.8.14",
"solid-tiptap": "^0.6.0",
"solid-toast": "^0.5.0",
"uuid": "^9.0.1",
"y-codemirror.next": "^0.3.2",
"yjs": "^13.6.11"
Expand All @@ -73,14 +74,14 @@
"@types/qrcode": "^1.5.5",
"@types/uuid": "^9.0.8",
"@types/wicg-file-system-access": "^2023.10.4",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-solid": "^0.13.1",
"peer": "^1.0.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"solid-devtools": "^0.29.3",
"typescript": "^5.3.3",
"typescript-event-target": "^1.1.0",
Expand Down
Loading

0 comments on commit 9a70184

Please sign in to comment.