Skip to content

Commit

Permalink
chore(react): add heuristica
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Aug 1, 2024
1 parent 747d816 commit 12d90ef
Show file tree
Hide file tree
Showing 7 changed files with 285 additions and 228 deletions.
497 changes: 277 additions & 220 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sites/reactflow.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"next": "^13.4.19",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.2",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion sites/reactflow.dev/public/data/showcases.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sites/reactflow.dev/src/sites/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const sliderItems = [
];

export default function ReactFlowHome() {
const { stars = 16000, downloads = 4000, whatsNew = [] } = useSSG();
const { stars = 23000, downloads = 4000, whatsNew = [] } = useSSG();

return (
<BaseLayout>
Expand Down
4 changes: 2 additions & 2 deletions sites/svelteflow.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"next": "^13.4.19",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.2",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
Expand Down
4 changes: 2 additions & 2 deletions sites/xyflow.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"nanoid": "^4.0.2",
"next": "^13.4.19",
"next-sitemap": "^4.2.2",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 12d90ef

Please sign in to comment.