Skip to content

Commit fbe5d10

Browse files
committedMar 30, 2020
bump deps
1 parent dbfcafb commit fbe5d10

File tree

3 files changed

+1508
-2530
lines changed

3 files changed

+1508
-2530
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
cache: yarn
33
node_js:
4-
- 9
5-
- 8
4+
- 12
5+
- 10

‎package.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,24 @@
33
"version": "2.6.7",
44
"description": "CLI for easily bootstrapping modern react libraries",
55
"repository": "transitive-bullshit/create-react-library",
6-
"author": "Travis Fischer <travis@automagical.ai>",
6+
"author": "Travis Fischer <travis@transitivebullsh.it>",
77
"main": "index.js",
88
"license": "MIT",
9-
"reveal": true,
9+
"engines": {
10+
"node": ">=10"
11+
},
1012
"bin": {
1113
"create-react-library": "index.js"
1214
},
1315
"scripts": {
1416
"test": "ava -v && standard *.js lib/*.js"
1517
},
16-
"engines": {
17-
"node": ">=8",
18-
"npm": ">=5"
19-
},
2018
"keywords": [
2119
"react",
2220
"preact",
2321
"library",
2422
"module",
23+
"package",
2524
"create-react-app",
2625
"cli",
2726
"component",
@@ -30,26 +29,26 @@
3029
"publish"
3130
],
3231
"dependencies": {
33-
"chalk": "^2.4.2",
34-
"commander": "^2.19.0",
32+
"chalk": "^3.0.0",
33+
"commander": "^5.0.0",
3534
"conf": "^2.2.0",
3635
"cp-file": "^6.0.0",
3736
"execa": "^1.0.0",
3837
"git-config-path": "^2.0.0",
3938
"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",
4342
"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",
4645
"parse-git-config": "^3.0.0",
4746
"validate-npm-package-name": "^3.0.0",
4847
"which": "^1.3.1"
4948
},
5049
"devDependencies": {
51-
"ava": "^1.2.1",
50+
"ava": "^3.5.2",
5251
"rmfr": "^2.0.0",
53-
"standard": "^12.0.1"
52+
"standard": "^14.3.3"
5453
}
5554
}

‎yarn.lock

+1,492-2,513
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.