File tree 3 files changed +1508
-2530
lines changed
3 files changed +1508
-2530
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
cache : yarn
3
3
node_js :
4
- - 9
5
- - 8
4
+ - 12
5
+ - 10
Original file line number Diff line number Diff line change 3
3
"version" : " 2.6.7" ,
4
4
"description" : " CLI for easily bootstrapping modern react libraries" ,
5
5
"repository" : " transitive-bullshit/create-react-library" ,
6
- "author" : " Travis Fischer <travis@automagical.ai >" ,
6
+ "author" : " Travis Fischer <travis@transitivebullsh.it >" ,
7
7
"main" : " index.js" ,
8
8
"license" : " MIT" ,
9
- "reveal" : true ,
9
+ "engines" : {
10
+ "node" : " >=10"
11
+ },
10
12
"bin" : {
11
13
"create-react-library" : " index.js"
12
14
},
13
15
"scripts" : {
14
16
"test" : " ava -v && standard *.js lib/*.js"
15
17
},
16
- "engines" : {
17
- "node" : " >=8" ,
18
- "npm" : " >=5"
19
- },
20
18
"keywords" : [
21
19
" react" ,
22
20
" preact" ,
23
21
" library" ,
24
22
" module" ,
23
+ " package" ,
25
24
" create-react-app" ,
26
25
" cli" ,
27
26
" component" ,
30
29
" publish"
31
30
],
32
31
"dependencies" : {
33
- "chalk" : " ^2.4.2 " ,
34
- "commander" : " ^2.19 .0" ,
32
+ "chalk" : " ^3.0.0 " ,
33
+ "commander" : " ^5.0 .0" ,
35
34
"conf" : " ^2.2.0" ,
36
35
"cp-file" : " ^6.0.0" ,
37
36
"execa" : " ^1.0.0" ,
38
37
"git-config-path" : " ^2.0.0" ,
39
38
"github-username" : " ^4.1.0" ,
40
- "globby" : " ^9 .0.0" ,
41
- "handlebars" : " ^4.1.0 " ,
42
- "inquirer" : " ^6.2.2 " ,
39
+ "globby" : " ^11 .0.0" ,
40
+ "handlebars" : " ^4.7.3 " ,
41
+ "inquirer" : " ^7.1.0 " ,
43
42
"make-dir" : " ^2.0.0" ,
44
- "ora" : " ^3.1.0 " ,
45
- "p-each-series" : " ^1.0 .0" ,
43
+ "ora" : " ^4.0.3 " ,
44
+ "p-each-series" : " ^2.1 .0" ,
46
45
"parse-git-config" : " ^3.0.0" ,
47
46
"validate-npm-package-name" : " ^3.0.0" ,
48
47
"which" : " ^1.3.1"
49
48
},
50
49
"devDependencies" : {
51
- "ava" : " ^1.2.1 " ,
50
+ "ava" : " ^3.5.2 " ,
52
51
"rmfr" : " ^2.0.0" ,
53
- "standard" : " ^12.0.1 "
52
+ "standard" : " ^14.3.3 "
54
53
}
55
54
}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments