diff options
| author | 2026-01-16 08:31:43 +0800 | |
|---|---|---|
| committer | 2026-01-16 08:31:43 +0800 | |
| commit | 455da9d2b07d05c2bdd1fffa5031a6a329cc5643 (patch) | |
| tree | 778d64d2e7ee93aeb9862f3f874ea61324f04022 /ui/package.json | |
| parent | 5931daf9283478f49652098c3e0f6be8de0f52f8 (diff) | |
| parent | 9688bbd2f1ac5acb4b170dcf4d4908a548746cba (diff) | |
| download | DropOut-455da9d2b07d05c2bdd1fffa5031a6a329cc5643.tar.gz DropOut-455da9d2b07d05c2bdd1fffa5031a6a329cc5643.zip | |
Merge pull request #39 from HsiangNianian/main
chore(ui): scope package as @dropout/ui and bump Svelte
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/package.json b/ui/package.json index 5848109..2db214a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,5 +1,5 @@ { - "name": "ui", + "name": "@dropout/ui", "private": true, "version": "0.0.0", "type": "module", @@ -16,7 +16,7 @@ "@types/node": "^24.10.1", "autoprefixer": "^10.4.23", "postcss": "^8.5.6", - "svelte": "^5.43.8", + "svelte": "^5.46.4", "svelte-check": "^4.3.4", "tailwindcss": "^4.1.18", "typescript": "~5.9.3", |