Better Chat
All checks were successful
Build and Release / build-and-release (push) Successful in 11m38s

This commit is contained in:
Bryan1029384756
2026-02-17 10:12:38 -06:00
parent 9162ca7c94
commit bebf0bf989
11 changed files with 1142 additions and 201 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/shared",
"private": true,
"version": "1.0.21",
"version": "1.0.22",
"type": "module",
"main": "src/App.jsx",
"dependencies": {
@@ -19,6 +19,7 @@
"react-markdown": "^10.1.0",
"react-router-dom": "^7.11.0",
"react-syntax-highlighter": "^16.1.0",
"react-virtuoso": "^4.18.1",
"remark-gfm": "^4.0.1",
"sql.js": "^1.12.0"
}