Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jul 26, 2019
1 parent 5c9f9e0 commit 2fbec5c
Show file tree
Hide file tree
Showing 8 changed files with 8,367 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- 6

This comment has been minimized.

Copy link
@SimenB

SimenB Aug 16, 2019

why was this published in a patch? CI is failing for me now due to the engine requirement of 8 from ansi-escapes. I'm aware that node 6 is EOL, but it's still a breaking change to drop it

- 8
- 10
- 12
- node
before_script:
- npm run bootstrap
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"@babel/preset-env": "^7.4.5",
"babel-jest": "^24.8.0",
"codecov": "^3.5.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^5.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-xo": "^0.26.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@inquirer/core": "^0.0.6-alpha.0",
"chalk": "^2.4.1",
"figures": "^2.0.0"
"figures": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Expand Up @@ -13,15 +13,15 @@
"author": "Simon Boudrias",
"license": "MIT",
"dependencies": {
"ansi-escapes": "^3.2.0",
"ansi-escapes": "^4.2.0",
"chalk": "^2.4.2",
"cli-spinners": "^1.3.1",
"cli-spinners": "^2.2.0",
"cli-width": "^2.2.0",
"lodash": "^4.17.12",
"mute-stream": "^0.0.7",
"mute-stream": "^0.0.8",
"run-async": "^2.3.0",
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0"
"string-width": "^4.1.0",
"strip-ansi": "^5.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/expand/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@inquirer/core": "^0.0.6-alpha.0",
"chalk": "^2.4.1",
"figures": "^2.0.0"
"figures": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/inquirer/package.json
Expand Up @@ -23,9 +23,9 @@
"chai": "^4.2.0",
"chalk-pipe": "^2.0.0",
"cmdify": "^0.0.4",
"mocha": "^5.0.0",
"mocha": "^6.2.0",
"mockery": "^2.1.0",
"nyc": "^13.1.0",
"nyc": "^14.1.1",
"sinon": "^7.1.1"
},
"scripts": {
Expand All @@ -37,17 +37,17 @@
"repository": "SBoudrias/Inquirer.js",
"license": "MIT",
"dependencies": {
"ansi-escapes": "^3.2.0",
"ansi-escapes": "^4.2.0",
"chalk": "^2.4.2",
"cli-cursor": "^2.1.0",
"cli-cursor": "^3.1.0",
"cli-width": "^2.0.0",
"external-editor": "^3.0.3",
"figures": "^2.0.0",
"figures": "^3.0.0",
"lodash": "^4.17.12",
"mute-stream": "0.0.7",
"mute-stream": "0.0.8",
"run-async": "^2.2.0",
"rxjs": "^6.4.0",
"string-width": "^2.1.0",
"string-width": "^4.1.0",
"strip-ansi": "^5.1.0",
"through": "^2.3.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@inquirer/core": "^0.0.6-alpha.0",
"chalk": "^2.4.1",
"figures": "^2.0.0"
"figures": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2fbec5c

Please sign in to comment.