Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/facelift-mvi-2' into EDX-63…
Browse files Browse the repository at this point in the history
…5-menu-items
  • Loading branch information
pedrobonamin committed Nov 2, 2023
2 parents 38ac8ad + df12fe2 commit 4cdeb66
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dev/design-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@sanity/icons": "^2.4.0",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "3.17.0",
Expand Down
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@sanity/portable-text-editor": "3.17.0",
"@sanity/tsdoc": "1.0.0-alpha.38",
"@sanity/types": "3.17.0",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "3.17.0",
"@sanity/uuid": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/ecommerce-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@sanity/cli": "3.17.0",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"react": "^18.2.0",
"react-barcode": "^1.4.1",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@playwright/test": "^1.38.1",
"@portabletext/toolkit": "^2.0.8",
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"@testing-library/react": "^13.4.0",
"@types/debug": "^4.1.5",
"@types/express": "^4.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@rexxars/react-split-pane": "^0.1.93",
"@sanity/color": "^2.1.20",
"@sanity/icons": "^2.4.0",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"@uiw/react-codemirror": "^4.11.4",
"hashlru": "^2.3.0",
"is-hotkey": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"@sanity/portable-text-editor": "3.17.0",
"@sanity/schema": "3.17.0",
"@sanity/types": "3.17.0",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"@sanity/util": "3.17.0",
"@sanity/uuid": "^3.0.1",
"@tanstack/react-virtual": "3.0.0-beta.54",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4081,10 +4081,10 @@
segmented-property "^3.0.3"
vite "^4.4.7"

"@sanity/[email protected].5":
version "2.0.0-alpha.5"
resolved "https://registry.yarnpkg.com/@sanity/ui/-/ui-2.0.0-alpha.5.tgz#6532cd744dd9701579f7591696d30ecc411a55c0"
integrity sha512-Xc7wh1l7Gsux6p+ImIlvksU1qbkFsZE7KBQEdShH60tALV0Wq/NXbK/033WSqvwkvrP2oDczsHMqR2VH00hAng==
"@sanity/[email protected].12":
version "2.0.0-alpha.12"
resolved "https://registry.yarnpkg.com/@sanity/ui/-/ui-2.0.0-alpha.12.tgz#b67dbd332dfdf98c8968f01a08b43abc7864764f"
integrity sha512-zOECfM8ihM4wZCkPRL3ERiqtwBYUiEhUJ9m3tS0HYlPYoTH9JoZOvja/LvId2rdFOUizhloxs2QTv+JrxM22wA==
dependencies:
"@floating-ui/react-dom" "2.0.0"
"@sanity/color" "3.0.0-beta.5"
Expand Down

0 comments on commit 4cdeb66

Please sign in to comment.