Skip to content

Commit f2a1768

Browse files
renovate[bot]christianhg
authored andcommittedMar 11, 2025·
fix(deps): update sanity monorepo to ^3.79.0
1 parent ffb7297 commit f2a1768

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed
 

‎packages/block-tools/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
},
5555
"devDependencies": {
5656
"@sanity/pkg-utils": "^7.0.4",
57-
"@sanity/schema": "^3.78.1",
58-
"@sanity/types": "^3.78.1",
57+
"@sanity/schema": "^3.79.0",
58+
"@sanity/types": "^3.79.0",
5959
"@types/jsdom": "^20.0.0",
6060
"@types/lodash": "^4.17.7",
6161
"@types/react": "^19.0.10",
@@ -66,7 +66,7 @@
6666
"vitest": "^3.0.8"
6767
},
6868
"peerDependencies": {
69-
"@sanity/types": "^3.78.1",
69+
"@sanity/types": "^3.79.0",
7070
"@types/react": "18 || 19"
7171
},
7272
"publishConfig": {

‎packages/editor/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
"@portabletext/toolkit": "^2.0.17",
112112
"@sanity/diff-match-patch": "^3.2.0",
113113
"@sanity/pkg-utils": "^7.0.4",
114-
"@sanity/schema": "^3.78.1",
115-
"@sanity/types": "^3.78.1",
114+
"@sanity/schema": "^3.79.0",
115+
"@sanity/types": "^3.79.0",
116116
"@testing-library/jest-dom": "^6.6.3",
117117
"@testing-library/react": "^16.2.0",
118118
"@types/debug": "^4.1.12",
@@ -140,8 +140,8 @@
140140
"vitest-browser-react": "^0.1.1"
141141
},
142142
"peerDependencies": {
143-
"@sanity/schema": "^3.78.1",
144-
"@sanity/types": "^3.78.1",
143+
"@sanity/schema": "^3.79.0",
144+
"@sanity/types": "^3.79.0",
145145
"react": "^16.9 || ^17 || ^18 || ^19",
146146
"rxjs": "^7.8.2"
147147
},

‎pnpm-lock.yaml

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.