Skip to content

Commit

Permalink
chore(deps): update minor and patch (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stoffeastrom committed Mar 11, 2019
1 parent 4132bc7 commit c7d5b4a
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 412 deletions.
2 changes: 1 addition & 1 deletion commands/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sinon": "7.2.7",
"sinon-chai": "3.3.0",
"source-map-support": "0.5.10",
"yargs": "13.2.1"
"yargs": "13.2.2"
},
"devDependencies": {
"@after-work.js/cdp": "5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion commands/protractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"mkdirp": "0.5.1",
"mocha": "6.0.2",
"moment": "2.24.0",
"yargs": "13.2.1"
"yargs": "13.2.2"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion commands/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@after-work.js/utils": "5.1.1",
"chrome-launcher": "0.10.5",
"import-cwd": "2.1.0",
"puppeteer-core": "1.12.2"
"puppeteer-core": "1.13.0"
},
"files": [
"/src"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/mocha": "5.2.6",
"babel-plugin-istanbul": "5.1.1",
"coveralls": "3.0.3",
"eslint": "5.15.0",
"eslint": "5.15.1",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
Expand All @@ -42,7 +42,7 @@
"protractor": "5.4.2",
"requirejs": "2.3.6",
"typescript": "3.3.3333",
"yargs": "13.2.1",
"yargs": "13.2.2",
"webpack": "4.29.6",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"import-cwd": "2.1.0",
"nyc": "13.3.0",
"test-exclude": "5.1.0",
"yargs": "13.2.1"
"yargs": "13.2.2"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion plugins/chai-plugin-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@after-work.js/transform": "5.1.1",
"@after-work.js/utils": "5.1.1",
"jest-snapshot": "24.1.0"
"jest-snapshot": "24.4.0"
},
"files": [
"/src"
Expand Down
Loading

0 comments on commit c7d5b4a

Please sign in to comment.