Skip to content

Commit ceb8f3c

Browse files
bump everything
1 parent 034e40f commit ceb8f3c

24 files changed

Lines changed: 1322 additions & 1551 deletions

File tree

examples/backend-adapters/client-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
},
1010
"dependencies": {
1111
"@uploadthing/react": "7.3.3",
12-
"react": "19.1.0",
13-
"react-dom": "19.1.0",
12+
"react": "19.2.2",
13+
"react-dom": "19.2.2",
1414
"uploadthing": "7.7.4"
1515
},
1616
"devDependencies": {
17-
"@types/react": "19.1.2",
18-
"@types/react-dom": "19.1.2",
17+
"@types/react": "19.2.7",
18+
"@types/react-dom": "19.2.3",
1919
"@vitejs/plugin-react-swc": "^3.7.2",
2020
"typescript": "5.8.3",
2121
"vite": "^6.3.4"

examples/minimal-appdir/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"dependencies": {
1212
"@uploadthing/react": "7.3.3",
1313
"next": "15.3.1",
14-
"react": "19.1.0",
15-
"react-dom": "19.1.0",
14+
"react": "19.2.2",
15+
"react-dom": "19.2.2",
1616
"uploadthing": "7.7.4"
1717
},
1818
"devDependencies": {
1919
"@next/bundle-analyzer": "15.1.3",
2020
"@types/node": "^22.10.0",
21-
"@types/react": "19.1.2",
22-
"@types/react-dom": "19.1.2",
21+
"@types/react": "19.2.7",
22+
"@types/react-dom": "19.2.3",
2323
"typescript": "5.8.3"
2424
}
2525
}

examples/minimal-astro-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@astrojs/react": "^4.1.2",
1616
"@uploadthing/react": "7.3.3",
1717
"astro": "^5.1.2",
18-
"react": "19.1.0",
19-
"react-dom": "19.1.0",
18+
"react": "19.2.2",
19+
"react-dom": "19.2.2",
2020
"uploadthing": "7.7.4"
2121
},
2222
"devDependencies": {
2323
"@astrojs/check": "0.9.4",
24-
"@types/react": "19.1.2",
25-
"@types/react-dom": "19.1.2",
24+
"@types/react": "19.2.7",
25+
"@types/react-dom": "19.2.3",
2626
"typescript": "5.8.3"
2727
}
2828
}

examples/minimal-expo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"expo-status-bar": "~1.12.1",
3434
"expo-web-browser": "^13.0.3",
3535
"nativewind": "^4.0.36",
36-
"react": "19.1.0",
37-
"react-dom": "19.1.0",
36+
"react": "19.2.2",
37+
"react-dom": "19.2.2",
3838
"react-native": "^0.74.1",
3939
"react-native-gesture-handler": "~2.16.2",
4040
"react-native-reanimated": "~3.10.0",
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@babel/core": "^7.24.4",
4949
"@babel/runtime": "^7.24.4",
50-
"@types/react": "19.1.2",
50+
"@types/react": "19.2.7",
5151
"tailwindcss": "^3.4.16",
5252
"typescript": "5.8.3"
5353
}

examples/minimal-pagedir/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@uploadthing/react": "7.3.3",
1313
"next": "15.3.1",
14-
"react": "19.1.0",
15-
"react-dom": "19.1.0",
14+
"react": "19.2.2",
15+
"react-dom": "19.2.2",
1616
"uploadthing": "7.7.4"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^22.10.0",
20-
"@types/react": "19.1.2",
21-
"@types/react-dom": "19.1.2",
20+
"@types/react": "19.2.7",
21+
"@types/react-dom": "19.2.3",
2222
"typescript": "5.8.3"
2323
}
2424
}

