File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"devDependencies" : {
11
11
"lerna" : " 2.0.0-rc.5"
12
- }
12
+ },
13
+ "dependencies" : {}
13
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-forms-dom" ,
3
- "version" : " 4.0.1-alpha.3 " ,
3
+ "version" : " 4.0.1-beta " ,
4
4
"description" : " DOM components for simplr-forms." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
60
60
"prop-types" : " ^15.5.8" ,
61
61
"react" : " ^15.5.4" ,
62
62
"react-dom" : " ^15.5.4" ,
63
- "simplr-forms" : " ^4.0.1-alpha.3 " ,
63
+ "simplr-forms" : " ^4.0.1-beta " ,
64
64
"tslib" : " ^1.7.1" ,
65
65
"typed-immutable-record" : " 0.0.6"
66
66
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-forms" ,
3
- "version" : " 4.0.1-alpha.3 " ,
3
+ "version" : " 4.0.1-beta " ,
4
4
"description" : " Shared simplr-forms logic." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
60
60
"@types/react" : " ^15.0.22" ,
61
61
"@types/react-dom" : " ^15.5.0" ,
62
62
"action-emitter" : " ^0.2.1" ,
63
- "fbemitter" : " ^2.1.1" ,
64
63
"immutable" : " ^3.8.1" ,
65
64
"prop-types" : " ^15.5.8" ,
66
65
"react" : " 15.5.4" ,
Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@types/mkdirp" : " ^0.3.29" ,
26
26
"@types/mz" : " 0.0.31" ,
27
- "@types/node" : " ^7.0.13 " ,
27
+ "@types/node" : " ^7.0.31 " ,
28
28
"@types/yargs" : " ^6.6.0" ,
29
29
"mz" : " ^2.6.0" ,
30
- "yargs" : " ^7.1.0 "
30
+ "yargs" : " ^8.0.2 "
31
31
},
32
32
"devDependencies" : {
33
33
"mkdirp" : " ^0.5.1" ,
34
- "tslint" : " ^5.1.0 " ,
35
- "typescript" : " ^2.3.0 "
34
+ "tslint" : " ^5.4.3 " ,
35
+ "typescript" : " ^2.3.4 "
36
36
},
37
37
"bin" : {
38
38
"simplr-mvdir" : " dist/cli.js"
You can’t perform that action at this time.
0 commit comments