Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Aug 11, 2019
1 parent 3986ea3 commit a2a751a
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 148 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,11 +6,11 @@ node_js:
- 12
- node
before_script:
- npm run bootstrap
- yarn bootstrap
script:
- npm test
- yarn test
after_success:
- npm run codecov
- yarn codecov
env:
global:
- FORCE_COLOR=1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"eslint-config-prettier": "^6.0.0",
"eslint-config-xo": "^0.26.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.0",
"husky": "^3.0.3",
"jest": "^24.8.0",
"lerna": "^3.15.0",
"lint-staged": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -13,7 +13,7 @@
"author": "Simon Boudrias",
"license": "MIT",
"dependencies": {
"ansi-escapes": "^4.2.0",
"ansi-escapes": "^4.2.1",
"chalk": "^2.4.2",
"cli-spinners": "^2.2.0",
"cli-width": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/inquirer/package.json
Expand Up @@ -26,7 +26,7 @@
"mocha": "^6.2.0",
"mockery": "^2.1.0",
"nyc": "^14.1.1",
"sinon": "^7.1.1"
"sinon": "^7.4.1"
},
"scripts": {
"test": "nyc mocha test/**/* -r ./test/before",
Expand All @@ -37,7 +37,7 @@
"repository": "SBoudrias/Inquirer.js",
"license": "MIT",
"dependencies": {
"ansi-escapes": "^4.2.0",
"ansi-escapes": "^4.2.1",
"chalk": "^2.4.2",
"cli-cursor": "^3.1.0",
"cli-width": "^2.0.0",
Expand Down

0 comments on commit a2a751a

Please sign in to comment.