Skip to content

Commit 21f636c

Browse files
committed
include common package directly
1 parent a2d64a3 commit 21f636c

File tree

12 files changed

+209
-143
lines changed

12 files changed

+209
-143
lines changed

pnpm-lock.yaml

Lines changed: 17 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/react/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@tanstack/react-router-devtools": "^1.131.26",
2424
"@tanstack/react-virtual": "^3.13.12",
2525
"@tanstack/router-plugin": "^1.131.26",
26-
"@tobikodata/sqlmesh-common": "file:../../web/common",
2726
"apache-arrow": "^19.0.1",
2827
"clsx": "^2.1.1",
2928
"cronstrue": "3.3.0",
@@ -33,7 +32,6 @@
3332
"react": "^18.3.1",
3433
"react-dom": "^18.3.1",
3534
"react-router": "^7.7.0",
36-
"reactflow": "^11.11.4",
3735
"tailwindcss": "3.4.17",
3836
"vscode-uri": "^3.1.0"
3937
},

vscode/react/src/App.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
@import url('@tobikodata/sqlmesh-common/design/index.css');
2-
@import url('@tobikodata/sqlmesh-common/styles/sqlmesh-common.min.css');
3-
41
:root {
52
/*
63
Keep commented for reference.

vscode/react/src/main.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { EventBusProvider } from './hooks/eventBus.tsx'
55
import { TableDiffPage } from './pages/tablediff.tsx'
66
import { LineagePage } from './pages/lineage.tsx'
77

8+
import '@sqlmesh-common/styles/index.css'
9+
810
import './App.css'
911

1012
// Detect panel type

0 commit comments

Comments
 (0)