Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Jan 2, 2023
1 parent 126a4e3 commit 898b413
Show file tree
Hide file tree
Showing 9 changed files with 508 additions and 501 deletions.
12 changes: 6 additions & 6 deletions components/assistive-playwright-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
"dist"
],
"devDependencies": {
"@microsoft/api-extractor": "7.33.6",
"@types/jest": "29.2.3",
"@microsoft/api-extractor": "7.33.7",
"@types/jest": "29.2.5",
"@types/node-fetch": "2.6.2",
"@types/pngjs": "6.0.1",
"@types/uuid": "9.0.0",
"@types/ws": "8.5.3",
"@types/ws": "8.5.4",
"assistive-playwright-server": "workspace:*",
"jest": "29.3.1",
"rollup": "3.5.0",
"rollup": "3.9.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"typescript": "4.9.4",
"wait-port": "1.0.4"
},
"dependencies": {
"node-fetch": "2.6.7",
"playwright-core": "1.28.1",
"playwright-core": "1.29.1",
"uuid": "9.0.0",
"vm-providers": "workspace:*",
"ws": "8.11.0"
Expand Down
16 changes: 8 additions & 8 deletions components/assistive-playwright-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"ajv": "8.11.2",
"co-body": "6.1.0",
"http-proxy": "1.18.1",
"playwright": "1.28.1",
"playwright": "1.29.1",
"ws": "8.11.0",
"yargs": "17.6.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.3",
"@rollup/plugin-replace": "5.0.1",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-typescript": "10.0.1",
"@types/co-body": "6.1.0",
"@types/http-proxy": "1.17.9",
"@types/jest": "29.2.3",
"@types/jest": "29.2.5",
"@types/node-fetch": "2.6.2",
"@types/ws": "8.5.3",
"@types/yargs": "17.0.15",
"@types/ws": "8.5.4",
"@types/yargs": "17.0.18",
"jest": "29.3.1",
"node-fetch": "2.6.7",
"rollup": "3.5.0",
"rollup": "3.9.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"typescript": "4.9.4",
"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.29.1",
"assistive-playwright-test": "workspace:*",
"sirv-cli": "2.0.2"
},
Expand Down
8 changes: 4 additions & 4 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",
"@microsoft/api-extractor": "7.33.7",
"@playwright/test": "1.29.1",
"@types/uuid": "9.0.0",
"rollup": "3.5.0",
"rollup": "3.9.0",
"tslib": "2.4.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"dependencies": {
"assistive-playwright-client": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions components/assistive-playwright-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"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",
"@types/yargs": "17.0.18",
"playwright-core": "1.29.1",
"rollup": "3.9.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"typescript": "4.9.4",
"wait-port": "1.0.4"
},
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions components/assistive-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"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",
Expand All @@ -45,31 +45,31 @@
"yargs": "17.6.2"
},
"devDependencies": {
"@microsoft/api-extractor": "7.33.6",
"@rollup/plugin-commonjs": "23.0.3",
"@microsoft/api-extractor": "7.33.7",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "10.0.1",
"@sinonjs/fake-timers": "10.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/jest": "29.2.5",
"@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/selenium-webdriver": "4.1.10",
"@types/uuid": "9.0.0",
"@types/ws": "8.5.3",
"@types/yargs": "17.0.15",
"@types/ws": "8.5.4",
"@types/yargs": "17.0.18",
"jest": "29.3.1",
"json-schema-to-typescript": "11.0.2",
"p-queue": "6.6.2",
"pngjs": "6.0.0",
"rollup": "3.5.0",
"selenium-webdriver": "4.6.1",
"rollup": "3.9.0",
"selenium-webdriver": "4.7.1",
"tslib": "2.4.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"peerDependencies": {
"selenium-webdriver": "*"
Expand Down
10 changes: 5 additions & 5 deletions components/vm-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"virtualbox-soap": "5.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.33.6",
"@microsoft/api-extractor": "7.33.7",
"@rollup/plugin-typescript": "10.0.1",
"@types/jest": "29.2.3",
"@types/jest": "29.2.5",
"@types/pngjs": "6.0.1",
"@types/qrcode": "1.5.0",
"@types/stream-json": "1.7.2",
"@types/stream-json": "1.7.3",
"@types/uuid": "9.0.0",
"jest": "29.3.1",
"json-schema-to-typescript": "11.0.2",
"rollup": "3.5.0",
"rollup": "3.9.0",
"tslib": "2.4.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"scripts": {
"prepare": "pnpm build",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"private": true,
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@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.19.27",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"babel-plugin-istanbul": "6.1.1",
"eslint": "8.28.0",
"eslint": "8.31.0",
"eslint-config-prettier": "8.5.0",
"jest-environment-node": "29.3.1",
"nyc": "15.1.0",
"prettier": "2.8.0",
"prettier": "2.8.1",
"ts-jest": "29.0.3"
},
"scripts": {
Expand Down

0 comments on commit 898b413

Please sign in to comment.