Skip to content

Commit

Permalink
Merge pull request #114 from ieedan/chores-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Feb 20, 2025
2 parents 3a3e3ed + 633d6f3 commit 60a4c2c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 575 deletions.
9 changes: 8 additions & 1 deletion jsrepo-build-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/jsrepo@1.32.0/schemas/registry-config.json",
"$schema": "https://unpkg.com/jsrepo@1.39.0/schemas/registry-config.json",
"meta": {
"authors": ["Aidan Bleser"],
"bugs": "https://github.com/ieedan/shadcn-svelte-extras/issues",
Expand All @@ -8,6 +8,13 @@
"repository": "https://github.com/ieedan/shadcn-svelte-extras",
"tags": ["svelte", "shadcn", "typescript", "components", "utilities"]
},
"peerDependencies": {
"svelte": "5.x.x",
"tailwindcss": {
"version": "3.x.x",
"message": "Tailwindcss@v4 support is in progress see: https://github.com/huntabyte/shadcn-svelte/issues/1643"
}
},
"dirs": ["./src/lib/components", "./src/lib"],
"includeBlocks": [],
"includeCategories": ["ui", "hooks", "utils", "actions"],
Expand Down
20 changes: 14 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadcn-svelte-extras",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@10.4.1",
"version": "1.20.0",
"type": "module",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"build:registry": "jsrepo build"
},
"devDependencies": {
"@changesets/cli": "^2.28.0",
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.20.0",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource/geist-mono": "^5.1.1",
"@lukulent/svelte-umami": "^0.0.4",
Expand All @@ -26,14 +26,14 @@
"@sveltejs/kit": "^2.17.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"autoprefixer": "^10.4.20",
"bits-ui": "1.3.1",
"bits-ui": "1.3.2",
"clsx": "^2.1.1",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.45.1",
"globals": "^15.15.0",
"isomorphic-dompurify": "^2.21.0",
"jsrepo": "^1.38.0",
"globals": "^16.0.0",
"isomorphic-dompurify": "^2.22.0",
"jsrepo": "^1.39.0",
"lucide-svelte": "^0.475.0",
"mode-watcher": "^0.5.1",
"nanoid": "^5.1.0",
Expand All @@ -60,5 +60,13 @@
"vaul-svelte": "1.0.0-next.3",
"vite": "^6.1.1",
"yeezy-dates": "^1.0.1"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"esbuild"
]
}
}
Loading

0 comments on commit 60a4c2c

Please sign in to comment.