Skip to content

Commit

Permalink
chore(deps): update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 7, 2021
1 parent e064f0d commit 4379fef
Show file tree
Hide file tree
Showing 14 changed files with 1,384 additions and 773 deletions.
6 changes: 3 additions & 3 deletions commands/cdp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@after-work.js/transform": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
"chokidar": "3.4.2",
"chokidar": "3.5.0",
"chrome-launcher": "0.13.4",
"chrome-remote-interface": "0.28.2",
"chrome-remote-interface": "0.29.0",
"chrome-unmirror": "0.1.0",
"globby": "11.0.1",
"globby": "11.0.2",
"import-cwd": "3.0.0",
"nyc": "15.1.0",
"precinct": "5.3.1",
Expand Down
4 changes: 2 additions & 2 deletions commands/cli/package.json
Original file line number Diff line number Diff line change
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.3",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"source-map-support": "0.5.19",
"yargs": "16.0.3"
"yargs": "16.2.0"
},
"devDependencies": {
"@after-work.js/cdp": "7.0.0-alpha.1",
Expand Down
6 changes: 3 additions & 3 deletions commands/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@after-work.js/transform": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
"chokidar": "3.4.2",
"globby": "11.0.1",
"chokidar": "3.5.0",
"globby": "11.0.2",
"import-cwd": "3.0.0",
"mocha": "8.1.1",
"mocha": "8.2.1",
"nyc": "15.1.0"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions commands/protractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@after-work.js/server": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"extend": "3.0.2",
"globby": "11.0.1",
"globby": "11.0.2",
"handlebars": "4.7.6",
"highlight.js": "10.1.2",
"highlight.js": "10.5.0",
"import-cwd": "3.0.0",
"jimp": "0.16.1",
"mkdirp": "1.0.4",
"mocha": "8.1.1",
"moment": "2.27.0",
"yargs": "16.0.3"
"mocha": "8.2.1",
"moment": "2.29.1",
"yargs": "16.2.0"
},
"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 @@ -30,7 +30,7 @@
"chrome-launcher": "0.13.4",
"import-cwd": "3.0.0",
"mkdirp": "0.5.5",
"puppeteer-core": "5.2.1",
"puppeteer-core": "5.5.0",
"terminal-image": "1.2.1"
},
"files": [
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
"@after-work.js/protractor": "7.0.0-alpha.1",
"@after-work.js/puppeteer": "7.0.0-alpha.1",
"@after-work.js/serve": "7.0.0-alpha.1",
"@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": "8.0.3",
"@babel/core": "7.12.10",
"@babel/plugin-transform-react-jsx": "7.12.12",
"@babel/preset-env": "7.12.11",
"@types/chai": "4.2.14",
"@types/mocha": "8.2.0",
"babel-plugin-istanbul": "6.0.0",
"coveralls": "3.1.0",
"eslint": "7.8.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"globby": "11.0.1",
"eslint": "7.17.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"globby": "11.0.2",
"lerna": "3.22.1",
"markdown-table": "2.0.0",
"prettier": "2.1.1",
"prettier": "2.2.1",
"protractor": "7.0.0",
"requirejs": "2.3.6",
"typescript": "4.0.2",
"typescript": "4.1.3",
"webdriver-manager": "^12.1.7",
"webpack": "4.44.1",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"yargs": "16.0.3"
"webpack-dev-server": "3.11.1",
"yargs": "16.2.0"
},
"workspaces": [
"commands/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@after-work.js/transform-middleware": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"express": "4.17.1",
"http-proxy-middleware": "1.0.5",
"http-proxy-middleware": "1.0.6",
"import-cwd": "3.0.0",
"serve-favicon": "2.5.0",
"test-exclude": "6.0.0"
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": "3.0.0",
"nyc": "15.1.0",
"test-exclude": "6.0.0",
"yargs": "16.0.3"
"yargs": "16.2.0"
},
"files": [
"/src"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"/src"
],
"dependencies": {
"debug": "4.1.1",
"globby": "11.0.1",
"debug": "4.3.1",
"globby": "11.0.2",
"import-cwd": "3.0.0",
"minimatch": "3.0.4",
"npmlog": "4.1.2"
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": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"jest-snapshot": "26.4.2"
"jest-snapshot": "26.6.2"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion plugins/interactive-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@after-work.js/utils": "7.0.0-alpha.1",
"fuzzy": "0.1.3",
"globby": "11.0.1",
"globby": "11.0.2",
"import-cwd": "3.0.0",
"inquirer": "7.3.3",
"inquirer-checkbox-plus-prompt": "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion plugins/preset-plugin/package.json
Original file line number Diff line number Diff line change
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.3",
"sinon": "9.2.3",
"sinon-chai": "3.5.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/watch-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/utils": "7.0.0-alpha.1",
"chokidar": "3.4.2",
"globby": "11.0.1"
"chokidar": "3.5.0",
"globby": "11.0.2"
},
"files": [
"/src"
Expand Down

0 comments on commit 4379fef

Please sign in to comment.