Skip to content

Commit

Permalink
fix(deps): Update dev-non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 6a9c59e commit b460c45
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 94 deletions.
4 changes: 2 additions & 2 deletions dev/design-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"start": "../.bin/sanity start --port 4000"
},
"dependencies": {
"@sanity/icons": "^3.5.0",
"@sanity/ui": "^2.9.1",
"@sanity/icons": "^3.5.2",
"@sanity/ui": "^2.10.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"preview": "vite preview"
},
"dependencies": {
"@sanity/ui": "^2.9.1",
"@sanity/ui": "^2.10.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
"vite": "^5.4.11"
Expand Down
4 changes: 2 additions & 2 deletions dev/studio-e2e-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@sanity/color-input": "^4.0.1",
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.5.0",
"@sanity/ui": "^2.9.1",
"@sanity/icons": "^3.5.2",
"@sanity/ui": "^2.10.5",
"@sanity/vision": "3.66.1",
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion dev/test-next-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@sanity/vision": "workspace:*",
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"next": "15.0.3",
"next": "15.0.4",
"react": "rc",
"react-dom": "rc",
"react-is": "rc",
Expand Down
8 changes: 4 additions & 4 deletions dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts"
},
"dependencies": {
"@portabletext/editor": "^1.13.0",
"@portabletext/editor": "^1.15.3",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.0.2",
"@sanity/block-tools": "3.66.1",
"@sanity/client": "^6.24.1",
"@sanity/color": "^3.0.0",
"@sanity/color-input": "^4.0.1",
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.5.0",
"@sanity/icons": "^3.5.2",
"@sanity/image-url": "^1.0.2",
"@sanity/locale-ko-kr": "^1.0.1",
"@sanity/locale-nb-no": "^1.0.1",
Expand All @@ -37,12 +37,12 @@
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.150",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.9.1",
"@sanity/ui": "^2.10.5",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "workspace:*",
"@sanity/uuid": "^3.0.1",
"@sanity/vision": "workspace:*",
"@sanity/visual-editing": "2.10.4",
"@sanity/visual-editing": "2.10.6",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"@vercel/stega": "0.1.2",
Expand Down
Loading

0 comments on commit b460c45

Please sign in to comment.