Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Dec 5, 2024
1 parent 0f8f5ff commit fe807e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"open-props": "^1.7.7",
"prettier": "^3.4.1",
"open-props": "^1.7.8",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@slidy/easing": "workspace:^"
},
"dependencies": {
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"esbuild-svelte": "^0.9.0",
"eslint-plugin-svelte": "^2.46.1",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.4.0",
"svelte-check": "^4.1.0",
"svelte": "^5.7.0",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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.4.0",
"svelte-check": "^4.1.0",
"svelte": "^5.7.0",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"unist-util-visit": "^5.0.0",
"vite": "^6.0.2"
"vite": "^6.0.3"
}
}

0 comments on commit fe807e9

Please sign in to comment.