Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Oct 14, 2019
1 parent f04c5cf commit 05f34b6
Show file tree
Hide file tree
Showing 6 changed files with 873 additions and 748 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -6,6 +6,7 @@
"node": true
},
"rules": {
"default-param-last": "off",
"padding-line-between-statements": "off",
"no-eq-null": "off",
"eqeqeq": [
Expand Down
24 changes: 12 additions & 12 deletions package.json
@@ -1,18 +1,18 @@
{
"private": true,
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-jest": "^24.8.0",
"codecov": "^3.5.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.3",
"jest": "^24.8.0",
"lerna": "^3.15.0",
"lint-staged": "^9.0.0",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-jest": "^24.9.0",
"codecov": "^3.6.1",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-config-xo": "^0.27.1",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"jest": "^24.9.0",
"lerna": "^3.17.0",
"lint-staged": "^9.4.2",
"prettier": "^1.18.2"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Expand Up @@ -13,7 +13,7 @@
"author": "Simon Boudrias <admin@simonboudrias.com>",
"license": "MIT",
"dependencies": {
"@inquirer/core": "^0.0.6-alpha.0",
"@inquirer/core": "^0.0.7-alpha.0",
"chalk": "^2.4.1",
"external-editor": "^3.0.3"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/input/__snapshots__/test.js.snap

This file was deleted.

6 changes: 3 additions & 3 deletions packages/inquirer/package.json
Expand Up @@ -23,10 +23,10 @@
"chai": "^4.2.0",
"chalk-pipe": "^2.0.0",
"cmdify": "^0.0.4",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"mockery": "^2.1.0",
"nyc": "^14.1.1",
"sinon": "^7.4.1"
"sinon": "^7.5.0"
},
"scripts": {
"test": "nyc mocha test/**/* -r ./test/before",
Expand All @@ -46,7 +46,7 @@
"lodash": "^4.17.15",
"mute-stream": "0.0.8",
"run-async": "^2.2.0",
"rxjs": "^6.4.0",
"rxjs": "^6.5.3",
"string-width": "^4.1.0",
"strip-ansi": "^5.1.0",
"through": "^2.3.6"
Expand Down

0 comments on commit 05f34b6

Please sign in to comment.