Skip to content

Commit

Permalink
Add some updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
russleyshaw committed Oct 7, 2024
1 parent 9fc1761 commit a9246ba
Show file tree
Hide file tree
Showing 43 changed files with 2,505 additions and 1,368 deletions.
8 changes: 7 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
"recommendations": [
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer",
"biomejs.biome",
"oven.bun-vscode",
"streetsidesoftware.code-spell-checker"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"autorun",
"blueprintjs",
"tanstack"
]
],
}
Binary file modified bun.lockb
100644 → 100755
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "database-browser",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "bunx tsc --noEmit",
"tauri": "tauri",
Expand All @@ -18,11 +18,11 @@
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.58.3",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/api": "^2.0.0-rc.0",
"@tauri-apps/plugin-fs": "~2.0.0-rc",
"@tauri-apps/plugin-shell": "~2.0.0-rc",
"@xyflow/react": "^12.3.0",
"clsx": "^2.1.1",
"d3-force": "^3.0.0",
"d3-quadtree": "^3.0.1",
"date-fns": "^4.1.0",
"jotai": "^2.10.0",
"mobx": "^6.13.2",
Expand All @@ -41,14 +41,14 @@
"@biomejs/biome": "1.9.2",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.4",
"@tauri-apps/cli": "^1",
"@types/d3-force": "^3.0.10",
"@types/d3-quadtree": "^3.0.6",
"@tauri-apps/cli": "^2.0.0-rc.18",
"@types/bun": "^1.1.10",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.0",
"concurrently": "^9.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit a9246ba

Please sign in to comment.