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

Commit 7cb954b

Browse files
fix(deps): update dependency @portabletext/editor to ^2.13.2
1 parent a5d415d commit 7cb954b

File tree

6 files changed

+85
-76
lines changed

6 files changed

+85
-76
lines changed

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"preview": "vite preview"
1616
},
1717
"dependencies": {
18-
"@portabletext/editor": "^2.6.9",
18+
"@portabletext/editor": "^2.13.2",
1919
"@portabletext/plugin-character-pair-decorator": "workspace:^",
2020
"@portabletext/plugin-markdown-shortcuts": "workspace:^",
2121
"@portabletext/plugin-one-line": "workspace:^",

plugins/character-pair-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:unit:watch": "vitest"
5353
},
5454
"devDependencies": {
55-
"@portabletext/editor": "^2.6.9",
55+
"@portabletext/editor": "^2.13.2",
5656
"@types/react": "^19.1.12",
5757
"babel-plugin-react-compiler": "19.1.0-rc.3",
5858
"react": "^19.1.1"

plugins/markdown-shortcuts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prepublishOnly": "turbo run build"
5151
},
5252
"devDependencies": {
53-
"@portabletext/editor": "^2.6.9",
53+
"@portabletext/editor": "^2.13.2",
5454
"@types/react": "^19.1.12",
5555
"babel-plugin-react-compiler": "19.1.0-rc.3",
5656
"react": "^19.1.1"

plugins/one-line/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"prepublishOnly": "turbo run build"
5050
},
5151
"devDependencies": {
52-
"@portabletext/editor": "^2.6.9",
52+
"@portabletext/editor": "^2.13.2",
5353
"@types/react": "^19.1.12",
5454
"babel-plugin-react-compiler": "19.1.0-rc.3",
5555
"react": "^19.1.1"

plugins/sdk-value/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test": "vitest --run"
5454
},
5555
"devDependencies": {
56-
"@portabletext/editor": "^2.6.9",
56+
"@portabletext/editor": "^2.13.2",
5757
"@portabletext/patches": "^1.1.8",
5858
"@sanity/schema": "^4.6.0",
5959
"@sanity/sdk-react": "^2.1.2",

0 commit comments

Comments
 (0)