Skip to content

Commit

Permalink
update @rdub deps, tweak copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Dec 1, 2024
1 parent 9c6d878 commit 1e20608
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 89 deletions.
8 changes: 5 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
"build": "tsc -b && vite build",
"clean": "rm -rf dist node_modules/.vite",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"tc": "tsc"
},
"dependencies": {
"@mdx-js/react": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@microlink/react-json-view": "^1.23.4",
"@rdub/base": "0.6.0",
"@mui/material": "^6.1.9",
"@rdub/base": "0.7.1",
"@rdub/duckdb-wasm": "0.5.0",
"@rdub/logos": "0.0.3",
"@rdub/icons": "0.1.0",
"@tanstack/react-query": "^5.60.5",
"apache-arrow": "^18.0.0",
"plotly.js": "^2.35.2",
Expand Down
Loading

0 comments on commit 1e20608

Please sign in to comment.