Skip to content

Commit

Permalink
chore(deps): update @sanity/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon committed Nov 3, 2023
1 parent cb05b1e commit 709d97d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.6.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.19.1",
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.19.1",
"@sanity/tsdoc": "1.0.0-alpha.38",
"@sanity/types": "3.19.1",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "3.19.1",
"@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.19.1",
"@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 @@ -78,7 +78,7 @@
"@playwright/test": "^1.38.1",
"@portabletext/toolkit": "^2.0.10",
"@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.6.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 @@ -154,7 +154,7 @@
"@sanity/portable-text-editor": "3.19.1",
"@sanity/schema": "3.19.1",
"@sanity/types": "3.19.1",
"@sanity/ui": "2.0.0-alpha.5",
"@sanity/ui": "2.0.0-alpha.12",
"@sanity/util": "3.19.1",
"@sanity/uuid": "^3.0.1",
"@tanstack/react-virtual": "3.0.0-beta.54",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3673,10 +3673,10 @@
segmented-property "^3.0.3"
vite "^4.4.9"

"@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 Expand Up @@ -8147,7 +8147,7 @@ fragment-cache@^0.2.1:
dependencies:
map-cache "^0.2.2"

framer-motion@^10.0.0, framer-motion@^10.16.2:
framer-motion@^10.0.0, framer-motion@^10.16.1, framer-motion@^10.16.2:
version "10.16.4"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.16.4.tgz#30279ef5499b8d85db3a298ee25c83429933e9f8"
integrity sha512-p9V9nGomS3m6/CALXqv6nFGMuFOxbWsmaOrdmhyQimMIlLl3LC7h7l86wge/Js/8cRu5ktutS/zlzgR7eBOtFA==
Expand Down

0 comments on commit 709d97d

Please sign in to comment.