Skip to content

Commit

Permalink
Update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent beaee48 commit a3640d9
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 44 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vitest/ui": "2.1.8",
"openapi-typescript": "7.5.2",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vite-plugin-top-level-await": "1.4.4",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/event-producer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vitest/web-worker": "2.1.8",
"happy-dom": "16.5.3",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vite-plugin-top-level-await": "1.4.4",
"vitest": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/player-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"shaka-player": "4.11.2",
"sinon": "19.0.2",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vite-plugin-package-version": "1.1.0",
"vite-plugin-top-level-await": "1.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/true-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite": "6.0.7",
"vite-plugin-dts": "4.5.0",
"vitest": "2.1.8"
},
Expand Down
138 changes: 102 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3640d9

Please sign in to comment.