Skip to content

Commit d6153ba

Browse files
committed
Update shadcn
1 parent f9b637e commit d6153ba

File tree

8 files changed

+1021
-831
lines changed

8 files changed

+1021
-831
lines changed

components.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
2-
"$schema": "https://next.shadcn-svelte.com/schema.json",
3-
"style": "default",
4-
"tailwind": {
5-
"config": "tailwind.config.ts",
6-
"css": "src/app.css",
7-
"baseColor": "zinc"
8-
},
9-
"aliases": {
10-
"components": "$lib/components",
11-
"utils": "$lib/utils",
12-
"ui": "$lib/components/ui",
13-
"hooks": "$lib/hooks"
14-
},
15-
"typescript": true,
16-
"registry": "https://next.shadcn-svelte.com/registry"
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.ts",
8+
"css": "src/app.css",
9+
"baseColor": "zinc",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "$lib/components",
15+
"utils": "$lib/lib/utils",
16+
"ui": "$lib/components/ui",
17+
"lib": "$lib/lib",
18+
"hooks": "$lib/hooks"
19+
},
20+
"iconLibrary": "lucide"
1721
}

package.json

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,42 @@
1313
},
1414
"devDependencies": {
1515
"@sveltejs/adapter-auto": "^3.3.1",
16-
"@sveltejs/adapter-static": "^3.0.6",
17-
"@sveltejs/kit": "^2.10.1",
18-
"@sveltejs/vite-plugin-svelte": "^4.0.2",
16+
"@sveltejs/adapter-static": "^3.0.8",
17+
"@sveltejs/kit": "^2.21.1",
18+
"@sveltejs/vite-plugin-svelte": "^4.0.4",
1919
"@types/eslint": "^9.6.1",
20-
"@types/node": "^22.10.2",
21-
"autoprefixer": "^10.4.20",
20+
"@types/node": "^22.15.23",
21+
"autoprefixer": "^10.4.21",
2222
"bits-ui": "1.0.0-next.46",
2323
"clsx": "^2.1.1",
24-
"embla-carousel-svelte": "^8.5.1",
25-
"eslint": "^9.16.0",
24+
"embla-carousel-svelte": "^8.6.0",
25+
"eslint": "^9.27.0",
2626
"eslint-config-prettier": "^9.1.0",
2727
"eslint-plugin-svelte": "^2.46.1",
28-
"globals": "^15.13.0",
28+
"globals": "^15.15.0",
2929
"lucide-svelte": "^0.456.0",
3030
"mode-watcher": "^0.4.1",
31-
"prettier": "^3.4.2",
32-
"prettier-plugin-svelte": "^3.3.2",
33-
"prettier-plugin-tailwindcss": "^0.6.9",
31+
"prettier": "^3.5.3",
32+
"prettier-plugin-svelte": "^3.4.0",
33+
"prettier-plugin-tailwindcss": "^0.6.11",
3434
"stylelint-config-recommended": "^14.0.1",
3535
"stylelint-config-standard": "^36.0.1",
3636
"stylelint-config-tailwindcss": "^0.0.7",
37-
"svelte": "^5.11.0",
38-
"svelte-check": "^4.1.1",
37+
"svelte": "^5.33.4",
38+
"svelte-check": "^4.2.1",
3939
"svelte-sonner": "^0.3.28",
40-
"tailwind-merge": "^2.5.5",
40+
"tailwind-merge": "^2.6.0",
4141
"tailwind-variants": "^0.2.1",
42-
"tailwindcss": "^3.4.16",
43-
"typescript": "^5.7.2",
44-
"typescript-eslint": "^8.18.0",
45-
"vite": "^5.4.11"
42+
"tailwindcss": "^3.4.17",
43+
"typescript": "^5.8.3",
44+
"typescript-eslint": "^8.33.0",
45+
"vite": "^5.4.19"
4646
},
4747
"dependencies": {
48-
"@tabler/icons-svelte": "^3.24.0",
49-
"@tanstack/table-core": "^8.20.5",
48+
"@tabler/icons-svelte": "^3.33.0",
49+
"@tanstack/table-core": "^8.21.3",
50+
"class-variance-authority": "^0.7.1",
51+
"lucide-react": "^0.511.0",
5052
"path-browserify": "^1.0.1",
5153
"tailwindcss-animate": "^1.0.7"
5254
}

0 commit comments

Comments
 (0)