Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed May 9, 2024
1 parent ae31ffb commit 9b14e69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"kiss-worker": "^2.0.0",
"kiss-worker": "^3.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export default defineConfig({
// If you refrain from using top-level await, the default target
// will work just fine.
target: "es2022",
sourcemap: true,
},
});

0 comments on commit 9b14e69

Please sign in to comment.