Skip to content

Commit

Permalink
fix(deps): @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Nov 17, 2024
1 parent 2a9cee4 commit e852a42
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 35 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
86 changes: 52 additions & 34 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/lib/components/gadgets/timer/main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}
});
/** @type {number|undefined} */
/** @type {NodeJS.Timeout|undefined} */
let interval = $state(undefined);
function toggleState() {
if (beeping) {
Expand Down

0 comments on commit e852a42

Please sign in to comment.