Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Mar 30, 2020
1 parent dbfcafb commit fbe5d10
Show file tree
Hide file tree
Showing 3 changed files with 1,508 additions and 2,530 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
language: node_js
cache: yarn
node_js:
- 9
- 8
- 12
- 10
29 changes: 14 additions & 15 deletions package.json
Expand Up @@ -3,25 +3,24 @@
"version": "2.6.7",
"description": "CLI for easily bootstrapping modern react libraries",
"repository": "transitive-bullshit/create-react-library",
"author": "Travis Fischer <travis@automagical.ai>",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"main": "index.js",
"license": "MIT",
"reveal": true,
"engines": {
"node": ">=10"
},
"bin": {
"create-react-library": "index.js"
},
"scripts": {
"test": "ava -v && standard *.js lib/*.js"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"keywords": [
"react",
"preact",
"library",
"module",
"package",
"create-react-app",
"cli",
"component",
Expand All @@ -30,26 +29,26 @@
"publish"
],
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.19.0",
"chalk": "^3.0.0",
"commander": "^5.0.0",
"conf": "^2.2.0",
"cp-file": "^6.0.0",
"execa": "^1.0.0",
"git-config-path": "^2.0.0",
"github-username": "^4.1.0",
"globby": "^9.0.0",
"handlebars": "^4.1.0",
"inquirer": "^6.2.2",
"globby": "^11.0.0",
"handlebars": "^4.7.3",
"inquirer": "^7.1.0",
"make-dir": "^2.0.0",
"ora": "^3.1.0",
"p-each-series": "^1.0.0",
"ora": "^4.0.3",
"p-each-series": "^2.1.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^1.3.1"
},
"devDependencies": {
"ava": "^1.2.1",
"ava": "^3.5.2",
"rmfr": "^2.0.0",
"standard": "^12.0.1"
"standard": "^14.3.3"
}
}

0 comments on commit fbe5d10

Please sign in to comment.