Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.4.10 to 6.0.0 (#269)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 5529f79 commit 5f41e75
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^22.5.4",
"ts-loader": "^9.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.9",
"vite": "^6.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
2 changes: 1 addition & 1 deletion examples/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^22.5.4",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"vite": "^5.4.9",
"vite": "^6.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
2 changes: 1 addition & 1 deletion examples/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^22.5.4",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"vite": "^5.4.9",
"vite": "^6.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
2 changes: 1 addition & 1 deletion examples/local-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^22.5.4",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vite": "^6.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ts-proto": "^2.2.4",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"vite": "^5.4.9",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
},
Expand Down
Loading

0 comments on commit 5f41e75

Please sign in to comment.