Skip to content

Commit aa3dc7f

Browse files
authoredMar 3, 2025··
chore(deps): update dev-non-major (#8695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a8950c commit aa3dc7f

File tree

5 files changed

+19
-17
lines changed

5 files changed

+19
-17
lines changed
 

Diff for: ‎dev/design-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"start": "../.bin/sanity start --port 4000"
3232
},
3333
"dependencies": {
34-
"@sanity/icons": "^3.6.0",
34+
"@sanity/icons": "^3.7.0",
3535
"@sanity/ui": "^2.14.5",
3636
"react": "^18.3.1",
3737
"react-dom": "^18.3.1",

Diff for: ‎dev/embedded-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react-dom": "^19.0.4",
2020
"@vitejs/plugin-react": "^4.3.4",
2121
"typescript": "5.7.3",
22-
"vite": "^6.1.0"
22+
"vite": "^6.2.0"
2323
}
2424
}

Diff for: ‎dev/studio-e2e-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@sanity/color-input": "^4.0.1",
1919
"@sanity/google-maps-input": "^4.0.0",
20-
"@sanity/icons": "^3.6.0",
20+
"@sanity/icons": "^3.7.0",
2121
"@sanity/ui": "^2.14.5",
2222
"@sanity/vision": "3.77.2",
2323
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",

Diff for: ‎dev/test-studio/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sanity/color": "^3.0.0",
2525
"@sanity/color-input": "^4.0.1",
2626
"@sanity/google-maps-input": "^4.0.0",
27-
"@sanity/icons": "^3.6.0",
27+
"@sanity/icons": "^3.7.0",
2828
"@sanity/image-url": "^1.0.2",
2929
"@sanity/locale-ko-kr": "^1.0.1",
3030
"@sanity/locale-nb-no": "^1.0.1",
@@ -33,7 +33,7 @@
3333
"@sanity/locale-sv-se": "^1.0.1",
3434
"@sanity/logos": "^2.1.2",
3535
"@sanity/migrate": "workspace:*",
36-
"@sanity/preview-url-secret": "^2.1.4",
36+
"@sanity/preview-url-secret": "^2.1.5",
3737
"@sanity/react-loader": "^1.10.35",
3838
"@sanity/tsdoc": "1.0.169",
3939
"@sanity/types": "workspace:*",
@@ -42,7 +42,7 @@
4242
"@sanity/util": "workspace:*",
4343
"@sanity/uuid": "^3.0.1",
4444
"@sanity/vision": "workspace:*",
45-
"@sanity/visual-editing": "2.13.3",
45+
"@sanity/visual-editing": "2.13.7",
4646
"@turf/helpers": "^6.0.1",
4747
"@turf/points-within-polygon": "^5.1.5",
4848
"@vercel/stega": "0.1.2",
@@ -67,6 +67,6 @@
6767
"@million/lint": "1.0.14",
6868
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
6969
"chokidar": "^3.6.0",
70-
"vite": "^6.1.0"
70+
"vite": "^6.2.0"
7171
}
7272
}

Diff for: ‎pnpm-lock.yaml

+12-10
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.