Skip to content

Commit

Permalink
chore(deps): update minor and patch (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stoffeastrom committed Mar 23, 2019
1 parent 3d551fd commit 7e0cd63
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 157 deletions.
2 changes: 1 addition & 1 deletion commands/cdp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@after-work.js/transform": "6.0.1",
"@after-work.js/utils": "6.0.1",
"@after-work.js/watch-plugin": "6.0.1",
"chokidar": "2.1.2",
"chokidar": "2.1.5",
"chrome-launcher": "0.10.5",
"chrome-remote-interface": "0.27.1",
"chrome-unmirror": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion commands/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
"import-cwd": "2.1.0",
"sinon": "7.2.7",
"sinon": "7.3.0",
"sinon-chai": "3.3.0",
"source-map-support": "0.5.11",
"yargs": "13.2.2"
Expand Down
2 changes: 1 addition & 1 deletion commands/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@after-work.js/transform": "6.0.1",
"@after-work.js/utils": "6.0.1",
"@after-work.js/watch-plugin": "6.0.1",
"chokidar": "2.1.2",
"chokidar": "2.1.5",
"globby": "9.1.0",
"import-cwd": "2.1.0",
"mocha": "6.0.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@after-work.js/puppeteer": "6.0.1",
"@after-work.js/protractor": "6.0.1",
"@after-work.js/serve": "6.0.1",
"@babel/core": "7.3.4",
"@babel/core": "7.4.0",
"@babel/plugin-transform-react-jsx": "7.3.0",
"@babel/preset-env": "7.3.4",
"@babel/preset-env": "7.4.2",
"@types/chai": "4.1.7",
"@types/mocha": "5.2.6",
"babel-plugin-istanbul": "5.1.1",
Expand All @@ -42,7 +42,7 @@
"markdown-table": "1.1.2",
"protractor": "5.4.2",
"requirejs": "2.3.6",
"typescript": "3.3.3333",
"typescript": "3.3.4000",
"yargs": "13.2.2",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/watch-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/utils": "6.0.1",
"chokidar": "2.1.2",
"chokidar": "2.1.5",
"globby": "9.1.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "1.7.2"
"docusaurus": "1.7.3"
}
}
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1701,10 +1701,10 @@ dir-glob@2.0.0:
arrify "^1.0.1"
path-type "^3.0.0"

docusaurus@1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.7.2.tgz#2de7323a8b27da3a4e54cab90fc397c786326a9a"
integrity sha512-bPuEvejWaDNrsivt3G9aLX+byhfEjwu3j23c0E3Cn5KRUDkEouHwDvrWXtiWqAl05le321opkhOWGidbe0eG9Q==
docusaurus@1.7.3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.7.3.tgz#c3546ec83ca83f5840c46b529e54f12b8f6fb565"
integrity sha512-FiMtqdX2ytp176ahp+F3epqe0KyTZ12jx2xw2NLmgxCd7d9rbZ6bWHHHGjevi77VhXnM1ZUZQZkmsh3Hl+TlGA==
dependencies:
"@babel/core" "^7.0.0"
"@babel/plugin-proposal-class-properties" "^7.0.0"
Expand Down
411 changes: 266 additions & 145 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7e0cd63

Please sign in to comment.