Skip to content

Commit

Permalink
Upgrade to Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tiz committed Jun 26, 2024
1 parent cb4bef9 commit 875219a
Show file tree
Hide file tree
Showing 11 changed files with 2,359 additions and 2,629 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@stdlib/random-base-mt19937": "^0.2.1"
},
"devDependencies": {
"vite": "^4.4.9"
"vite": "^5.0.0"
},
"engines": {
"npm": "please-use-pnpm"
Expand Down
3 changes: 2 additions & 1 deletion examples/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const devTarget = 'es2020';
/**
* Vite Config
*/
export default defineConfig(({ command, mode, ssrBuild }) => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export default defineConfig(({ command, mode, isSsrBuild }) => {
return {
worker: {
format: 'es',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
},
"homepage": "https://github.com/lightning-js/renderer#readme",
"devDependencies": {
"@types/node": "^18.14.6",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^1.6.0",
"concurrently": "^8.0.1",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
Expand All @@ -60,7 +60,7 @@
"prettier": "^2.8.4",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"vitest": "^0.34.2",
"vitest": "^1.6.0",
"vitest-mock-extended": "^1.3.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 875219a

Please sign in to comment.