examples/minimal-tanstack-start/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"@tanstack/react-router": "^1.121.27",
1313
"@tanstack/react-start": "^1.121.32",
1414
"@uploadthing/react": "7.3.3",
15-
"react": "19.1.0",
16-
"react-dom": "19.1.0",
15+
"react": "19.2.2",
16+
"react-dom": "19.2.2",
1717
"uploadthing": "7.7.4"
1818
},
1919
"devDependencies": {
20-
"@types/react": "19.1.2",
21-
"@types/react-dom": "19.1.2",
20+
"@types/react": "19.2.7",
21+
"@types/react-dom": "19.2.3",
2222
"typescript": "5.8.3",
2323
"vite": "^6.3.4"
2424
}

examples/profile-picture/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"next": "15.3.1",
2424
"next-auth": "5.0.0-beta.25",
2525
"radix-ui": "1.3.4",
26-
"react": "19.1.0",
27-
"react-dom": "19.1.0",
26+
"react": "19.2.2",
27+
"react-dom": "19.2.2",
2828
"react-easy-crop": "^5.2.0",
2929
"server-only": "0.0.1",
3030
"sonner": "^2.0.3",
@@ -35,8 +35,8 @@
3535
"devDependencies": {
3636
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@4.0.0-beta.8",
3737
"@types/node": "^22.10.0",
38-
"@types/react": "19.1.2",
39-
"@types/react-dom": "19.1.2",
38+
"@types/react": "19.2.7",
39+
"@types/react-dom": "19.2.3",
4040
"drizzle-kit": "^0.30.1",
4141
"eslint": "9.25.1",
4242
"postcss": "8.4.49",

examples/with-clerk-appdir/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"@t3-oss/env-nextjs": "^0.11.1",
1616
"@uploadthing/react": "7.3.3",
1717
"next": "15.3.1",
18-
"react": "19.1.0",
19-
"react-dom": "19.1.0",
18+
"react": "19.2.2",
19+
"react-dom": "19.2.2",
2020
"uploadthing": "7.7.4",
2121
"zod": "^3.24.1"
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "3.2.0",
2525
"@types/node": "^22.10.0",
26-
"@types/react": "19.1.2",
27-
"@types/react-dom": "19.1.2",
26+
"@types/react": "19.2.7",
27+
"@types/react-dom": "19.2.3",
2828
"eslint": "9.25.1",
2929
"eslint-config-next": "15.2.3",
3030
"typescript": "5.8.3"

examples/with-clerk-pagesdir/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"@t3-oss/env-nextjs": "^0.11.1",
1616
"@uploadthing/react": "7.3.3",
1717
"next": "15.3.1",
18-
"react": "19.1.0",
19-
"react-dom": "19.1.0",
18+
"react": "19.2.2",
19+
"react-dom": "19.2.2",
2020
"uploadthing": "7.7.4",
2121
"zod": "^3.24.1"
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "3.2.0",
2525
"@types/node": "^22.10.0",
26-
"@types/react": "19.1.2",
27-
"@types/react-dom": "19.1.2",
26+
"@types/react": "19.2.7",
27+
"@types/react-dom": "19.2.3",
2828
"eslint": "9.25.1",
2929
"eslint-config-next": "15.2.3",
3030
"typescript": "5.8.3"

examples/with-clerk-react-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"@react-router/serve": "^7.0.0",
1616
"@uploadthing/react": "7.3.3",
1717
"isbot": "^5.1.19",
18-
"react": "19.1.0",
19-
"react-dom": "19.1.0",
18+
"react": "19.2.2",
19+
"react-dom": "19.2.2",
2020
"react-router": "^7.0.0",
2121
"react-router-dom": "^7.1.3",
2222
"uploadthing": "7.7.4"
2323
},
2424
"devDependencies": {
2525
"@react-router/dev": "^7.0.0",
26-
"@types/react": "19.1.2",
27-
"@types/react-dom": "19.1.2",
26+
"@types/react": "19.2.7",
27+
"@types/react-dom": "19.2.3",
2828
"postcss": "8.4.49",
2929
"tailwindcss": "^3.4.16",
3030
"typescript": "5.8.3",

0 commit comments

Comments
 (0)