Skip to content

Commit 2fbec5c

Browse files
committed
Bump dependencies
1 parent 5c9f9e0 commit 2fbec5c

File tree

8 files changed

+8367
-18
lines changed

8 files changed

+8367
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 6
54
- 8
65
- 10
6+
- 12
77
- node
88
before_script:
99
- npm run bootstrap

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@babel/preset-env": "^7.4.5",
66
"babel-jest": "^24.8.0",
77
"codecov": "^3.5.0",
8-
"eslint": "^5.16.0",
9-
"eslint-config-prettier": "^5.0.0",
8+
"eslint": "^6.1.0",
9+
"eslint-config-prettier": "^6.0.0",
1010
"eslint-config-xo": "^0.26.0",
1111
"eslint-plugin-prettier": "^3.1.0",
1212
"husky": "^3.0.0",

packages/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@inquirer/core": "^0.0.6-alpha.0",
1818
"chalk": "^2.4.1",
19-
"figures": "^2.0.0"
19+
"figures": "^3.0.0"
2020
},
2121
"publishConfig": {
2222
"access": "public"

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"author": "Simon Boudrias",
1414
"license": "MIT",
1515
"dependencies": {
16-
"ansi-escapes": "^3.2.0",
16+
"ansi-escapes": "^4.2.0",
1717
"chalk": "^2.4.2",
18-
"cli-spinners": "^1.3.1",
18+
"cli-spinners": "^2.2.0",
1919
"cli-width": "^2.2.0",
2020
"lodash": "^4.17.12",
21-
"mute-stream": "^0.0.7",
21+
"mute-stream": "^0.0.8",
2222
"run-async": "^2.3.0",
23-
"string-width": "^2.1.1",
24-
"strip-ansi": "^4.0.0"
23+
"string-width": "^4.1.0",
24+
"strip-ansi": "^5.2.0"
2525
},
2626
"publishConfig": {
2727
"access": "public"

packages/expand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@inquirer/core": "^0.0.6-alpha.0",
1818
"chalk": "^2.4.1",
19-
"figures": "^2.0.0"
19+
"figures": "^3.0.0"
2020
},
2121
"publishConfig": {
2222
"access": "public"

packages/inquirer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"chai": "^4.2.0",
2424
"chalk-pipe": "^2.0.0",
2525
"cmdify": "^0.0.4",
26-
"mocha": "^5.0.0",
26+
"mocha": "^6.2.0",
2727
"mockery": "^2.1.0",
28-
"nyc": "^13.1.0",
28+
"nyc": "^14.1.1",
2929
"sinon": "^7.1.1"
3030
},
3131
"scripts": {
@@ -37,17 +37,17 @@
3737
"repository": "SBoudrias/Inquirer.js",
3838
"license": "MIT",
3939
"dependencies": {
40-
"ansi-escapes": "^3.2.0",
40+
"ansi-escapes": "^4.2.0",
4141
"chalk": "^2.4.2",
42-
"cli-cursor": "^2.1.0",
42+
"cli-cursor": "^3.1.0",
4343
"cli-width": "^2.0.0",
4444
"external-editor": "^3.0.3",
45-
"figures": "^2.0.0",
45+
"figures": "^3.0.0",
4646
"lodash": "^4.17.12",
47-
"mute-stream": "0.0.7",
47+
"mute-stream": "0.0.8",
4848
"run-async": "^2.2.0",
4949
"rxjs": "^6.4.0",
50-
"string-width": "^2.1.0",
50+
"string-width": "^4.1.0",
5151
"strip-ansi": "^5.1.0",
5252
"through": "^2.3.6"
5353
}

packages/select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@inquirer/core": "^0.0.6-alpha.0",
1717
"chalk": "^2.4.1",
18-
"figures": "^2.0.0"
18+
"figures": "^3.0.0"
1919
},
2020
"publishConfig": {
2121
"access": "public"

0 commit comments

Comments
 (0)