Skip to content

Commit

Permalink
add client-side libraries back as dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdleveille committed Nov 4, 2024
1 parent 188e203 commit 31a0b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"start": "bun ./src/server/index.ts"
},
"devDependencies": {
"@tanstack/react-query": "^5.59.19",
"@types/bun": "latest",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"bun-bundle": "^4.0.3",
"chokidar": "^4.0.1",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"socket.io-client": "^4.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"workbox-cli": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"hono": "^4.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"zod": "^3.23.8"
}
}

0 comments on commit 31a0b77

Please sign in to comment.