Skip to content

Commit d663848

Browse files
Merge branch 'tailwindlabs:main' into add-cursor-visual-examples
2 parents 7560010 + 8b8193b commit d663848

File tree

13 files changed

+268
-202
lines changed

13 files changed

+268
-202
lines changed

next.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,6 @@ const nextConfig = {
458458
permanent: false,
459459
},
460460

461-
// External Links
462-
{ source: "/discord", destination: "https://discord.gg/7NF8GNe", permanent: false },
463461
];
464462
},
465463
async rewrites() {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@headlessui/react": "0.0.0-insiders.b6f355d1",
1515
"@heroicons/react": "^2.2.0",
1616
"@mdx-js/loader": "^3.1.1",
17-
"@next/mdx": "16.1.1",
17+
"@next/mdx": "16.1.6",
1818
"@shikijs/transformers": "^1.29.2",
1919
"@tailwindcss/postcss": "^4.1.11",
2020
"clsx": "^2.1.1",
@@ -23,10 +23,10 @@
2323
"feed": "^5.1.0",
2424
"framer-motion": "^12.20.0",
2525
"motion": "^12.20.0",
26-
"next": "16.1.1",
26+
"next": "16.1.6",
2727
"open-graph-scraper-lite": "^2.1.0",
28-
"react": "19.2.3",
29-
"react-dom": "19.2.3",
28+
"react": "19.2.4",
29+
"react-dom": "19.2.4",
3030
"shiki": "^1.29.2",
3131
"tailwindcss": "^4.1.18"
3232
},
@@ -36,10 +36,10 @@
3636
"@types/hast": "^3.0.4",
3737
"@types/mdx": "^2.0.13",
3838
"@types/node": "^22.15.33",
39-
"@types/react": "19.2.8",
39+
"@types/react": "19.2.10",
4040
"@types/react-dom": "19.2.3",
4141
"eslint": "^9.39.2",
42-
"eslint-config-next": "16.1.1",
42+
"eslint-config-next": "16.1.6",
4343
"hast-util-to-jsx-runtime": "^2.3.6",
4444
"prettier-plugin-svelte": "^3.4.0",
4545
"prettier-plugin-tailwindcss": "0.6.13",
@@ -61,7 +61,7 @@
6161
"packageManager": "pnpm@9.14.0",
6262
"pnpm": {
6363
"overrides": {
64-
"@types/react": "19.2.8",
64+
"@types/react": "19.2.10",
6565
"@types/react-dom": "19.2.3"
6666
}
6767
}

0 commit comments

Comments
 (0)