Skip to content

Commit 14f9174

Browse files
skulidropekclaude
andcommitted
chore: re-pin React to 19.2.4 after Renovate bump to 19.2.7
Renovate pushed a new update commit that bumped react/react-dom back to 19.2.7. Re-pin to 19.2.4 (Gridland renderer requirement) and regenerate bun.lock. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e1f472e commit 14f9174

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

bun.lock

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"unrs-resolver"
6363
],
6464
"overrides": {
65-
"react": "19.2.7",
66-
"react-dom": "19.2.7"
65+
"react": "19.2.4",
66+
"react-dom": "19.2.4"
6767
},
6868
"repository": {
6969
"type": "git",

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"@gridland/bun": "0.4.3",
8181
"@gridland/web": "0.4.3",
8282
"effect": "^3.21.3",
83-
"react": "19.2.7",
84-
"react-dom": "19.2.7",
83+
"react": "19.2.4",
84+
"react-dom": "19.2.4",
8585
"react-reconciler": "^0.33.0",
8686
"ts-morph": "^28.0.0"
8787
},

packages/terminal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@effect/platform-node": "^0.107.0",
2323
"@effect/schema": "^0.75.5",
2424
"effect": "^3.21.3",
25-
"react": "19.2.7",
25+
"react": "19.2.4",
2626
"xterm": "^5.3.0",
2727
"xterm-addon-fit": "^0.8.0"
2828
},
@@ -55,7 +55,7 @@
5555
"fast-check": "^4.8.0",
5656
"globals": "^17.6.0",
5757
"jscpd": "^5.0.9",
58-
"react-dom": "19.2.7",
58+
"react-dom": "19.2.4",
5959
"typescript": "^6.0.3",
6060
"typescript-eslint": "^8.61.0",
6161
"vite": "^8.0.16",

0 commit comments

Comments
 (0)