Skip to content

Commit f1f6806

Browse files
committed
Updated to tailwindcss v4
1 parent 1eb9a63 commit f1f6806

19 files changed

+1625
-2488
lines changed

app/index.css

Lines changed: 311 additions & 276 deletions
Large diffs are not rendered by default.

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ export default function RootLayout({
66
}: {
77
children: React.ReactNode
88
}) {
9+
10+
911
return (<html lang="en">
1012
<head>
1113
<meta name="globalsign-domain-verification" content="9buOUAsm68lg97yJaT2W5IBeTkSrlGbOrsVwziHjIw"/>
1214
<title>Etherpad</title>
1315
<link rel="shortcut icon" href="favicon.ico"/>
14-
<link type="text/css" rel="stylesheet" href="/css/reset.css"/>
1516
<meta name="google-site-verification" content="bVuuj6GwPO2TG1ZmB67XFvKxM0YSMrQIw5rYcG5RwVw"/>
1617
</head>
1718
<body>

index.html

Lines changed: 0 additions & 33 deletions
This file was deleted.

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,48 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@fortawesome/fontawesome-svg-core": "^6.6.0",
14-
"@fortawesome/free-brands-svg-icons": "^6.6.0",
15-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
13+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
14+
"@fortawesome/free-brands-svg-icons": "^6.7.2",
15+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
1616
"@fortawesome/react-fontawesome": "^0.2.2",
17-
"@radix-ui/react-checkbox": "^1.1.4",
18-
"@radix-ui/react-dialog": "^1.1.2",
19-
"@radix-ui/react-dropdown-menu": "^2.1.2",
20-
"@radix-ui/react-select": "^2.1.2",
21-
"@radix-ui/react-slot": "^1.1.0",
22-
"axios": "^1.7.7",
23-
"class-variance-authority": "^0.7.0",
17+
"@radix-ui/react-checkbox": "^1.2.2",
18+
"@radix-ui/react-dialog": "^1.1.10",
19+
"@radix-ui/react-dropdown-menu": "^2.1.11",
20+
"@radix-ui/react-select": "^2.2.2",
21+
"@radix-ui/react-slot": "^1.2.0",
22+
"@tailwindcss/postcss": "^4.1.4",
23+
"axios": "^1.8.4",
24+
"class-variance-authority": "^0.7.1",
2425
"javascript-time-ago": "^2.5.11",
25-
"lucide-react": "^0.456.0",
26-
"marked": "^15.0.0",
27-
"next": "^15.2.3",
28-
"react": "^18.3.1",
29-
"react-dom": "^18.3.1",
26+
"lucide-react": "^0.501.0",
27+
"marked": "^15.0.8",
28+
"next": "^15.3.1",
29+
"react": "^19.1.0",
30+
"react-dom": "^19.1.0",
3031
"react-ga": "^3.3.1",
3132
"react-waypoint": "^10.3.0",
32-
"sanitize-html": "^2.14.0",
33+
"sanitize-html": "^2.16.0",
3334
"tailwindcss-animate": "^1.0.7",
3435
"timeago": "^1.6.7"
3536
},
3637
"devDependencies": {
3738
"@saber2pr/types-github-api": "^0.0.9",
38-
"@types/node": "22.9.0",
39-
"@types/react": "^18.3.12",
40-
"@types/react-dom": "^18.3.1",
39+
"@types/node": "^22.14.1",
40+
"@types/react": "^19.1.2",
41+
"@types/react-dom": "^19.1.2",
4142
"@types/react-lazy-load-image-component": "^1.6.4",
42-
"@types/sanitize-html": "^2.13.0",
43-
"@typescript-eslint/eslint-plugin": "^8.13.0",
44-
"@typescript-eslint/parser": "^8.13.0",
45-
"@vitejs/plugin-react-swc": "^3.7.1",
46-
"autoprefixer": "^10.4.20",
43+
"@types/sanitize-html": "^2.15.0",
44+
"@typescript-eslint/eslint-plugin": "^8.30.1",
45+
"@typescript-eslint/parser": "^8.30.1",
46+
"autoprefixer": "^10.4.21",
4747
"clsx": "^2.1.1",
48-
"eslint": "^9.14.0",
49-
"eslint-plugin-react-hooks": "^5.1.0",
50-
"eslint-plugin-react-refresh": "^0.4.14",
51-
"postcss": "^8.4.49",
52-
"tailwind-merge": "^2.5.4",
53-
"tailwindcss": "^3.4.16",
54-
"typescript": "^5.8.2",
55-
"vite": "^5.4.10",
56-
"zustand": "^5.0.2"
48+
"eslint": "^9.25.0",
49+
"eslint-plugin-react-hooks": "^5.2.0",
50+
"eslint-plugin-react-refresh": "^0.4.19",
51+
"postcss": "^8.5.3",
52+
"tailwind-merge": "^3.2.0",
53+
"tailwindcss": "^4.1.4",
54+
"typescript": "^5.8.3",
55+
"zustand": "^5.0.3"
5756
}
5857
}

0 commit comments

Comments
 (0)