-
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
16 changed files
with
66 additions
and
66 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 |
---|---|---|
|
@@ -8,5 +8,5 @@ | |
"packages/sanity-plugin-vision", | ||
"packages/storybook" | ||
], | ||
"version": "0.110.1" | ||
"version": "0.111.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
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
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/code-input", | ||
"version": "0.110.1", | ||
"version": "0.111.0", | ||
"description": "Ace editor for editing code", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -16,7 +16,7 @@ | |
"code-editor" | ||
], | ||
"dependencies": { | ||
"@sanity/form-builder": "^0.110.1", | ||
"@sanity/form-builder": "0.111.0", | ||
"lodash": "^4.17.4", | ||
"react-ace": "^5.0.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,6 +1,6 @@ | ||
{ | ||
"name": "@sanity/components", | ||
"version": "0.110.1", | ||
"version": "0.111.0", | ||
"description": "Basic UX components", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
"sanity-plugin" | ||
], | ||
"dependencies": { | ||
"@sanity/date-input": "^0.110.1", | ||
"@sanity/date-input": "0.111.0", | ||
"@sanity/imagetool": "0.110.0", | ||
"@sanity/observable": "0.110.0", | ||
"attr-accept": "^1.1.0", | ||
|
@@ -56,7 +56,7 @@ | |
"scroll": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "^0.110.1", | ||
"@sanity/base": "0.111.0", | ||
"@sanity/check": "^0.108.0", | ||
"@sanity/core": "0.110.0", | ||
"eslint": "^3.19.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,6 +1,6 @@ | ||
{ | ||
"name": "@sanity/date-input", | ||
"version": "0.110.1", | ||
"version": "0.111.0", | ||
"description": "Date/time input components for Sanity form builder", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ | |
"sanity-plugin" | ||
], | ||
"dependencies": { | ||
"@sanity/form-builder": "^0.110.1", | ||
"@sanity/form-builder": "0.111.0", | ||
"lodash": "^4.17.4", | ||
"moment": "^2.18.1", | ||
"moment-timezone": "^0.5.11", | ||
|
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/desk-tool", | ||
"version": "0.110.1", | ||
"version": "0.111.0", | ||
"description": "Tool for managing all sorts of content in a structured manner", | ||
"main": "src/plugin.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
], | ||
"dependencies": { | ||
"@sanity/data-aspects": "^0.108.0", | ||
"@sanity/form-builder": "^0.110.1", | ||
"@sanity/form-builder": "0.111.0", | ||
"@sanity/mutator": "^0.108.0", | ||
"@sanity/uuid": "^0.108.0", | ||
"classnames": "^2.2.5", | ||
|
@@ -37,10 +37,10 @@ | |
"shallow-equals": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "^0.110.1", | ||
"@sanity/base": "0.111.0", | ||
"@sanity/check": "^0.108.0", | ||
"@sanity/client": "0.110.0", | ||
"@sanity/components": "^0.110.1", | ||
"@sanity/client": "0.111.0", | ||
"@sanity/components": "0.111.0", | ||
"@sanity/core": "0.110.0", | ||
"babel-plugin-lodash": "^3.2.11", | ||
"eslint": "^3.19.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
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/google-maps-input", | ||
"version": "0.110.1", | ||
"version": "0.111.0", | ||
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -19,12 +19,12 @@ | |
"in-publish": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "^0.110.1", | ||
"@sanity/base": "0.111.0", | ||
"@sanity/check": "^0.108.0", | ||
"@sanity/cli": "0.110.0", | ||
"@sanity/components": "^0.110.1", | ||
"@sanity/cli": "0.111.0", | ||
"@sanity/components": "0.111.0", | ||
"@sanity/core": "0.110.0", | ||
"@sanity/form-builder": "^0.110.1", | ||
"@sanity/form-builder": "0.111.0", | ||
"babel-plugin-lodash": "^3.2.11", | ||
"lodash": "^4.17.4", | ||
"rimraf": "^2.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
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.110.1", | ||
"version": "0.111.0", | ||
"description": "A sanity studio with instructional examples and useful patterns", | ||
"author": "Sanity.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,16 +14,16 @@ | |
"sanity" | ||
], | ||
"dependencies": { | ||
"@sanity/base": "^0.110.1", | ||
"@sanity/cli": "0.110.0", | ||
"@sanity/code-input": "^0.110.1", | ||
"@sanity/components": "^0.110.1", | ||
"@sanity/base": "0.111.0", | ||
"@sanity/cli": "0.111.0", | ||
"@sanity/code-input": "0.111.0", | ||
"@sanity/components": "0.111.0", | ||
"@sanity/core": "0.110.0", | ||
"@sanity/date-input": "^0.110.1", | ||
"@sanity/default-layout": "^0.110.1", | ||
"@sanity/date-input": "0.111.0", | ||
"@sanity/default-layout": "0.111.0", | ||
"@sanity/default-login": "^0.108.0", | ||
"@sanity/desk-tool": "^0.110.1", | ||
"@sanity/form-builder": "^0.110.1", | ||
"@sanity/desk-tool": "0.111.0", | ||
"@sanity/form-builder": "0.111.0", | ||
"@sanity/storybook": "0.110.0", | ||
"bio-pv": "^1.8.1", | ||
"date-fns": "^1.28.4", | ||
|
@@ -35,7 +35,7 @@ | |
"react-ace": "^4.3.0", | ||
"react-dom": "^15.5.4", | ||
"react-icons": "^2.2.5", | ||
"sanity-plugin-vision": "^0.110.1" | ||
"sanity-plugin-vision": "0.111.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^2.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,6 +1,6 @@ | ||
{ | ||
"name": "sanity-plugin-vision", | ||
"version": "0.110.1", | ||
"version": "0.111.0", | ||
"description": "React-based data management tool for Sanity projects", | ||
"main": "lib/SanityVision.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -26,11 +26,11 @@ | |
"react-split-pane": "^0.1.63" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "^0.110.1", | ||
"@sanity/base": "0.111.0", | ||
"@sanity/check": "^0.108.0", | ||
"@sanity/client": "0.110.0", | ||
"@sanity/components": "^0.110.1", | ||
"@sanity/default-layout": "^0.110.1", | ||
"@sanity/client": "0.111.0", | ||
"@sanity/components": "0.111.0", | ||
"@sanity/default-layout": "0.111.0", | ||
"babel-eslint": "^7.1.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-preset-es2015": "^6.22.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
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.110.1", | ||
"version": "0.111.0", | ||
"description": "A bloated, ugly Sanity studio with a contrived schema for edge case testing and development", | ||
"author": "Sanity.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,16 +14,16 @@ | |
"sanity" | ||
], | ||
"dependencies": { | ||
"@sanity/base": "^0.110.1", | ||
"@sanity/cli": "0.110.0", | ||
"@sanity/code-input": "^0.110.1", | ||
"@sanity/components": "^0.110.1", | ||
"@sanity/base": "0.111.0", | ||
"@sanity/cli": "0.111.0", | ||
"@sanity/code-input": "0.111.0", | ||
"@sanity/components": "0.111.0", | ||
"@sanity/core": "0.110.0", | ||
"@sanity/date-input": "^0.110.1", | ||
"@sanity/default-layout": "^0.110.1", | ||
"@sanity/date-input": "0.111.0", | ||
"@sanity/default-layout": "0.111.0", | ||
"@sanity/default-login": "^0.108.0", | ||
"@sanity/desk-tool": "^0.110.1", | ||
"@sanity/form-builder": "^0.110.1", | ||
"@sanity/desk-tool": "0.111.0", | ||
"@sanity/form-builder": "0.111.0", | ||
"@sanity/storybook": "0.110.0", | ||
"bio-pv": "^1.8.1", | ||
"date-fns": "^1.28.4", | ||
|
@@ -35,7 +35,7 @@ | |
"react-ace": "^4.3.0", | ||
"react-dom": "^15.5.4", | ||
"react-icons": "^2.2.5", | ||
"sanity-plugin-vision": "^0.110.1" | ||
"sanity-plugin-vision": "0.111.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^2.6.1" | ||
|