Skip to content

Commit

Permalink
ts 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Nov 24, 2024
1 parent 1993b8b commit 42ab646
Show file tree
Hide file tree
Showing 6 changed files with 919 additions and 597 deletions.
12 changes: 6 additions & 6 deletions examples/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@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"
},
"devDependencies": {
"@types/w3c-web-serial": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"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 @@ -12,8 +12,8 @@
"@hangtime/grip-connect": "^0.5.9"
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"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 @@ -12,8 +12,8 @@
"@hangtime/grip-connect": "^0.5.9"
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"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 @@ -12,8 +12,8 @@
"@hangtime/grip-connect": "^0.5.9"
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"workspaces": [
"examples"
Expand Down
Loading

0 comments on commit 42ab646

Please sign in to comment.