Skip to content

Commit

Permalink
Fix: svelte template (kunkunsh#103)
Browse files Browse the repository at this point in the history
* chore: bump @kksh/svelte5 to 0.1.16 and update dependencies

* chore: bump create-kunkun package version to 0.1.46

* chore: update pnpm lock
  • Loading branch information
HuakunShen authored Feb 12, 2025
1 parent b285737 commit 6bd7d71
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 75 deletions.
2 changes: 1 addition & 1 deletion apps/create-kunkun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-kunkun",
"type": "module",
"version": "0.1.45",
"version": "0.1.46w",
"bin": {
"create-kunkun": "dist/index.mjs"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@inlang/paraglide-sveltekit": "0.15.5",
"@kksh/extension": "workspace:*",
"@kksh/supabase": "workspace:*",
"@kksh/svelte5": "^0.1.15",
"@kksh/svelte5": "^0.1.16",
"@kksh/ui": "workspace:*",
"@kksh/utils": "workspace:*",
"@std/semver": "npm:@jsr/std__semver@^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/ext-sveltekit-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@kksh/api": "workspace:*",
"@kksh/svelte5": "0.1.15",
"@kksh/svelte5": "0.1.16",
"clsx": "^2.1.1",
"lucide-svelte": "^0.469.0",
"mode-watcher": "^0.5.0",
Expand Down
12 changes: 7 additions & 5 deletions packages/templates/template-ext-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,25 @@
},
"dependencies": {
"@kksh/api": "workspace:*",
"@kksh/svelte5": "0.1.15",
"@kksh/svelte5": "0.1.16",
"formsnap": "^1.0.1",
"clsx": "^2.1.1",
"lucide-svelte": "^0.469.0",
"mode-watcher": "^0.5.0",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svelte": "^5.16.6",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "~5.7.2",
"vite": "^6.0.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
"vite": "^6.0.7"
},
"files": [
"dist",
Expand Down
11 changes: 2 additions & 9 deletions packages/templates/template-ext-svelte/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<script lang="ts">
import { notification, ui } from "@kksh/api/ui/custom"
import {
Button,
Command,
// CommandFooter,
ModeWatcher,
Separator,
ThemeWrapper,
updateTheme
} from "@kksh/svelte5"
import { Button, Command, Separator, ThemeWrapper, updateTheme } from "@kksh/svelte5"
import ThemeCustomizer from "$lib/components/ThemeCustomizer.svelte"
import {
Calculator,
Expand All @@ -19,6 +11,7 @@
Smile,
User
} from "lucide-svelte"
import { ModeWatcher } from "mode-watcher"
import { onMount } from "svelte"
onMount(() => {
Expand Down
3 changes: 2 additions & 1 deletion packages/templates/template-ext-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
},
"dependencies": {
"@kksh/api": "workspace:*",
"@kksh/svelte5": "0.1.15",
"@kksh/svelte5": "0.1.16",
"formsnap": "^1.0.1",
"clsx": "^2.1.1",
"lucide-svelte": "^0.469.0",
"mode-watcher": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@eslint/js": "^9.18.0",
"@iconify/svelte": "^4.2.0",
"@kksh/api": "workspace:*",
"@kksh/svelte5": "^0.1.15",
"@kksh/svelte5": "^0.1.16",
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
Expand Down
91 changes: 35 additions & 56 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 6bd7d71

Please sign in to comment.