-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump sanity/ui to version 2 in groqd-playground (#283)
- Loading branch information
1 parent
404227f
commit 96804f1
Showing
7 changed files
with
479 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"groqd-playground": patch | ||
--- | ||
|
||
Bump sanity/ui to version 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
strict-peer-dependencies=false | ||
prefer-workspace-packages=true | ||
auto-install-peers=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -519,7 +519,7 @@ const EDITOR_URL = | |
typeof process !== "undefined" && | ||
process?.env?.SANITY_STUDIO_GROQD_PLAYGROUND_ENV === "development" | ||
? "http://localhost:3069" | ||
: "https://unpkg.com/[email protected].5/build/index.html"; | ||
: "https://unpkg.com/[email protected].6/build/index.html"; | ||
const EDITOR_ORIGIN = new URL(EDITOR_URL).origin; | ||
|
||
type Params = Record<string, string | number>; | ||
|
Oops, something went wrong.