Skip to content

Commit f62597a

Browse files
authored
Bump dependencies in playgrounds (#19954)
This PR bumps dependencies in our playgrounds. Closes: #19952 Closes: #19945 ### Test plan Ran each playground separately to make sure they are still working
1 parent f3fdda2 commit f62597a

4 files changed

Lines changed: 265 additions & 411 deletions

File tree

playgrounds/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"dependencies": {
1111
"@tailwindcss/postcss": "workspace:^",
1212
"fast-glob": "^3.3.3",
13-
"next": "16.2.2",
14-
"react": "19.2.4",
15-
"react-dom": "19.2.4",
13+
"next": "16.2.4",
14+
"react": "19.2.5",
15+
"react-dom": "19.2.5",
1616
"tailwindcss": "workspace:^"
1717
},
1818
"devDependencies": {
1919
"@types/node": "catalog:",
2020
"@types/react": "19.2.14",
2121
"@types/react-dom": "19.2.3",
22-
"typescript": "^5.9.3"
22+
"typescript": "^6.0.3"
2323
},
2424
"pnpm": {
2525
"overrides": {

playgrounds/v3/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"upgrade": "node scripts/upgrade.mjs"
1010
},
1111
"dependencies": {
12-
"next": "16.2.2",
13-
"react": "19.2.4",
14-
"react-dom": "19.2.4",
12+
"next": "16.2.4",
13+
"react": "19.2.5",
14+
"react-dom": "19.2.5",
1515
"tailwindcss": "^3"
1616
},
1717
"devDependencies": {
1818
"@types/node": "catalog:",
1919
"@types/react": "19.2.14",
2020
"@types/react-dom": "19.2.3",
21-
"autoprefixer": "^10.4.24",
22-
"typescript": "^5.9.3"
21+
"autoprefixer": "^10.5.0",
22+
"typescript": "^6.0.3"
2323
},
2424
"pnpm": {
2525
"overrides": {

playgrounds/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "workspace:^",
13-
"@vitejs/plugin-react": "^5.2.0",
14-
"react": "^19.2.4",
15-
"react-dom": "^19.2.4",
13+
"@vitejs/plugin-react": "^6.0.1",
14+
"react": "^19.2.5",
15+
"react-dom": "^19.2.5",
1616
"tailwindcss": "workspace:^"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
21-
"bun": "^1.3.9",
21+
"bun": "^1.3.13",
2222
"vite": "catalog:"
2323
}
2424
}

0 commit comments

Comments
 (0)