Skip to content

Commit

Permalink
reran gen
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill committed May 29, 2024
1 parent 1e3f607 commit d2e1a13
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 73 deletions.
4 changes: 2 additions & 2 deletions examples/csv/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@llm-ui/csv": "^0.0.0-alpha.vfef583c421ecc44e7022a9f07a7fc1430eff6339",
"@llm-ui/markdown": "^0.11.1",
"@llm-ui/react": "^0.11.1",
"@llm-ui/markdown": "^0.12.0",
"@llm-ui/react": "^0.12.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions examples/csv/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@llm-ui/csv": "^0.0.0-alpha.vfef583c421ecc44e7022a9f07a7fc1430eff6339",
"@llm-ui/markdown": "^0.11.1",
"@llm-ui/react": "^0.11.1",
"@llm-ui/markdown": "^0.12.0",
"@llm-ui/react": "^0.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
Expand Down
225 changes: 156 additions & 69 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 d2e1a13

Please sign in to comment.