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

Commit a0371f1

Browse files
fix(deps): update dependency @portabletext/editor to ^2.6.9 (#102)
* fix(deps): update dependency @portabletext/editor to ^2.6.9 * chore(deps): changeset for dependency update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ecoscript[bot] <143032650+ecoscript[bot]@users.noreply.github.com>
1 parent 0e548b6 commit a0371f1

File tree

7 files changed

+77
-69
lines changed

7 files changed

+77
-69
lines changed

.changeset/dependencies-GH-102.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 dependency @portabletext/editor to ^2.6.9

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.4.1",
18+
"@portabletext/editor": "^2.6.9",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"test:unit:watch": "vitest"
5353
},
5454
"devDependencies": {
55-
"@portabletext/editor": "^2.4.1",
55+
"@portabletext/editor": "^2.6.9",
5656
"@types/react": "^19.1.2",
5757
"babel-plugin-react-compiler": "19.1.0-rc.3",
5858
"react": "^19.1.0"
5959
},
6060
"peerDependencies": {
61-
"@portabletext/editor": "^2.4.1",
61+
"@portabletext/editor": "^2.6.9",
6262
"react": "^19"
6363
},
6464
"dependencies": {

plugins/markdown-shortcuts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"prepublishOnly": "turbo run build"
5151
},
5252
"devDependencies": {
53-
"@portabletext/editor": "^2.4.1",
53+
"@portabletext/editor": "^2.6.9",
5454
"@types/react": "^19.1.2",
5555
"babel-plugin-react-compiler": "19.1.0-rc.3",
5656
"react": "^19.1.0"
5757
},
5858
"peerDependencies": {
59-
"@portabletext/editor": "^2.4.1",
59+
"@portabletext/editor": "^2.6.9",
6060
"react": "^19"
6161
},
6262
"dependencies": {

plugins/one-line/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"prepublishOnly": "turbo run build"
5050
},
5151
"devDependencies": {
52-
"@portabletext/editor": "^2.4.1",
52+
"@portabletext/editor": "^2.6.9",
5353
"@types/react": "^19.1.2",
5454
"babel-plugin-react-compiler": "19.1.0-rc.3",
5555
"react": "^19.1.0"
5656
},
5757
"peerDependencies": {
58-
"@portabletext/editor": "^2.4.1",
58+
"@portabletext/editor": "^2.6.9",
5959
"react": "^19"
6060
}
6161
}

plugins/sdk-value/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test": "vitest --run"
5454
},
5555
"devDependencies": {
56-
"@portabletext/editor": "^2.4.1",
56+
"@portabletext/editor": "^2.6.9",
5757
"@portabletext/patches": "^1.1.8",
5858
"@sanity/schema": "^4.6.0",
5959
"@sanity/sdk-react": "^2.1.2",
@@ -69,7 +69,7 @@
6969
"react-error-boundary": "^6.0.0"
7070
},
7171
"peerDependencies": {
72-
"@portabletext/editor": "^2.4.1",
72+
"@portabletext/editor": "^2.6.9",
7373
"@sanity/sdk-react": "^2.1.2",
7474
"react": "^19",
7575
"react-dom": "^19"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)