Skip to content

Commit 19ed414

Browse files
RobinMalfaitAhmed-aleryani
authored andcommitted
bump Tailwind CSS to latest version
1 parent d6247fd commit 19ed414

3 files changed

Lines changed: 70 additions & 87 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mdx-js/loader": "^3.1.1",
1717
"@next/mdx": "16.1.6",
1818
"@shikijs/transformers": "^1.29.2",
19-
"@tailwindcss/postcss": "0.0.0-insiders.58d1fe3",
19+
"@tailwindcss/postcss": "^4.2.1",
2020
"clsx": "^2.1.1",
2121
"dedent": "^1.6.0",
2222
"fathom-client": "^3.7.2",
@@ -28,11 +28,11 @@
2828
"react": "19.2.4",
2929
"react-dom": "19.2.4",
3030
"shiki": "^1.29.2",
31-
"tailwindcss": "0.0.0-insiders.58d1fe3"
31+
"tailwindcss": "^4.2.1"
3232
},
3333
"devDependencies": {
3434
"@svgr/webpack": "^8.1.0",
35-
"@tailwindcss/node": "0.0.0-insiders.58d1fe3",
35+
"@tailwindcss/node": "^4.2.1",
3636
"@types/hast": "^3.0.4",
3737
"@types/mdx": "^2.0.13",
3838
"@types/node": "^22.15.33",

pnpm-lock.yaml

Lines changed: 67 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { SearchButton } from "./search";
1010
import { version } from "tailwindcss/package.json";
1111

1212
let TAILWINDCSS_VERSION = version.split(".").slice(0, 2).join(".");
13-
TAILWINDCSS_VERSION = "4.2";
1413

1514
function Logo(props: React.ComponentProps<"svg">) {
1615
return (

0 commit comments

Comments
 (0)