Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit afc2ce0

Browse files
fix(deps): update react monorepo (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c162240 commit afc2ce0

File tree

7 files changed

+141
-133
lines changed

7 files changed

+141
-133
lines changed

.changeset/dependencies-GH-100.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@portabletext/plugin-character-pair-decorator": patch
3+
"@portabletext/plugin-markdown-shortcuts": patch
4+
"@portabletext/plugin-one-line": patch
5+
"@portabletext/plugin-sdk-value": patch
6+
---
7+
8+
fix(deps): update react monorepo

apps/playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@portabletext/plugin-markdown-shortcuts": "workspace:^",
2121
"@portabletext/plugin-one-line": "workspace:^",
2222
"@xstate/store": "^3.9.2",
23-
"react": "^19.0.0",
24-
"react-dom": "^19.0.0"
23+
"react": "^19.1.1",
24+
"react-dom": "^19.1.1"
2525
},
2626
"devDependencies": {
27-
"@types/react": "^19.1.2",
28-
"@types/react-dom": "^19.1.3",
27+
"@types/react": "^19.1.12",
28+
"@types/react-dom": "^19.1.9",
2929
"@vitejs/plugin-react": "^5.0.2",
3030
"babel-plugin-react-compiler": "19.1.0-rc.3",
3131
"globals": "^16.3.0",

plugins/character-pair-decorator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
},
5454
"devDependencies": {
5555
"@portabletext/editor": "^2.6.9",
56-
"@types/react": "^19.1.2",
56+
"@types/react": "^19.1.12",
5757
"babel-plugin-react-compiler": "19.1.0-rc.3",
58-
"react": "^19.1.0"
58+
"react": "^19.1.1"
5959
},
6060
"peerDependencies": {
6161
"@portabletext/editor": "^2.6.9",

plugins/markdown-shortcuts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
},
5252
"devDependencies": {
5353
"@portabletext/editor": "^2.6.9",
54-
"@types/react": "^19.1.2",
54+
"@types/react": "^19.1.12",
5555
"babel-plugin-react-compiler": "19.1.0-rc.3",
56-
"react": "^19.1.0"
56+
"react": "^19.1.1"
5757
},
5858
"peerDependencies": {
5959
"@portabletext/editor": "^2.6.9",

plugins/one-line/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
},
5151
"devDependencies": {
5252
"@portabletext/editor": "^2.6.9",
53-
"@types/react": "^19.1.2",
53+
"@types/react": "^19.1.12",
5454
"babel-plugin-react-compiler": "19.1.0-rc.3",
55-
"react": "^19.1.0"
55+
"react": "^19.1.1"
5656
},
5757
"peerDependencies": {
5858
"@portabletext/editor": "^2.6.9",

plugins/sdk-value/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"@sanity/types": "^4.6.0",
6161
"@testing-library/react": "^16.3.0",
6262
"@testing-library/user-event": "^14.6.1",
63-
"@types/react": "^19.1.2",
63+
"@types/react": "^19.1.12",
6464
"@vitejs/plugin-react": "^5.0.2",
6565
"babel-plugin-react-compiler": "19.1.0-rc.3",
6666
"playwright": "^1.55.0",
67-
"react": "^19.1.0",
68-
"react-dom": "^19.1.0",
67+
"react": "^19.1.1",
68+
"react-dom": "^19.1.1",
6969
"react-error-boundary": "^6.0.0"
7070
},
7171
"peerDependencies": {

0 commit comments

Comments
 (0)