-
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
19 changed files
with
95 additions
and
95 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.147.5" | ||
"version": "0.147.6" | ||
} |
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/components", | ||
"version": "0.147.3", | ||
"version": "0.147.6", | ||
"description": "Basic UX components", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -48,9 +48,9 @@ | |
"string-hash": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/check": "0.147.0", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/core": "0.147.6", | ||
"pre-commit": "^1.2.2", | ||
"prop-types": "^15.6.0", | ||
"react": "16.9.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.147.3", | ||
"version": "0.147.6", | ||
"description": "Sanity core bundle, containing required packages for the development and build process", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -31,7 +31,7 @@ | |
"@sanity/mutator": "0.147.0", | ||
"@sanity/plugin-loader": "0.147.0", | ||
"@sanity/resolver": "0.147.0", | ||
"@sanity/schema": "0.147.0", | ||
"@sanity/schema": "0.147.6", | ||
"@sanity/server": "0.147.0", | ||
"@sanity/util": "0.147.0", | ||
"@sanity/uuid": "0.147.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.147.3", | ||
"version": "0.147.6", | ||
"description": "Tool for rendering dashboard widgets", | ||
"main": "src/DashboardTool.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"react-icons": "^2.2.7" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/check": "0.147.0", | ||
"prop-types": "^15.6.0", | ||
"rimraf": "^2.7.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,6 +1,6 @@ | ||
{ | ||
"name": "@sanity/desk-tool", | ||
"version": "0.147.5", | ||
"version": "0.147.6", | ||
"description": "Tool for managing all sorts of content in a structured manner", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -23,10 +23,10 @@ | |
], | ||
"dependencies": { | ||
"@sanity/data-aspects": "0.147.0", | ||
"@sanity/form-builder": "0.147.3", | ||
"@sanity/form-builder": "0.147.6", | ||
"@sanity/generate-help-url": "0.147.0", | ||
"@sanity/mutator": "0.147.0", | ||
"@sanity/schema": "0.147.0", | ||
"@sanity/schema": "0.147.6", | ||
"@sanity/structure": "0.147.0", | ||
"@sanity/uuid": "0.147.0", | ||
"@sanity/validation": "0.147.0", | ||
|
@@ -50,11 +50,11 @@ | |
"shallow-equals": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/check": "0.147.0", | ||
"@sanity/client": "0.147.3", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/core": "0.147.6", | ||
"history": "^4.6.3", | ||
"jest": "^24.9.0", | ||
"postcss-cssnext": "^3.0.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/form-builder", | ||
"version": "0.147.3", | ||
"version": "0.147.6", | ||
"description": "Sanity form builder", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
|
@@ -23,12 +23,12 @@ | |
"author": "Sanity.io <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@sanity/block-tools": "0.147.0", | ||
"@sanity/block-tools": "0.147.6", | ||
"@sanity/generate-help-url": "0.147.0", | ||
"@sanity/image-url": "0.140.15", | ||
"@sanity/imagetool": "0.147.0", | ||
"@sanity/mutator": "0.147.0", | ||
"@sanity/schema": "0.147.0", | ||
"@sanity/schema": "0.147.6", | ||
"@sanity/util": "0.147.0", | ||
"@sanity/uuid": "0.147.0", | ||
"attr-accept": "^1.1.0", | ||
|
@@ -63,11 +63,11 @@ | |
"speakingurl": "^13.0.0" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/check": "0.147.0", | ||
"@sanity/cli": "0.147.3", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/core": "0.147.6", | ||
"@sanity/plugin-loader": "0.147.0", | ||
"@sanity/server": "0.147.0", | ||
"@types/diff-match-patch": "^1.0.32", | ||
|
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.147.3", | ||
"version": "0.147.6", | ||
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps", | ||
"main": "lib/index.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -20,11 +20,11 @@ | |
"sanity-plugin" | ||
], | ||
"devDependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/check": "0.147.0", | ||
"@sanity/cli": "0.147.3", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/core": "0.147.6", | ||
"lodash": "^4.17.15", | ||
"prop-types": "^15.6.0", | ||
"rimraf": "^2.7.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,6 +1,6 @@ | ||
{ | ||
"name": "@sanity/vision", | ||
"version": "0.147.4", | ||
"version": "0.147.6", | ||
"description": "React-based data management tool for Sanity projects", | ||
"main": "lib/SanityVision.js", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -31,11 +31,11 @@ | |
"react-split-pane": "^0.1.84" | ||
}, | ||
"devDependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/check": "0.147.0", | ||
"@sanity/client": "0.147.3", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/default-layout": "0.147.4", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/default-layout": "0.147.6", | ||
"prop-types": "^15.6.0", | ||
"react": "16.9.0", | ||
"react-dom": "^16.9.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": "blog-studio", | ||
"private": true, | ||
"version": "0.147.5", | ||
"version": "0.147.6", | ||
"description": "Content studio running with schema from the blog init template", | ||
"main": "package.json", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -18,15 +18,15 @@ | |
"blog-studio" | ||
], | ||
"dependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/cli": "0.147.3", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/default-layout": "0.147.4", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/core": "0.147.6", | ||
"@sanity/default-layout": "0.147.6", | ||
"@sanity/default-login": "0.147.0", | ||
"@sanity/desk-tool": "0.147.5", | ||
"@sanity/google-maps-input": "0.147.3", | ||
"@sanity/vision": "0.147.4", | ||
"@sanity/desk-tool": "0.147.6", | ||
"@sanity/google-maps-input": "0.147.6", | ||
"@sanity/vision": "0.147.6", | ||
"react": "16.9.0", | ||
"react-dom": "^16.9.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": "clean-studio", | ||
"private": true, | ||
"version": "0.147.5", | ||
"version": "0.147.6", | ||
"description": "Content studio running with schema from the clean template", | ||
"main": "package.json", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -18,15 +18,15 @@ | |
"clean-studio" | ||
], | ||
"dependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/cli": "0.147.3", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/default-layout": "0.147.4", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/core": "0.147.6", | ||
"@sanity/default-layout": "0.147.6", | ||
"@sanity/default-login": "0.147.0", | ||
"@sanity/desk-tool": "0.147.5", | ||
"@sanity/google-maps-input": "0.147.3", | ||
"@sanity/vision": "0.147.4", | ||
"@sanity/desk-tool": "0.147.6", | ||
"@sanity/google-maps-input": "0.147.6", | ||
"@sanity/vision": "0.147.6", | ||
"react": "16.9.0", | ||
"react-dom": "^16.9.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": "ecommerce-studio", | ||
"private": true, | ||
"version": "0.147.5", | ||
"version": "0.147.6", | ||
"description": "", | ||
"main": "package.json", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -19,14 +19,14 @@ | |
"ecommerce-studio" | ||
], | ||
"dependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/cli": "0.147.3", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/default-layout": "0.147.4", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/core": "0.147.6", | ||
"@sanity/default-layout": "0.147.6", | ||
"@sanity/default-login": "0.147.0", | ||
"@sanity/desk-tool": "0.147.5", | ||
"@sanity/vision": "0.147.4", | ||
"@sanity/desk-tool": "0.147.6", | ||
"@sanity/vision": "0.147.6", | ||
"react": "16.9.0", | ||
"react-barcode": "^1.3.2", | ||
"react-dom": "^16.9.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": "example-studio", | ||
"private": true, | ||
"version": "0.147.5", | ||
"version": "0.147.6", | ||
"description": "A sanity studio with instructional examples and useful patterns", | ||
"author": "Sanity.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -18,20 +18,20 @@ | |
"example-studio" | ||
], | ||
"dependencies": { | ||
"@sanity/base": "0.147.3", | ||
"@sanity/block-tools": "0.147.0", | ||
"@sanity/base": "0.147.6", | ||
"@sanity/block-tools": "0.147.6", | ||
"@sanity/cli": "0.147.3", | ||
"@sanity/code-input": "0.147.0", | ||
"@sanity/components": "0.147.3", | ||
"@sanity/core": "0.147.3", | ||
"@sanity/components": "0.147.6", | ||
"@sanity/core": "0.147.6", | ||
"@sanity/date-input": "0.147.0", | ||
"@sanity/default-layout": "0.147.4", | ||
"@sanity/default-layout": "0.147.6", | ||
"@sanity/default-login": "0.147.0", | ||
"@sanity/desk-tool": "0.147.5", | ||
"@sanity/form-builder": "0.147.3", | ||
"@sanity/desk-tool": "0.147.6", | ||
"@sanity/form-builder": "0.147.6", | ||
"@sanity/language-filter": "0.147.0", | ||
"@sanity/storybook": "0.147.0", | ||
"@sanity/vision": "0.147.4", | ||
"@sanity/vision": "0.147.6", | ||
"bio-pv": "^1.8.1", | ||
"date-fns": "^1.29.0", | ||
"fetch": "^1.1.0", | ||
|
Oops, something went wrong.