Skip to content

Commit 0c0288e

Browse files
authored
Merge pull request #984 from mbifulco/f/tailwindin-on-em
feat: migrate to tw@4
2 parents 64591b7 + 4de04e9 commit 0c0288e

25 files changed

+318
-398
lines changed

.depcheckrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"@prettier/plugin-ruby",
99
"@tailwindcss/forms",
1010
"@tailwindcss/typography",
11+
"@tailwindcss/postcss",
1112
"@types/eslint",
1213
"@typescript-eslint",
1314
"@typescript-eslint/eslint-plugin",
1415
"@typescript-eslint/parser",
15-
"autoprefixer",
1616
"depcheck",
1717
"eslint-*",
1818
"eslint",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"analyze": "ANALYZE=true next build",
1010
"build": "next build",
11-
"dev": "NODE_OPTIONS='--inspect' next dev",
11+
"dev": "NODE_OPTIONS='--inspect' next dev --turbopack",
1212
"depcheck": "depcheck",
1313
"email": "email dev --dir ./src/utils/email/templates",
1414
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
@@ -35,7 +35,6 @@
3535
"@trpc/react-query": "11.0.0-rc.666",
3636
"@trpc/server": "11.0.0-rc.666",
3737
"@types/mdx": "^2.0.13",
38-
"autoprefixer": "^10.4.20",
3938
"clsx": "^2.1.1",
4039
"date-fns": "^4.1.0",
4140
"fathom-client": "^3.7.2",
@@ -73,6 +72,7 @@
7372
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
7473
"@next/eslint-plugin-next": "^15.2.1",
7574
"@playwright/test": "^1.51.0",
75+
"@tailwindcss/postcss": "^4.0.13",
7676
"@types/eslint": "^9.6.1",
7777
"@types/node": "^22.13.9",
7878
"@types/pluralize": "^0.0.33",
@@ -95,7 +95,7 @@
9595
"prettier": "^3.5.3",
9696
"prettier-plugin-tailwindcss": "^0.6.11",
9797
"schema-dts": "^1.1.5",
98-
"tailwindcss": "^3.4.17",
98+
"tailwindcss": "^4.0.13",
9999
"typescript": "5.8.2",
100100
"typescript-eslint": "^8.26.0"
101101
},

0 commit comments

Comments
 (0)