Skip to content

Commit

Permalink
fix sherif issue with preact version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 5, 2025
1 parent 15c81bb commit f64aea1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/preact/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/preact-table": "^9.0.0-alpha.10",
"preact": "^10.25.3"
"preact": "^10.25.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@tanstack/preact-table": "^9.0.0-alpha.10",
"preact": "^10.25.3"
"preact": "^10.25.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit f64aea1

Please sign in to comment.