Skip to content

Commit

Permalink
Merge branch 'master' into ci_node_lts
Browse files Browse the repository at this point in the history
  • Loading branch information
egilsster committed Sep 2, 2020
2 parents 6bce045 + 231b7bd commit 5905190
Show file tree
Hide file tree
Showing 15 changed files with 2,567 additions and 2,165 deletions.
6 changes: 3 additions & 3 deletions commands/cdp/package.json
Expand Up @@ -25,11 +25,11 @@
"@after-work.js/transform": "6.0.13",
"@after-work.js/utils": "6.0.13",
"@after-work.js/watch-plugin": "6.0.13",
"chokidar": "3.4.0",
"chrome-launcher": "0.13.1",
"chokidar": "3.4.2",
"chrome-launcher": "0.13.4",
"chrome-remote-interface": "0.28.2",
"chrome-unmirror": "0.1.0",
"globby": "10.0.2",
"globby": "11.0.1",
"import-cwd": "3.0.0",
"nyc": "14.1.1",
"precinct": "5.3.1",
Expand Down
4 changes: 2 additions & 2 deletions commands/cli/package.json
Expand Up @@ -31,10 +31,10 @@
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
"import-cwd": "3.0.0",
"sinon": "9.0.2",
"sinon": "9.0.3",
"sinon-chai": "3.5.0",
"source-map-support": "0.5.19",
"yargs": "15.3.1"
"yargs": "15.4.1"
},
"devDependencies": {
"@after-work.js/cdp": "6.0.13",
Expand Down
6 changes: 3 additions & 3 deletions commands/node/package.json
Expand Up @@ -26,10 +26,10 @@
"@after-work.js/transform": "6.0.13",
"@after-work.js/utils": "6.0.13",
"@after-work.js/watch-plugin": "6.0.13",
"chokidar": "3.4.0",
"globby": "10.0.2",
"chokidar": "3.4.2",
"globby": "11.0.1",
"import-cwd": "3.0.0",
"mocha": "7.1.2",
"mocha": "7.2.0",
"nyc": "14.1.1"
},
"files": [
Expand Down
12 changes: 6 additions & 6 deletions commands/protractor/package.json
Expand Up @@ -25,15 +25,15 @@
"@after-work.js/server": "6.0.13",
"@after-work.js/utils": "6.0.13",
"extend": "3.0.2",
"globby": "10.0.2",
"globby": "11.0.1",
"handlebars": "4.7.6",
"highlight.js": "9.18.1",
"highlight.js": "9.18.3",
"import-cwd": "3.0.0",
"jimp": "0.10.3",
"jimp": "0.16.1",
"mkdirp": "1.0.4",
"mocha": "7.1.2",
"moment": "2.25.2",
"yargs": "15.3.1"
"mocha": "7.2.0",
"moment": "2.27.0",
"yargs": "15.4.1"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion commands/puppeteer/package.json
Expand Up @@ -27,7 +27,7 @@
"@after-work.js/server": "6.0.13",
"@after-work.js/utils": "6.0.13",
"@after-work.js/watch-plugin": "6.0.13",
"chrome-launcher": "0.13.1",
"chrome-launcher": "0.13.4",
"import-cwd": "3.0.0",
"puppeteer-core": "1.20.0",
"terminal-image": "0.2.0",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -25,29 +25,29 @@
"@after-work.js/protractor": "6.0.13",
"@after-work.js/puppeteer": "6.0.13",
"@after-work.js/serve": "6.0.13",
"@babel/core": "7.9.6",
"@babel/plugin-transform-react-jsx": "7.9.4",
"@babel/preset-env": "7.9.6",
"@types/chai": "4.2.11",
"@babel/core": "7.11.5",
"@babel/plugin-transform-react-jsx": "7.10.4",
"@babel/preset-env": "7.11.5",
"@types/chai": "4.2.12",
"@types/mocha": "7.0.2",
"babel-plugin-istanbul": "6.0.0",
"coveralls": "3.1.0",
"eslint": "6.8.0",
"eslint": "7.8.1",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"globby": "10.0.2",
"lerna": "3.20.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.6",
"globby": "11.0.1",
"lerna": "3.22.1",
"markdown-table": "2.0.0",
"protractor": "5.4.4",
"requirejs": "2.3.6",
"typescript": "3.8.3",
"typescript": "4.0.2",
"webdriver-manager": "^12.1.7",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3",
"yargs": "15.3.1"
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"yargs": "15.4.1"
},
"workspaces": [
"commands/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-middleware/package.json
Expand Up @@ -25,7 +25,7 @@
"import-cwd": "3.0.0",
"nyc": "14.1.1",
"test-exclude": "5.2.3",
"yargs": "15.3.1"
"yargs": "15.4.1"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -24,7 +24,7 @@
],
"dependencies": {
"debug": "4.1.1",
"globby": "10.0.2",
"globby": "11.0.1",
"import-cwd": "3.0.0",
"minimatch": "3.0.4",
"npmlog": "4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion plugins/chai-plugin-screenshot/package.json
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/utils": "6.0.13",
"jimp": "0.10.3",
"jimp": "0.16.1",
"mkdirp": "1.0.4"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/interactive-plugin/package.json
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@after-work.js/utils": "6.0.13",
"fuzzy": "0.1.3",
"globby": "10.0.2",
"globby": "11.0.1",
"import-cwd": "3.0.0",
"inquirer": "7.1.0",
"inquirer": "7.3.3",
"inquirer-checkbox-plus-prompt": "1.0.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/preset-plugin/package.json
Expand Up @@ -28,7 +28,7 @@
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
"import-cwd": "3.0.0",
"sinon": "9.0.2",
"sinon": "9.0.3",
"sinon-chai": "3.5.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/watch-plugin/package.json
Expand Up @@ -21,8 +21,8 @@
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/utils": "6.0.13",
"chokidar": "3.4.0",
"globby": "10.0.2"
"chokidar": "3.4.2",
"globby": "11.0.1"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -10,6 +10,6 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "1.14.4"
"docusaurus": "1.14.6"
}
}

0 comments on commit 5905190

Please sign in to comment.