File tree 8 files changed +16
-16
lines changed
8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " todomvc" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@k-ramel/react" : " ^1.1 .0" ,
6
+ "@k-ramel/react" : " ^1.2 .0" ,
7
7
"classnames" : " ^2.2.5" ,
8
- "k-ramel" : " ^1.1 .0" ,
8
+ "k-ramel" : " ^1.2 .0" ,
9
9
"react" : " ^16.7.0" ,
10
10
"react-dom" : " ^16.7.0" ,
11
11
"react-scripts" : " 2.1.3" ,
Original file line number Diff line number Diff line change 6
6
" packages/drivers/*" ,
7
7
" packages/k-ramel"
8
8
],
9
- "version" : " 1.1 .0" ,
9
+ "version" : " 1.2 .0" ,
10
10
"command" : {
11
11
"init" : {
12
12
"exact" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @k-ramel/react" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"main" : " dist/index.umd.js" ,
5
5
"module" : " dist/index.es.js" ,
6
6
"author" : " Fabien JUIF <fabien.juif@gmail.com>" ,
12
12
},
13
13
"devDependencies" : {
14
14
"cross-env" : " ^5.2.0" ,
15
- "k-ramel" : " ^1.1 .0"
15
+ "k-ramel" : " ^1.2 .0"
16
16
},
17
17
"publishConfig" : {
18
18
"access" : " public" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @k-ramel/driver-form" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"main" : " dist/index.umd.js" ,
5
5
"module" : " dist/index.es.js" ,
6
6
"author" : " Guillaume CRESPEL <guillaume.crespel@gmail.com>" ,
9
9
"repository" : " https://github.com/alakarteio/k-ramel/tree/master/packages/drivers/form" ,
10
10
"devDependencies" : {
11
11
"cross-env" : " 5.2.0" ,
12
- "k-ramel" : " ^1.1 .0"
12
+ "k-ramel" : " ^1.2 .0"
13
13
},
14
14
"publishConfig" : {
15
15
"access" : " public" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @k-ramel/driver-http" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"main" : " dist/index.umd.js" ,
5
5
"module" : " dist/index.es.js" ,
6
6
"author" : " Fabien JUIF <fabien.juif@gmail.com>" ,
9
9
"repository" : " https://github.com/alakarteio/k-ramel/tree/master/packages/drivers/http" ,
10
10
"devDependencies" : {
11
11
"cross-env" : " ^5.2.0" ,
12
- "k-ramel" : " ^1.1 .0"
12
+ "k-ramel" : " ^1.2 .0"
13
13
},
14
14
"publishConfig" : {
15
15
"access" : " public" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @k-ramel/driver-redux-form" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"main" : " dist/index.umd.js" ,
5
5
"module" : " dist/index.es.js" ,
6
6
"author" : " Guillaume CRESPEL <guillaume.crespel@gmail.com>" ,
9
9
"repository" : " https://github.com/alakarteio/k-ramel/tree/master/packages/drivers/redux-form" ,
10
10
"devDependencies" : {
11
11
"cross-env" : " ^5.2.0" ,
12
- "k-ramel" : " ^1.1 .0" ,
12
+ "k-ramel" : " ^1.2 .0" ,
13
13
"redux-form" : " ^7.3.0"
14
14
},
15
15
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @k-ramel/driver-redux-little-router" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"main" : " dist/index.umd.js" ,
5
5
"module" : " dist/index.es.js" ,
6
6
"author" : " Benjamin PETETOT <bpetetot@gmail.com>" ,
9
9
"repository" : " https://github.com/alakarteio/k-ramel/tree/master/packages/drivers/redux-little-router" ,
10
10
"devDependencies" : {
11
11
"cross-env" : " ^5.2.0" ,
12
- "k-ramel" : " ^1.1 .0" ,
12
+ "k-ramel" : " ^1.2 .0" ,
13
13
"lodash" : " ^4.17.11" ,
14
14
"react-redux" : " ^5.1.1"
15
15
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " k-ramel" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"main" : " dist/index.umd.js" ,
5
5
"module" : " dist/index.es.js" ,
6
6
"author" : " Fabien JUIF <fabien.juif@gmail.com>" ,
18
18
" reactions"
19
19
],
20
20
"dependencies" : {
21
- "@k-ramel/driver-http" : " ^1.1 .0" ,
21
+ "@k-ramel/driver-http" : " ^1.2 .0" ,
22
22
"k-redux-factory" : " 6.0.2" ,
23
23
"redux" : " 4.0.1"
24
24
},
You can’t perform that action at this time.
0 commit comments