-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
18 additions
and
18 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 |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
"packages/blog-studio", | ||
"packages/storybook" | ||
], | ||
"version": "0.126.2" | ||
"version": "0.126.3" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sanity/vision", | ||
"version": "0.126.2", | ||
"version": "0.126.3", | ||
"description": "React-based data management tool for Sanity projects", | ||
"main": "lib/SanityVision.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ | |
"@sanity/check": "^0.126.0", | ||
"@sanity/client": "^0.126.0", | ||
"@sanity/components": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.3", | ||
"prop-types": "^15.6.0", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1" | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "blog-studio", | ||
"private": true, | ||
"version": "0.126.2", | ||
"version": "0.126.3", | ||
"description": "Content studio running with schema from the blog init template", | ||
"main": "package.json", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -23,11 +23,11 @@ | |
"@sanity/cli": "^0.126.2", | ||
"@sanity/components": "^0.126.2", | ||
"@sanity/core": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.3", | ||
"@sanity/default-login": "^0.126.0", | ||
"@sanity/desk-tool": "^0.126.2", | ||
"@sanity/google-maps-input": "^0.126.2", | ||
"@sanity/vision": "^0.126.2", | ||
"@sanity/vision": "^0.126.3", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1" | ||
}, | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "example-studio", | ||
"private": true, | ||
"version": "0.126.2", | ||
"version": "0.126.3", | ||
"description": "A sanity studio with instructional examples and useful patterns", | ||
"author": "Sanity.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -25,12 +25,12 @@ | |
"@sanity/components": "^0.126.2", | ||
"@sanity/core": "^0.126.2", | ||
"@sanity/date-input": "^0.126.0", | ||
"@sanity/default-layout": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.3", | ||
"@sanity/default-login": "^0.126.0", | ||
"@sanity/desk-tool": "^0.126.2", | ||
"@sanity/form-builder": "^0.126.2", | ||
"@sanity/storybook": "^0.126.0", | ||
"@sanity/vision": "^0.126.2", | ||
"@sanity/vision": "^0.126.3", | ||
"bio-pv": "^1.8.1", | ||
"date-fns": "^1.29.0", | ||
"fetch": "^1.1.0", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "movies-studio", | ||
"private": true, | ||
"version": "0.126.2", | ||
"version": "0.126.3", | ||
"description": "Content studio running with schema from the moviedb init template", | ||
"main": "package.json", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -23,12 +23,12 @@ | |
"@sanity/cli": "^0.126.2", | ||
"@sanity/components": "^0.126.2", | ||
"@sanity/core": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.3", | ||
"@sanity/default-login": "^0.126.0", | ||
"@sanity/desk-tool": "^0.126.2", | ||
"@sanity/google-maps-input": "^0.126.2", | ||
"@sanity/production-preview": "^0.126.0", | ||
"@sanity/vision": "^0.126.2", | ||
"@sanity/vision": "^0.126.3", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-icons": "^2.2.5" | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "test-studio", | ||
"private": true, | ||
"version": "0.126.2", | ||
"version": "0.126.3", | ||
"description": "A bloated, ugly Sanity studio with a contrived schema for edge case testing and development", | ||
"author": "Sanity.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -25,15 +25,15 @@ | |
"@sanity/color-input": "^0.126.0", | ||
"@sanity/components": "^0.126.2", | ||
"@sanity/core": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.2", | ||
"@sanity/default-layout": "^0.126.3", | ||
"@sanity/default-login": "^0.126.0", | ||
"@sanity/desk-tool": "^0.126.2", | ||
"@sanity/form-builder": "^0.126.2", | ||
"@sanity/google-maps-input": "^0.126.2", | ||
"@sanity/production-preview": "^0.126.0", | ||
"@sanity/rich-date-input": "^0.126.0", | ||
"@sanity/storybook": "^0.126.0", | ||
"@sanity/vision": "^0.126.2", | ||
"@sanity/vision": "^0.126.3", | ||
"@turf/helpers": "^6.0.1", | ||
"@turf/points-within-polygon": "^5.1.5", | ||
"bio-pv": "^1.8.1", | ||
|