Skip to content

Commit 0ae932a

Browse files
authored
Tailwind 4 (#7)
1 parent 15e1f20 commit 0ae932a

23 files changed

+1080
-1130
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "npm run build"
2+
command = "pnpm run build"
33
publish = "build"

package.json

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,43 +17,43 @@
1717
},
1818
"devDependencies": {
1919
"@arisbh/marqueeck": "^0.5.1",
20-
"@eslint/compat": "^1.2.4",
20+
"@eslint/compat": "^1.2.6",
2121
"@eslint/eslintrc": "^3.2.0",
22-
"@eslint/js": "^9.17.0",
22+
"@eslint/js": "^9.20.0",
2323
"@fontsource-variable/overpass": "^5.1.2",
2424
"@formkit/tempo": "^0.1.2",
2525
"@iconify-json/akar-icons": "^1.2.2",
26-
"@playwright/test": "^1.49.1",
26+
"@playwright/test": "^1.50.1",
2727
"@sveltejs/adapter-static": "^3.0.8",
28-
"@sveltejs/kit": "^2.15.1",
29-
"@sveltejs/vite-plugin-svelte": "^4.0.4",
28+
"@sveltejs/kit": "^2.17.2",
29+
"@sveltejs/vite-plugin-svelte": "^5.0.3",
3030
"@tailwindcss/aspect-ratio": "^0.4.2",
31+
"@tailwindcss/vite": "^4.0.7",
3132
"@types/eslint": "^9.6.1",
32-
"@typescript-eslint/eslint-plugin": "^8.19.0",
33-
"@typescript-eslint/parser": "^8.19.0",
34-
"@vitest/coverage-v8": "^2.1.8",
35-
"autoprefixer": "^10.4.20",
33+
"@typescript-eslint/eslint-plugin": "^8.24.1",
34+
"@typescript-eslint/parser": "^8.24.1",
35+
"@vitest/coverage-v8": "^3.0.6",
3636
"clsx": "^2.1.1",
37-
"eslint": "^9.17.0",
38-
"eslint-config-prettier": "^9.1.0",
37+
"eslint": "^9.20.1",
38+
"eslint-config-prettier": "^10.0.1",
3939
"eslint-plugin-svelte": "^2.46.1",
40-
"globals": "^15.14.0",
41-
"lint-staged": "^15.3.0",
40+
"globals": "^16.0.0",
41+
"lint-staged": "^15.4.3",
4242
"mini-svg-data-uri": "^1.4.4",
43-
"postcss": "^8.4.49",
44-
"prettier": "^3.4.2",
45-
"prettier-plugin-svelte": "^3.3.2",
43+
"postcss": "^8.5.3",
44+
"prettier": "^3.5.1",
45+
"prettier-plugin-svelte": "^3.3.3",
4646
"simple-git-hooks": "^2.11.1",
47-
"svelte": "^5.16.1",
48-
"svelte-check": "^4.1.1",
47+
"svelte": "^5.20.2",
48+
"svelte-check": "^4.1.4",
4949
"svelte-motion": "^0.12.2",
50-
"tailwind-merge": "^2.6.0",
51-
"tailwindcss": "^3.4.17",
52-
"typescript": "^5.7.2",
53-
"typescript-eslint": "^8.19.0",
54-
"unplugin-icons": "^0.22.0",
55-
"vite": "^5.4.11",
56-
"vitest": "^2.1.8"
50+
"tailwind-merge": "^3.0.1",
51+
"tailwindcss": "^4.0.7",
52+
"typescript": "^5.7.3",
53+
"typescript-eslint": "^8.24.1",
54+
"unplugin-icons": "^22.1.0",
55+
"vite": "^6.1.1",
56+
"vitest": "^3.0.6"
5757
},
5858
"type": "module",
5959
"simple-git-hooks": {
@@ -62,5 +62,12 @@
6262
"lint-staged": {
6363
"*.svelte": "pnpm check",
6464
"*": "pnpm format"
65+
},
66+
"pnpm": {
67+
"onlyBuiltDependencies": [
68+
"@sveltejs/kit",
69+
"esbuild",
70+
"simple-git-hooks"
71+
]
6572
}
6673
}

0 commit comments

Comments
 (0)