Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Mar 1, 2023
1 parent 126a4e3 commit 58e14fa
Show file tree
Hide file tree
Showing 10 changed files with 1,089 additions and 1,052 deletions.
20 changes: 10 additions & 10 deletions components/assistive-playwright-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"dist"
],
"devDependencies": {
"@microsoft/api-extractor": "7.33.6",
"@types/jest": "29.2.3",
"@microsoft/api-extractor": "7.34.4",
"@types/jest": "29.4.0",
"@types/node-fetch": "2.6.2",
"@types/pngjs": "6.0.1",
"@types/uuid": "9.0.0",
"@types/ws": "8.5.3",
"@types/uuid": "9.0.1",
"@types/ws": "8.5.4",
"assistive-playwright-server": "workspace:*",
"jest": "29.3.1",
"rollup": "3.5.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"jest": "29.4.3",
"rollup": "3.17.3",
"tslib": "2.5.0",
"typescript": "4.9.5",
"wait-port": "1.0.4"
},
"dependencies": {
"node-fetch": "2.6.7",
"playwright-core": "1.28.1",
"playwright-core": "1.31.1",
"uuid": "9.0.0",
"vm-providers": "workspace:*",
"ws": "8.11.0"
"ws": "8.12.1"
},
"scripts": {
"prepare": "pnpm build",
Expand Down
30 changes: 15 additions & 15 deletions components/assistive-playwright-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
"dist"
],
"dependencies": {
"ajv": "8.11.2",
"ajv": "8.12.0",
"co-body": "6.1.0",
"http-proxy": "1.18.1",
"playwright": "1.28.1",
"ws": "8.11.0",
"yargs": "17.6.2"
"playwright": "1.31.1",
"ws": "8.12.1",
"yargs": "17.7.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.3",
"@rollup/plugin-replace": "5.0.1",
"@rollup/plugin-typescript": "10.0.1",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-typescript": "11.0.0",
"@types/co-body": "6.1.0",
"@types/http-proxy": "1.17.9",
"@types/jest": "29.2.3",
"@types/http-proxy": "1.17.10",
"@types/jest": "29.4.0",
"@types/node-fetch": "2.6.2",
"@types/ws": "8.5.3",
"@types/yargs": "17.0.15",
"jest": "29.3.1",
"@types/ws": "8.5.4",
"@types/yargs": "17.0.22",
"jest": "29.4.3",
"node-fetch": "2.6.7",
"rollup": "3.5.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"rollup": "3.17.3",
"tslib": "2.5.0",
"typescript": "4.9.5",
"typescript-json-schema": "0.55.0",
"wait-port": "1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion components/assistive-playwright-test-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"directory": "components/assistive-playwright-test-sample"
},
"dependencies": {
"@playwright/test": "1.28.1",
"@playwright/test": "1.31.1",
"assistive-playwright-test": "workspace:*",
"sirv-cli": "2.0.2"
},
Expand Down
12 changes: 6 additions & 6 deletions components/assistive-playwright-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"dist"
],
"devDependencies": {
"@microsoft/api-extractor": "7.33.6",
"@playwright/test": "1.28.1",
"@types/uuid": "9.0.0",
"rollup": "3.5.0",
"tslib": "2.4.1",
"typescript": "4.9.3"
"@microsoft/api-extractor": "7.34.4",
"@playwright/test": "1.31.1",
"@types/uuid": "9.0.1",
"rollup": "3.17.3",
"tslib": "2.5.0",
"typescript": "4.9.5"
},
"dependencies": {
"assistive-playwright-client": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions components/assistive-playwright-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"uuid": "9.0.0",
"vm-providers": "workspace:*",
"winston": "3.8.2",
"yargs": "17.6.2"
"yargs": "17.7.1"
},
"devDependencies": {
"@types/node-fetch": "2.6.2",
"@types/uuid": "9.0.0",
"@types/yargs": "17.0.15",
"playwright-core": "1.28.1",
"rollup": "3.5.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"@types/uuid": "9.0.1",
"@types/yargs": "17.0.22",
"playwright-core": "1.31.1",
"rollup": "3.17.3",
"tslib": "2.5.0",
"typescript": "4.9.5",
"wait-port": "1.0.4"
},
"scripts": {
Expand Down
40 changes: 20 additions & 20 deletions components/assistive-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,41 +35,41 @@
"co-body": "6.1.0",
"colors": "1.4.0",
"http-proxy": "1.18.1",
"koa": "2.13.4",
"koa": "2.14.1",
"koa-route": "3.2.0",
"node-fetch": "2.6.7",
"uuid": "9.0.0",
"vm-providers": "workspace:*",
"winston": "3.8.2",
"ws": "8.11.0",
"yargs": "17.6.2"
"ws": "8.12.1",
"yargs": "17.7.1"
},
"devDependencies": {
"@microsoft/api-extractor": "7.33.6",
"@rollup/plugin-commonjs": "23.0.3",
"@microsoft/api-extractor": "7.34.4",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "10.0.1",
"@sinonjs/fake-timers": "10.0.0",
"@rollup/plugin-typescript": "11.0.0",
"@sinonjs/fake-timers": "10.0.2",
"@types/co-body": "6.1.0",
"@types/http-proxy": "1.17.9",
"@types/jest": "29.2.3",
"@types/http-proxy": "1.17.10",
"@types/jest": "29.4.0",
"@types/koa": "2.13.5",
"@types/koa-bodyparser": "4.3.10",
"@types/koa-route": "3.2.5",
"@types/node-fetch": "2.6.2",
"@types/pngjs": "6.0.1",
"@types/selenium-webdriver": "4.1.9",
"@types/uuid": "9.0.0",
"@types/ws": "8.5.3",
"@types/yargs": "17.0.15",
"jest": "29.3.1",
"json-schema-to-typescript": "11.0.2",
"@types/selenium-webdriver": "4.1.12",
"@types/uuid": "9.0.1",
"@types/ws": "8.5.4",
"@types/yargs": "17.0.22",
"jest": "29.4.3",
"json-schema-to-typescript": "12.0.0",
"p-queue": "6.6.2",
"pngjs": "6.0.0",
"rollup": "3.5.0",
"selenium-webdriver": "4.6.1",
"tslib": "2.4.1",
"typescript": "4.9.3"
"pngjs": "7.0.0",
"rollup": "3.17.3",
"selenium-webdriver": "4.8.1",
"tslib": "2.5.0",
"typescript": "4.9.5"
},
"peerDependencies": {
"selenium-webdriver": "*"
Expand Down
6 changes: 3 additions & 3 deletions components/tcp-web-listener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"express": "4.18.2",
"sockjs": "0.3.24",
"sockjs-client": "1.6.1",
"yargs": "17.6.2"
"yargs": "17.7.1"
},
"devDependencies": {
"jest": "29.3.1",
"jest": "29.4.3",
"wait-port": "1.0.4",
"ws": "8.11.0"
"ws": "8.12.1"
}
}
24 changes: 12 additions & 12 deletions components/vm-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
],
"license": "MIT",
"dependencies": {
"@zxing/library": "0.19.1",
"pngjs": "6.0.0",
"@zxing/library": "0.19.2",
"pngjs": "7.0.0",
"qrcode": "1.5.1",
"stream-json": "1.7.5",
"uuid": "9.0.0",
"virtualbox-soap": "5.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.33.6",
"@rollup/plugin-typescript": "10.0.1",
"@types/jest": "29.2.3",
"@microsoft/api-extractor": "7.34.4",
"@rollup/plugin-typescript": "11.0.0",
"@types/jest": "29.4.0",
"@types/pngjs": "6.0.1",
"@types/qrcode": "1.5.0",
"@types/stream-json": "1.7.2",
"@types/uuid": "9.0.0",
"jest": "29.3.1",
"json-schema-to-typescript": "11.0.2",
"rollup": "3.5.0",
"tslib": "2.4.1",
"typescript": "4.9.3"
"@types/stream-json": "1.7.3",
"@types/uuid": "9.0.1",
"jest": "29.4.3",
"json-schema-to-typescript": "12.0.0",
"rollup": "3.17.3",
"tslib": "2.5.0",
"typescript": "4.9.5"
},
"scripts": {
"prepare": "pnpm build",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"private": true,
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.21.0",
"@babel/plugin-syntax-typescript": "7.20.0",
"@microsoft/api-documenter": "7.19.25",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@microsoft/api-documenter": "7.21.5",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"babel-plugin-istanbul": "6.1.1",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"jest-environment-node": "29.3.1",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"jest-environment-node": "29.4.3",
"nyc": "15.1.0",
"prettier": "2.8.0",
"ts-jest": "29.0.3"
"prettier": "2.8.4",
"ts-jest": "29.0.5"
},
"scripts": {
"format": "prettier .",
Expand Down

0 comments on commit 58e14fa

Please sign in to comment.