Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit b2840ac

Browse files
chore(deps): update minor and patch
1 parent 424a858 commit b2840ac

File tree

20 files changed

+5935
-2828
lines changed

20 files changed

+5935
-2828
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
12.22.12

commands/cdp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@after-work.js/transform": "7.0.0-alpha.1",
2626
"@after-work.js/utils": "7.0.0-alpha.1",
2727
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
28-
"chokidar": "3.4.2",
29-
"chrome-launcher": "0.13.4",
30-
"chrome-remote-interface": "0.28.2",
28+
"chokidar": "3.6.0",
29+
"chrome-launcher": "0.15.2",
30+
"chrome-remote-interface": "0.33.2",
3131
"chrome-unmirror": "0.1.0",
32-
"globby": "11.0.1",
32+
"globby": "11.1.0",
3333
"import-cwd": "3.0.0",
3434
"nyc": "15.1.0",
3535
"precinct": "5.3.1",
36-
"source-map-support": "0.5.19",
36+
"source-map-support": "0.5.21",
3737
"test-exclude": "6.0.0"
3838
},
3939
"files": [

commands/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@after-work.js/chai-plugin-snapshot": "7.0.0-alpha.1",
2828
"@after-work.js/interactive-plugin": "7.0.0-alpha.1",
2929
"@after-work.js/utils": "7.0.0-alpha.1",
30-
"chai": "4.2.0",
31-
"chai-as-promised": "7.1.1",
30+
"chai": "4.5.0",
31+
"chai-as-promised": "7.1.2",
3232
"chai-subset": "1.6.0",
3333
"import-cwd": "3.0.0",
34-
"sinon": "9.0.3",
35-
"sinon-chai": "3.5.0",
36-
"source-map-support": "0.5.19",
37-
"yargs": "16.0.3"
34+
"sinon": "9.2.4",
35+
"sinon-chai": "3.7.0",
36+
"source-map-support": "0.5.21",
37+
"yargs": "16.2.0"
3838
},
3939
"devDependencies": {
4040
"@after-work.js/cdp": "7.0.0-alpha.1",

commands/node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@after-work.js/transform": "7.0.0-alpha.1",
2727
"@after-work.js/utils": "7.0.0-alpha.1",
2828
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
29-
"chokidar": "3.4.2",
30-
"globby": "11.0.1",
29+
"chokidar": "3.6.0",
30+
"globby": "11.1.0",
3131
"import-cwd": "3.0.0",
32-
"mocha": "8.1.1",
32+
"mocha": "8.4.0",
3333
"nyc": "15.1.0"
3434
},
3535
"files": [

commands/protractor/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@after-work.js/server": "7.0.0-alpha.1",
2626
"@after-work.js/utils": "7.0.0-alpha.1",
2727
"extend": "3.0.2",
28-
"globby": "11.0.1",
29-
"handlebars": "4.7.6",
30-
"highlight.js": "10.1.2",
28+
"globby": "11.1.0",
29+
"handlebars": "4.7.8",
30+
"highlight.js": "10.7.3",
3131
"import-cwd": "3.0.0",
32-
"jimp": "0.16.1",
32+
"jimp": "0.22.12",
3333
"mkdirp": "1.0.4",
34-
"mocha": "8.1.1",
35-
"moment": "2.27.0",
36-
"yargs": "16.0.3"
34+
"mocha": "8.4.0",
35+
"moment": "2.30.1",
36+
"yargs": "16.2.0"
3737
},
3838
"files": [
3939
"/src"

commands/puppeteer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@after-work.js/server": "7.0.0-alpha.1",
2828
"@after-work.js/utils": "7.0.0-alpha.1",
2929
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
30-
"chrome-launcher": "0.13.4",
30+
"chrome-launcher": "0.15.2",
3131
"import-cwd": "3.0.0",
32-
"mkdirp": "0.5.5",
33-
"puppeteer-core": "5.2.1",
32+
"mkdirp": "0.5.6",
33+
"puppeteer-core": "5.5.0",
3434
"terminal-image": "1.2.1"
3535
},
3636
"files": [

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@
2525
"@after-work.js/protractor": "7.0.0-alpha.1",
2626
"@after-work.js/puppeteer": "7.0.0-alpha.1",
2727
"@after-work.js/serve": "7.0.0-alpha.1",
28-
"@babel/core": "7.11.5",
29-
"@babel/plugin-transform-react-jsx": "7.10.4",
30-
"@babel/preset-env": "7.11.5",
31-
"@types/chai": "4.2.12",
32-
"@types/mocha": "8.0.3",
33-
"babel-plugin-istanbul": "6.0.0",
34-
"coveralls": "3.1.0",
35-
"eslint": "7.8.1",
36-
"eslint-config-airbnb": "18.2.0",
37-
"eslint-config-prettier": "6.11.0",
38-
"eslint-plugin-import": "2.22.0",
39-
"eslint-plugin-jsx-a11y": "6.3.1",
40-
"eslint-plugin-prettier": "3.1.4",
41-
"eslint-plugin-react": "7.20.6",
42-
"globby": "11.0.1",
28+
"@babel/core": "7.25.2",
29+
"@babel/plugin-transform-react-jsx": "7.25.2",
30+
"@babel/preset-env": "7.25.3",
31+
"@types/chai": "4.3.16",
32+
"@types/mocha": "8.2.3",
33+
"babel-plugin-istanbul": "6.1.1",
34+
"coveralls": "3.1.1",
35+
"eslint": "7.32.0",
36+
"eslint-config-airbnb": "18.2.1",
37+
"eslint-config-prettier": "6.15.0",
38+
"eslint-plugin-import": "2.29.1",
39+
"eslint-plugin-jsx-a11y": "6.9.0",
40+
"eslint-plugin-prettier": "3.4.1",
41+
"eslint-plugin-react": "7.35.0",
42+
"globby": "11.1.0",
4343
"lerna": "3.22.1",
4444
"markdown-table": "2.0.0",
45-
"prettier": "2.1.1",
45+
"prettier": "2.8.8",
4646
"protractor": "7.0.0",
4747
"requirejs": "2.3.6",
48-
"typescript": "4.0.2",
49-
"webdriver-manager": "^12.1.7",
50-
"webpack": "4.44.1",
48+
"typescript": "4.9.5",
49+
"webdriver-manager": "^12.1.9",
50+
"webpack": "4.47.0",
5151
"webpack-cli": "3.3.12",
52-
"webpack-dev-server": "3.11.0",
53-
"yargs": "16.0.3"
52+
"webpack-dev-server": "3.11.3",
53+
"yargs": "16.2.0"
5454
},
5555
"workspaces": [
5656
"commands/*",

packages/register/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"dependencies": {
2323
"@after-work.js/transform": "7.0.0-alpha.1",
2424
"@after-work.js/utils": "7.0.0-alpha.1",
25-
"find-cache-dir": "3.3.1",
25+
"find-cache-dir": "3.3.2",
2626
"import-cwd": "3.0.0",
2727
"minimatch": "3.0.4",
28-
"pirates": "4.0.1",
28+
"pirates": "4.0.6",
2929
"require-from-string": "2.0.2",
30-
"source-map-support": "0.5.19"
30+
"source-map-support": "0.5.21"
3131
},
3232
"files": [
3333
"/src"

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@after-work.js/transform-middleware": "7.0.0-alpha.1",
2424
"@after-work.js/utils": "7.0.0-alpha.1",
2525
"express": "4.17.1",
26-
"http-proxy-middleware": "1.0.5",
26+
"http-proxy-middleware": "1.3.1",
2727
"import-cwd": "3.0.0",
2828
"serve-favicon": "2.5.0",
2929
"test-exclude": "6.0.0"

packages/transform-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"import-cwd": "3.0.0",
2626
"nyc": "15.1.0",
2727
"test-exclude": "6.0.0",
28-
"yargs": "16.0.3"
28+
"yargs": "16.2.0"
2929
},
3030
"files": [
3131
"/src"

0 commit comments

Comments
 (0)