Skip to content

Commit

Permalink
set and update base dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Nov 29, 2024
1 parent 42ab646 commit e43432c
Show file tree
Hide file tree
Showing 12 changed files with 828 additions and 274 deletions.
2 changes: 1 addition & 1 deletion examples/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/w3c-web-serial": "^1.0.7",
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.1"
},
"workspaces": [
"examples"
Expand Down
2 changes: 1 addition & 1 deletion examples/flappy-bird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.1"
},
"workspaces": [
"examples"
Expand Down
2 changes: 1 addition & 1 deletion examples/kilter-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.1"
},
"workspaces": [
"examples"
Expand Down
2 changes: 1 addition & 1 deletion examples/pong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.1"
},
"workspaces": [
"examples"
Expand Down
Loading

0 comments on commit e43432c

Please sign in to comment.