Skip to content

Commit

Permalink
improve code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Dec 5, 2024
1 parent e43432c commit 6952806
Show file tree
Hide file tree
Showing 9 changed files with 244 additions and 234 deletions.
6 changes: 3 additions & 3 deletions examples/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@hangtime/grip-connect": "^0.5.9",
"chart.js": "^4.4.6"
"@hangtime/grip-connect": "^0.5.10",
"chart.js": "^4.4.7"
},
"devDependencies": {
"@types/w3c-web-serial": "^1.0.7",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"workspaces": [
"examples"
Expand Down
4 changes: 2 additions & 2 deletions examples/flappy-bird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"@hangtime/grip-connect": "^0.5.9"
"@hangtime/grip-connect": "^0.5.10"
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"workspaces": [
"examples"
Expand Down
4 changes: 2 additions & 2 deletions examples/kilter-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"@hangtime/grip-connect": "^0.5.9"
"@hangtime/grip-connect": "^0.5.10"
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"workspaces": [
"examples"
Expand Down
4 changes: 2 additions & 2 deletions examples/pong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"@hangtime/grip-connect": "^0.5.9"
"@hangtime/grip-connect": "^0.5.10"
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"workspaces": [
"examples"
Expand Down
Loading

0 comments on commit 6952806

Please sign in to comment.