Skip to content

Commit 9fa4da8

Browse files
fix(security): bump react
1 parent 4775154 commit 9fa4da8

File tree

3 files changed

+39
-37
lines changed

3 files changed

+39
-37
lines changed

bun.lock

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

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"dependencies": {
1212
"@mdx-js/loader": "^3.1.0",
13-
"@next/mdx": "16.0.7",
13+
"@next/mdx": "16.0.9",
1414
"@vercel/analytics": "^1.5.0",
1515
"class-variance-authority": "^0.7.0",
1616
"lucide-react": "0.368.0",
17-
"next": "16.0.7",
17+
"next": "16.0.9",
1818
"next-themes": "^0.4.6",
1919
"next-view-transitions": "^0.3.4",
2020
"radix-ui": "^1.4.3",
21-
"react": "19.2.1",
22-
"react-dom": "19.2.1",
21+
"react": "19.2.3",
22+
"react-dom": "19.2.3",
2323
"react-wrap-balancer": "^1.1.1",
2424
"rehype-pretty-code": "0.9.5",
2525
"sharp": "^0.33.3",
@@ -30,8 +30,8 @@
3030
"@tailwindcss/postcss": "^4.1.13",
3131
"@types/mdx": "^2.0.13",
3232
"@types/node": "^22.14.1",
33-
"@types/react": "19.2.1",
34-
"@types/react-dom": "19.2.1",
33+
"@types/react": "19.2.7",
34+
"@types/react-dom": "19.2.3",
3535
"@typescript/native-preview": "7.0.0-dev.20251125.1",
3636
"postcss": "^8.4.38",
3737
"tailwindcss": "^4.1.13",

examples/nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@t3-oss/env-nextjs": "workspace:*",
13-
"next": "16.0.7",
14-
"react": "19.2.1",
15-
"react-dom": "19.2.1",
13+
"next": "16.0.9",
14+
"react": "19.2.3",
15+
"react-dom": "19.2.3",
1616
"zod": "4.1.5"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^22.14.1",
20-
"@types/react": "19.2.1",
21-
"@types/react-dom": "19.2.1",
20+
"@types/react": "19.2.7",
21+
"@types/react-dom": "19.2.3",
2222
"@typescript/native-preview": "7.0.0-dev.20251125.1",
2323
"jiti": "^1.21.0"
2424
}

0 commit comments

Comments
 (0)