Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Jan 6, 2025
1 parent 5597616 commit 2f3b241
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"open-props": "^1.7.9",
"open-props": "^1.7.10",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"esbuild-svelte": "^0.9.0",
"eslint-plugin-svelte": "^2.46.1",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.16.0",
"svelte": "^5.16.2",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"mdsvex": "^0.12.3",
"prettier-plugin-svelte": "^3.3.2",
"rehype-slug": "^6.0.0",
"svelte": "^5.16.0",
"svelte": "^5.16.2",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"unist-util-visit": "^5.0.0",
"vite": "^6.0.6"
"vite": "^6.0.7"
}
}

0 comments on commit 2f3b241

Please sign in to comment.