Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Oct 17, 2024
1 parent 4af8c51 commit c23b793
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@types/node": "^22.7.6",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"globals": "^15.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@tsconfig/svelte": "^5.0.4",
"css-tree": "^2.3.1",
"esbuild-svelte": "^0.8.2",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.45.1",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
Expand Down
6 changes: 3 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@slidy/media": "workspace:*",
"@slidy/svelte": "workspace:*",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.45.1",
"mdast-util-to-string": "^3.2.0",
"mdsvex": "^0.11.2",
"prettier-plugin-svelte": "^3.2.7",
Expand All @@ -31,6 +31,6 @@
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"unist-util-visit": "^4.1.2",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}

0 comments on commit c23b793

Please sign in to comment.