File tree 5 files changed +14
-16
lines changed 5 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0 .0.0"
6
+ "version" : " 2 .0.0-beta.1 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/core" ,
3
- "version" : " 2.0.0-beta.0 " ,
3
+ "version" : " 2.0.0-beta.1 " ,
4
4
"description" : " Core module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
24
24
"test" : " ../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/ava" ,
25
25
"test-cov" : " ../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/nyc ../../node_modules/.bin/ava" ,
26
26
"doc" : " echo 'TODO: implement documentation generation'" ,
27
- "preparePublish" : " npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
27
+ "preparePublish" : " npm run doc && npm run build && npm run test && npm run bundle"
28
28
},
29
29
"ava" : {
30
30
"verbose" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/examples" ,
3
- "version" : " 2.0.0-beta.0 " ,
3
+ "version" : " 2.0.0-beta.1 " ,
4
4
"description" : " JSON Forms usage examples" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
28
28
"test-coverage" : " ../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/nyc ../../node_modules/.bin/ava" ,
29
29
"wct" : " wct wct-test" ,
30
30
"doc" : " echo 'TODO: implement documentation generation'" ,
31
- "preparePublish" : " npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
31
+ "preparePublish" : " npm run doc && npm run build && npm run test && npm run bundle"
32
32
},
33
33
"ava" : {
34
34
"verbose" : true ,
38
38
"babel" : " inherit"
39
39
},
40
40
"dependencies" : {
41
- "@jsonforms/core" : " 2.0.0-beta.0 " ,
42
- "@jsonforms/vanilla -renderers" : " 2.0.0-beta.0 " ,
43
- "@jsonforms/material -renderers" : " 2.0.0-beta.0 " ,
41
+ "@jsonforms/core" : " ^ 2.0.0-beta.1 " ,
42
+ "@jsonforms/material -renderers" : " ^ 2.0.0-beta.1 " ,
43
+ "@jsonforms/vanilla -renderers" : " ^ 2.0.0-beta.1 " ,
44
44
"react" : " ^16.2.0" ,
45
45
"react-redux" : " ^5.0.6" ,
46
46
"redux" : " ^3.7.2"
47
- },
48
- "devDependencies" : {
49
47
}
50
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/material-renderers" ,
3
- "version" : " 2.0.0-beta.0 " ,
3
+ "version" : " 2.0.0-beta.1 " ,
4
4
"description" : " Material Renderer Set for JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
25
25
"report" : " nyc report --reporter=html" ,
26
26
"test" : " echo 'TODO: implement materialized test'" ,
27
27
"doc" : " echo 'TODO: implement documentation generation'" ,
28
- "preparePublish" : " npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
28
+ "preparePublish" : " npm run doc && npm run build && npm run test && npm run bundle"
29
29
},
30
30
"ava" : {
31
31
"verbose" : true ,
35
35
"babel" : " inherit"
36
36
},
37
37
"dependencies" : {
38
- "@jsonforms/core" : " 2.0.0-beta.0 " ,
38
+ "@jsonforms/core" : " ^ 2.0.0-beta.1 " ,
39
39
"material-ui" : " ^1.0.0-beta.22" ,
40
40
"react" : " ^16.2.0" ,
41
41
"react-dom" : " ^16.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/vanilla-renderers" ,
3
- "version" : " 2.0.0-beta.0 " ,
3
+ "version" : " 2.0.0-beta.1 " ,
4
4
"description" : " Default Renderer Set for JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
25
25
"lint" : " ../../node_modules/.bin/tslint --project ../../tslint.json --exclude src/models/jsonSchema.ts" ,
26
26
"test" : " ../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/ava" ,
27
27
"doc" : " echo 'TODO: implement documentation generation'" ,
28
- "preparePublish" : " npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
28
+ "preparePublish" : " npm run doc && npm run build && npm run test && npm run bundle"
29
29
},
30
30
"ava" : {
31
31
"verbose" : true ,
35
35
"babel" : " inherit"
36
36
},
37
37
"dependencies" : {
38
- "@jsonforms/core" : " 2.0.0-beta.0 " ,
38
+ "@jsonforms/core" : " ^ 2.0.0-beta.1 " ,
39
39
"react" : " ^16.2.0" ,
40
40
"react-redux" : " ^5.0.6" ,
41
41
"redux" : " ^3.7.2"
You can’t perform that action at this time.
0 commit comments