Skip to content

Commit 4908ec6

Browse files
committed
remove supabase package
1 parent 7759e61 commit 4908ec6

File tree

8 files changed

+1
-35
lines changed

8 files changed

+1
-35
lines changed

.changeset/config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
"jarvis",
1212
"form-view",
1313
"@kksh/desktop",
14-
"@kksh/supabase",
1514
"@kksh/utils",
1615
"@kksh/extension",
1716
"@kksh/schema",
18-
"@kksh/supabase",
1917
"@kksh/ui"
2018
]
2119
}

apps/desktop/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"@formkit/auto-animate": "^0.8.2",
1919
"@inlang/paraglide-sveltekit": "0.16.0",
2020
"@kksh/extension": "workspace:*",
21-
"@kksh/supabase": "workspace:*",
2221
"@kksh/svelte5": "^0.1.15",
2322
"@kksh/ui": "workspace:*",
2423
"@kksh/utils": "workspace:*",

packages/extension/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@kksh/api": "workspace:*",
18-
"@kksh/supabase": "workspace:*",
1918
"@std/semver": "npm:@jsr/std__semver@^1.0.3",
2019
"@tauri-apps/plugin-upload": "^2.2.1",
2120
"semver": "^7.7.1",

packages/schema/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
},
1616
"devDependencies": {
1717
"@types/bun": "latest",
18-
"@kksh/supabase": "workspace:*",
1918
"@supabase/supabase-js": "^2.48.0",
2019
"@valibot/to-json-schema": "1.0.0-beta.4"
2120
},
2221
"peerDependencies": {
23-
"@kksh/supabase": "workspace:*",
2422
"typescript": "^5.0.0"
2523
},
2624
"dependencies": {

packages/tauri-plugins/jarvis/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"prepare": "bun setup.ts"
77
},
88
"devDependencies": {
9-
"@kksh/supabase": "workspace:*",
109
"@supabase/supabase-js": "^2.48.0",
1110
"@kksh/ci": "workspace:*",
1211
"@types/bun": "latest"

packages/typescript-config/path-alias.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"@kksh/ci/*": ["./packages/ci/*"],
1313
"@kksh/ci": ["./packages/ci"],
1414
"@kksh/supabase/*": ["./packages/supabase/*"],
15-
"@kksh/supabase": ["./packages/supabase"],
1615
"@kksh/schema/*": ["./packages/schema/*"],
1716
"@kksh/schema": ["./packages/schema"]
1817
}

packages/ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"@formkit/auto-animate": "^0.8.2",
7979
"@inlang/paraglide-sveltekit": "^0.15.5",
8080
"@internationalized/date": "^3.7.0",
81-
"@kksh/supabase": "workspace:*",
8281
"@shikijs/langs": "^2.3.2",
8382
"@shikijs/rehype": "^3.2.1",
8483
"@shikijs/themes": "^2.3.2",

pnpm-lock.yaml

Lines changed: 1 addition & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)