Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Dec 12, 2024
1 parent 4765d66 commit 59114a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.2.0",
"@eslint/js": "^9.16.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@slidy/easing": "workspace:^"
},
"dependencies": {
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
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.9.0",
"svelte": "^5.11.3",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@slidy/media": "workspace:*",
"@slidy/svelte": "workspace:*",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@sveltejs/kit": "^2.11.0",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"mdast-util-to-string": "^4.0.0",
"mdsvex": "^0.12.3",
"prettier-plugin-svelte": "^3.3.2",
"rehype-slug": "^6.0.0",
"svelte": "^5.9.0",
"svelte": "^5.11.3",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"unist-util-visit": "^5.0.0",
Expand Down

0 comments on commit 59114a2

Please sign in to comment.