Skip to content

Commit

Permalink
chore: bump js deps in examples (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq authored Dec 2, 2024
2 parents f0a7f87 + 785f6cf commit aa17d51
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 574 deletions.
6 changes: 3 additions & 3 deletions examples/authentication/auth-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"check": "tsc"
},
"dependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.0",
"@qubit-rs/client": "workspace:*"
"@qubit-rs/client": "workspace:*",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/chaos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@qubit-rs/client": "workspace:*",
"@types/node": "^20.11.25",
"typescript": "^5.2.2",
"ts-node": "^10.9.2"
"@types/node": "^20.17.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}
16 changes: 8 additions & 8 deletions examples/chat-room-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@qubit-rs/client": "workspace:*",
"@tanstack/react-query": "^5.40.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"@tanstack/react-query": "^5.62.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^8.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@qubit-rs/client": "workspace:*",
"ws": "^8.17.0",
"@types/ws": "^8.5.10",
"typescript": "^5.2.2",
"ts-node": "^10.9.2"
"@types/ws": "^8.5.13",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"ws": "^8.18.0"
}
}
4 changes: 2 additions & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@qubit-rs/client": "workspace:*",
"typescript": "^5.2.2",
"ts-node": "^10.9.2"
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit aa17d51

Please sign in to comment.