Skip to content

Commit dce41fb

Browse files
fix(deps): Update dev-non-major (#7477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1e2a55 commit dce41fb

File tree

6 files changed

+292
-469
lines changed

6 files changed

+292
-469
lines changed

dev/design-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@sanity/icons": "^3.4.0",
35-
"@sanity/ui": "^2.8.8",
35+
"@sanity/ui": "^2.8.9",
3636
"react": "^18.3.1",
3737
"react-dom": "^18.3.1",
3838
"sanity": "workspace:*",

dev/embedded-studio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@sanity/ui": "^2.8.8",
11+
"@sanity/ui": "^2.8.9",
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1",
1414
"sanity": "workspace:*",
1515
"styled-components": "^6.1.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.3.3",
18+
"@types/react": "^18.3.5",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.1",
2121
"typescript": "5.5.4",

dev/studio-e2e-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@sanity/google-maps-input": "^4.0.0",
1919
"@sanity/icons": "^3.4.0",
20-
"@sanity/ui": "^2.8.8",
20+
"@sanity/ui": "^2.8.9",
2121
"@sanity/vision": "3.57.1",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

dev/test-next-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@sanity/vision": "workspace:*",
15-
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
15+
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240905",
1616
"next": "15.0.0-rc.0",
1717
"react": "19.0.0-rc-a7d1240c-20240731",
1818
"react-dom": "19.0.0-rc-a7d1240c-20240731",

dev/test-studio/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts"
1717
},
1818
"dependencies": {
19-
"@portabletext/editor": "^1.0.12",
19+
"@portabletext/editor": "^1.0.19",
2020
"@portabletext/react": "^3.0.0",
2121
"@sanity/assist": "^3.0.2",
2222
"@sanity/block-tools": "3.57.1",
23-
"@sanity/client": "^6.21.2",
23+
"@sanity/client": "^6.21.3",
2424
"@sanity/color": "^3.0.0",
2525
"@sanity/google-maps-input": "^4.0.0",
2626
"@sanity/icons": "^3.4.0",
@@ -34,14 +34,14 @@
3434
"@sanity/migrate": "workspace:*",
3535
"@sanity/preview-url-secret": "^1.6.1",
3636
"@sanity/react-loader": "^1.8.3",
37-
"@sanity/tsdoc": "1.0.90",
37+
"@sanity/tsdoc": "1.0.101",
3838
"@sanity/types": "workspace:*",
39-
"@sanity/ui": "^2.8.8",
39+
"@sanity/ui": "^2.8.9",
4040
"@sanity/ui-workshop": "^1.0.0",
4141
"@sanity/util": "workspace:*",
4242
"@sanity/uuid": "^3.0.1",
4343
"@sanity/vision": "workspace:*",
44-
"@sanity/visual-editing": "2.1.8",
44+
"@sanity/visual-editing": "2.1.9",
4545
"@turf/helpers": "^6.0.1",
4646
"@turf/points-within-polygon": "^5.1.5",
4747
"@vercel/stega": "0.1.2",

0 commit comments

Comments
 (0)