-
Notifications
You must be signed in to change notification settings - Fork 427
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
59 changed files
with
249 additions
and
249 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 |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"packages/storybook", | ||
"packages/test-studio" | ||
], | ||
"version": "0.141.6" | ||
"version": "0.142.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
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.141.5", | ||
"version": "0.142.0", | ||
"description": "Ace editor for editing code", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"react-icons": "^2.2.7" | ||
}, | ||
"devDependencies": { | ||
"@sanity/check": "0.141.5", | ||
"@sanity/check": "0.142.0", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"bugs": { | ||
|
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/color-input", | ||
"version": "0.141.5", | ||
"version": "0.142.0", | ||
"description": "Color input", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
"reactcss": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/check": "0.141.5", | ||
"@sanity/check": "0.142.0", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"bugs": { | ||
|
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.141.6", | ||
"version": "0.142.0", | ||
"description": "Basic UX components", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -20,8 +20,8 @@ | |
"sanity-plugin" | ||
], | ||
"dependencies": { | ||
"@sanity/date-input": "0.141.5", | ||
"@sanity/imagetool": "0.141.5", | ||
"@sanity/date-input": "0.142.0", | ||
"@sanity/imagetool": "0.142.0", | ||
"attr-accept": "^1.1.0", | ||
"boundless-arrow-key-navigation": "^1.1.0", | ||
"chance": "^1.0.4", | ||
|
@@ -49,9 +49,9 @@ | |
"string-hash": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.141.6", | ||
"@sanity/check": "0.141.5", | ||
"@sanity/core": "0.141.6", | ||
"@sanity/base": "0.142.0", | ||
"@sanity/check": "0.142.0", | ||
"@sanity/core": "0.142.0", | ||
"pre-commit": "^1.2.2", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.3.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/core", | ||
"version": "0.141.6", | ||
"version": "0.142.0", | ||
"description": "Sanity core bundle, containing required packages for the development and build process", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -24,17 +24,17 @@ | |
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.4.4", | ||
"@sanity/check": "0.141.5", | ||
"@sanity/export": "0.141.6", | ||
"@sanity/generate-help-url": "0.141.5", | ||
"@sanity/import": "0.141.6", | ||
"@sanity/mutator": "0.141.5", | ||
"@sanity/plugin-loader": "0.141.5", | ||
"@sanity/resolver": "0.141.5", | ||
"@sanity/schema": "0.141.5", | ||
"@sanity/server": "0.141.5", | ||
"@sanity/util": "0.141.5", | ||
"@sanity/uuid": "0.141.5", | ||
"@sanity/check": "0.142.0", | ||
"@sanity/export": "0.142.0", | ||
"@sanity/generate-help-url": "0.142.0", | ||
"@sanity/import": "0.142.0", | ||
"@sanity/mutator": "0.142.0", | ||
"@sanity/plugin-loader": "0.142.0", | ||
"@sanity/resolver": "0.142.0", | ||
"@sanity/schema": "0.142.0", | ||
"@sanity/server": "0.142.0", | ||
"@sanity/util": "0.142.0", | ||
"@sanity/uuid": "0.142.0", | ||
"batch-stream-operation": "^1.0.2", | ||
"chokidar": "^2.0.3", | ||
"configstore": "^3.0.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/dashboard", | ||
"version": "0.141.6", | ||
"version": "0.142.0", | ||
"description": "Tool for rendering dashboard widgets", | ||
"main": "src/DashboardTool.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -25,8 +25,8 @@ | |
"react-icons": "^2.2.7" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.141.6", | ||
"@sanity/check": "0.141.5", | ||
"@sanity/base": "0.142.0", | ||
"@sanity/check": "0.142.0", | ||
"prop-types": "^15.6.0", | ||
"rimraf": "^2.6.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,6 +1,6 @@ | ||
{ | ||
"name": "@sanity/data-aspects", | ||
"version": "0.141.5", | ||
"version": "0.142.0", | ||
"description": "Sanity plugin which controls how your data is presented", | ||
"main": "lib/DataAspectsResolver.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -19,12 +19,12 @@ | |
"sanity-plugin" | ||
], | ||
"dependencies": { | ||
"@sanity/generate-help-url": "0.141.5", | ||
"@sanity/generate-help-url": "0.142.0", | ||
"in-publish": "^2.0.0", | ||
"lodash": "^4.17.4" | ||
}, | ||
"devDependencies": { | ||
"@sanity/check": "0.141.5", | ||
"@sanity/check": "0.142.0", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"repository": { | ||
|
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.141.5", | ||
"version": "0.142.0", | ||
"description": "[DEPRECATED] Use @sanity/rich-date-input instead", | ||
"main": "index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -9,8 +9,8 @@ | |
"clean": "rimraf lib" | ||
}, | ||
"dependencies": { | ||
"@sanity/generate-help-url": "0.141.5", | ||
"@sanity/rich-date-input": "0.141.5" | ||
"@sanity/generate-help-url": "0.142.0", | ||
"@sanity/rich-date-input": "0.142.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
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/default-login", | ||
"version": "0.141.5", | ||
"version": "0.142.0", | ||
"description": "Lets the user log in to Sanity.", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -20,12 +20,12 @@ | |
"sanity-plugin" | ||
], | ||
"dependencies": { | ||
"@sanity/generate-help-url": "0.141.5", | ||
"@sanity/generate-help-url": "0.142.0", | ||
"in-publish": "^2.0.0", | ||
"prop-types": "^15.6.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/check": "0.141.5", | ||
"@sanity/check": "0.142.0", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"repository": { | ||
|
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.141.6", | ||
"version": "0.142.0", | ||
"description": "Tool for managing all sorts of content in a structured manner", | ||
"main": "src/plugin.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -22,13 +22,13 @@ | |
"sanity-tool" | ||
], | ||
"dependencies": { | ||
"@sanity/data-aspects": "0.141.5", | ||
"@sanity/form-builder": "0.141.6", | ||
"@sanity/generate-help-url": "0.141.5", | ||
"@sanity/mutator": "0.141.5", | ||
"@sanity/structure": "0.141.5", | ||
"@sanity/uuid": "0.141.5", | ||
"@sanity/validation": "0.141.5", | ||
"@sanity/data-aspects": "0.142.0", | ||
"@sanity/form-builder": "0.142.0", | ||
"@sanity/generate-help-url": "0.142.0", | ||
"@sanity/mutator": "0.142.0", | ||
"@sanity/structure": "0.142.0", | ||
"@sanity/uuid": "0.142.0", | ||
"@sanity/validation": "0.142.0", | ||
"boundless-arrow-key-navigation": "^1.1.0", | ||
"classnames": "^2.2.5", | ||
"date-fns": "^1.29.0", | ||
|
@@ -47,11 +47,11 @@ | |
"shallow-equals": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.141.6", | ||
"@sanity/check": "0.141.5", | ||
"@sanity/client": "0.141.6", | ||
"@sanity/components": "0.141.6", | ||
"@sanity/core": "0.141.6", | ||
"@sanity/base": "0.142.0", | ||
"@sanity/check": "0.142.0", | ||
"@sanity/client": "0.142.0", | ||
"@sanity/components": "0.142.0", | ||
"@sanity/core": "0.142.0", | ||
"history": "^4.6.3", | ||
"jest": "^24.8.0", | ||
"postcss-cssnext": "^3.0.2", | ||
|
Oops, something went wrong.