File tree 11 files changed +37
-37
lines changed
11 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 5
5
" packages/example-studio" ,
6
6
" packages/storybook"
7
7
],
8
- "version" : " 0.104.45 "
8
+ "version" : " 0.105.0 "
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/base" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " Sanity plugin containing the base components and roles for a Sanity configuration" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
26
26
"homepage" : " https://github.com/sanity-io/base#readme" ,
27
27
"dependencies" : {
28
28
"@sanity/client" : " ^0.104.44" ,
29
- "@sanity/document-store" : " ^0.104.45 " ,
29
+ "@sanity/document-store" : " ^0.105.0 " ,
30
30
"@sanity/observable" : " ^0.104.44" ,
31
31
"@sanity/schema" : " ^0.104.44" ,
32
32
"@sanity/state-router" : " ^0.104.44" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/components" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " Basic UX components" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" :
" Sanity.io <[email protected] >" ,
22
22
" sanity-plugin"
23
23
],
24
24
"dependencies" : {
25
- "@sanity/date-input" : " ^0.104.45 " ,
25
+ "@sanity/date-input" : " ^0.105.0 " ,
26
26
"@sanity/imagetool" : " ^0.104.44" ,
27
27
"@sanity/observable" : " ^0.104.44" ,
28
28
"attr-accept" : " ^1.1.0" ,
56
56
"scroll" : " ^2.0.0"
57
57
},
58
58
"devDependencies" : {
59
- "@sanity/base" : " ^0.104.45 " ,
59
+ "@sanity/base" : " ^0.105.0 " ,
60
60
"@sanity/check" : " ^0.104.44" ,
61
61
"@sanity/core" : " ^0.104.45" ,
62
62
"eslint" : " ^3.17.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/date-input" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " Date/time input components for Sanity form builder" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" :
" Sanity.io <[email protected] >" ,
15
15
" sanity-plugin"
16
16
],
17
17
"dependencies" : {
18
- "@sanity/form-builder" : " ^0.104.45 " ,
18
+ "@sanity/form-builder" : " ^0.105.0 " ,
19
19
"lodash" : " ^4.17.4" ,
20
20
"moment" : " ^2.15.2" ,
21
21
"moment-timezone" : " ^0.5.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/default-layout" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " The default layout components for Sanity" ,
5
5
"main" : " lib/default-layout.js" ,
6
6
"scripts" : {
28
28
"react-click-outside" : " ^2.2.0"
29
29
},
30
30
"devDependencies" : {
31
- "@sanity/base" : " ^0.104.45 " ,
31
+ "@sanity/base" : " ^0.105.0 " ,
32
32
"@sanity/check" : " ^0.104.44" ,
33
33
"@sanity/cli" : " ^0.104.44" ,
34
- "@sanity/components" : " ^0.104.45 " ,
34
+ "@sanity/components" : " ^0.105.0 " ,
35
35
"@sanity/core" : " ^0.104.45" ,
36
- "@sanity/form-builder" : " ^0.104.45 " ,
36
+ "@sanity/form-builder" : " ^0.105.0 " ,
37
37
"babel-plugin-lodash" : " ^3.2.11" ,
38
38
"chai" : " ^3.5.0" ,
39
39
"chai-as-promised" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/desk-tool" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " Tool for managing all sorts of content in a structured manner" ,
5
5
"main" : " src/plugin.js" ,
6
6
"author" :
" Sanity.io <[email protected] >" ,
21
21
],
22
22
"dependencies" : {
23
23
"@sanity/data-aspects" : " ^0.104.44" ,
24
- "@sanity/form-builder" : " ^0.104.45 " ,
24
+ "@sanity/form-builder" : " ^0.105.0 " ,
25
25
"@sanity/mutator" : " ^0.104.45" ,
26
26
"classnames" : " ^2.2.5" ,
27
27
"shallow-equals" : " ^1.0.0" ,
36
36
"react-json-inspector" : " ^7.0.0"
37
37
},
38
38
"devDependencies" : {
39
- "@sanity/base" : " ^0.104.45 " ,
39
+ "@sanity/base" : " ^0.105.0 " ,
40
40
"@sanity/check" : " ^0.104.44" ,
41
41
"@sanity/client" : " ^0.104.44" ,
42
- "@sanity/components" : " ^0.104.45 " ,
42
+ "@sanity/components" : " ^0.105.0 " ,
43
43
"@sanity/core" : " ^0.104.45" ,
44
44
"babel-plugin-lodash" : " ^3.2.11" ,
45
45
"history" : " ^4.5.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/document-store" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " " ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/form-builder" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " Sanity form builder" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
41
41
"speakingurl" : " ^13.0.0"
42
42
},
43
43
"devDependencies" : {
44
- "@sanity/base" : " ^0.104.45 " ,
44
+ "@sanity/base" : " ^0.105.0 " ,
45
45
"@sanity/check" : " ^0.104.44" ,
46
46
"@sanity/cli" : " ^0.104.44" ,
47
- "@sanity/components" : " ^0.104.45 " ,
47
+ "@sanity/components" : " ^0.105.0 " ,
48
48
"@sanity/core" : " ^0.104.45" ,
49
49
"@sanity/plugin-loader" : " ^0.104.44" ,
50
50
"@sanity/server" : " ^0.104.44" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/google-maps-input" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"description" : " Sanity plugin providing input handlers for geo-related input types using Google Maps" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" :
" Sanity.io <[email protected] >" ,
19
19
"in-publish" : " ^2.0.0"
20
20
},
21
21
"devDependencies" : {
22
- "@sanity/base" : " ^0.104.45 " ,
22
+ "@sanity/base" : " ^0.105.0 " ,
23
23
"@sanity/check" : " ^0.104.44" ,
24
24
"@sanity/cli" : " ^0.104.44" ,
25
- "@sanity/components" : " ^0.104.45 " ,
25
+ "@sanity/components" : " ^0.105.0 " ,
26
26
"@sanity/core" : " ^0.104.45" ,
27
- "@sanity/form-builder" : " ^0.104.45 " ,
27
+ "@sanity/form-builder" : " ^0.105.0 " ,
28
28
"babel-plugin-lodash" : " ^3.2.11" ,
29
29
"lodash" : " ^4.17.4" ,
30
30
"rimraf" : " ^2.6.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-studio" ,
3
3
"private" : " true" ,
4
- "version" : " 0.104.45 " ,
4
+ "version" : " 0.105.0 " ,
5
5
"description" : " Just a sample Sanity studio project" ,
6
6
"author" :
" Sanity.io <[email protected] >" ,
7
7
"license" : " MIT" ,
14
14
" sanity"
15
15
],
16
16
"dependencies" : {
17
- "@sanity/base" : " ^0.104.45 " ,
18
- "@sanity/components" : " ^0.104.45 " ,
17
+ "@sanity/base" : " ^0.105.0 " ,
18
+ "@sanity/components" : " ^0.105.0 " ,
19
19
"@sanity/core" : " ^0.104.45" ,
20
- "@sanity/date-input" : " ^0.104.45 " ,
21
- "@sanity/default-layout" : " ^0.104.45 " ,
20
+ "@sanity/date-input" : " ^0.105.0 " ,
21
+ "@sanity/default-layout" : " ^0.105.0 " ,
22
22
"@sanity/default-login" : " ^0.104.44" ,
23
- "@sanity/desk-tool" : " ^0.104.45 " ,
24
- "@sanity/form-builder" : " ^0.104.45 " ,
23
+ "@sanity/desk-tool" : " ^0.105.0 " ,
24
+ "@sanity/form-builder" : " ^0.105.0 " ,
25
25
"@sanity/storybook" : " ^0.104.44" ,
26
26
"prop-types" : " ^15.5.8" ,
27
27
"react" : " ^15.5.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " storybook" ,
3
- "version" : " 0.104.45 " ,
3
+ "version" : " 0.105.0 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " config.js" ,
10
10
"start" : " sanity start --port=9002"
11
11
},
12
12
"dependencies" : {
13
- "@sanity/base" : " ^0.104.45 " ,
14
- "@sanity/components" : " ^0.104.45 " ,
13
+ "@sanity/base" : " ^0.105.0 " ,
14
+ "@sanity/components" : " ^0.105.0 " ,
15
15
"@sanity/core" : " ^0.104.45" ,
16
- "@sanity/default-layout" : " ^0.104.45 " ,
16
+ "@sanity/default-layout" : " ^0.105.0 " ,
17
17
"@sanity/default-login" : " ^0.104.44" ,
18
- "@sanity/desk-tool" : " ^0.104.45 " ,
19
- "@sanity/google-maps-input" : " ^0.104.45 " ,
18
+ "@sanity/desk-tool" : " ^0.105.0 " ,
19
+ "@sanity/google-maps-input" : " ^0.105.0 " ,
20
20
"@sanity/server" : " ^0.104.44" ,
21
21
"@sanity/storybook" : " ^0.104.44" ,
22
22
"prop-types" : " ^15.5.8" ,
You can’t perform that action at this time.
0 commit comments