Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 17, 2024
1 parent eeb0db4 commit 2b873de
Show file tree
Hide file tree
Showing 11 changed files with 937 additions and 1,032 deletions.
6 changes: 3 additions & 3 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"build": "rollup -c"
},
"devDependencies": {
"@types/node": "^18.0.0",
"openapi-typescript": "^6.7.5"
"@types/node": "^18.19.44",
"openapi-typescript": "^6.7.6"
},
"dependencies": {
"openapi-fetch": "^0.9.3"
"openapi-fetch": "^0.9.8"
}
}
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/node": "^18.0.0",
"openapi-typescript": "^6.7.5"
"@rollup/plugin-replace": "^5.0.7",
"@types/node": "^18.19.44",
"openapi-typescript": "^6.7.6"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@argos-ci/core": "workspace:*",
"commander": "^12.0.0",
"commander": "^12.1.0",
"ora": "^8.0.1",
"update-notifier": "^7.0.0"
"update-notifier": "^7.2.0"
},
"scripts": {
"prebuild": "rm -rf dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
},
"dependencies": {
"@argos-ci/util": "workspace:*",
"axios": "^1.6.8",
"axios": "^1.7.4",
"convict": "^6.2.4",
"debug": "^4.3.4",
"debug": "^4.3.6",
"fast-glob": "^3.3.2",
"sharp": "^0.33.3",
"sharp": "^0.33.5",
"tmp": "^0.2.3"
},
"devDependencies": {
"@types/convict": "^6.1.6",
"@types/debug": "^4.1.12",
"@types/tmp": "^0.2.6",
"msw": "^2.2.13"
"msw": "^2.3.5"
},
"scripts": {
"prebuild": "rm -rf dist",
Expand Down
10 changes: 5 additions & 5 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"@argos-ci/browser": "workspace:*",
"@argos-ci/core": "workspace:*",
"@argos-ci/util": "workspace:*",
"cypress-wait-until": "^3.0.1"
"cypress-wait-until": "^3.0.2"
},
"peerDependencies": {
"cypress": "^12.0.0 || ^13.0.0"
},
"devDependencies": {
"@argos-ci/cli": "workspace:*",
"@argos-ci/cypress": "workspace:.",
"@types/node": "^18.0.0",
"cypress": "^13.7.2",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-html": "^8.0.0"
"@types/node": "^18.19.44",
"cypress": "^13.13.3",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-html": "^8.1.1"
},
"scripts": {
"prebuild": "rm -rf dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"dependencies": {
"@argos-ci/api-client": "workspace:*",
"@gitbeaker/rest": "^40.0.3",
"commander": "^12.0.0"
"@gitbeaker/rest": "^40.1.2",
"commander": "^12.1.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
"@types/node": "^18.19.44"
}
}
6 changes: 3 additions & 3 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@argos-ci/core": "workspace:*",
"@argos-ci/util": "workspace:*",
"chalk": "^5.3.0",
"debug": "^4.3.4"
"debug": "^4.3.6"
},
"devDependencies": {
"@argos-ci/cli": "workspace:*",
"@argos-ci/playwright": "workspace:.",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.46.1",
"@types/debug": "^4.1.12",
"@types/node": "^18.0.0"
"@types/node": "^18.19.44"
},
"scripts": {
"prebuild": "rm -rf dist",
Expand Down
10 changes: 5 additions & 5 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"devDependencies": {
"@argos-ci/cli": "workspace:*",
"@types/jest": "^29.5.12",
"@types/node": "^18.0.0",
"@types/node": "^18.19.44",
"eslint": "^8.57.0",
"eslint-plugin-html": "^8.0.0",
"expect-puppeteer": "^10.0.0",
"eslint-plugin-html": "^8.1.1",
"expect-puppeteer": "^10.1.0",
"jest": "^29.0.1",
"jest-light-runner": "^0.6.0",
"jest-puppeteer": "^10.0.1",
"puppeteer": "^22.6.3"
"jest-puppeteer": "^10.1.0",
"puppeteer": "^22.15.0"
},
"scripts": {
"prebuild": "rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"build": "rollup -c"
},
"devDependencies": {
"@types/node": "^18.0.0"
"@types/node": "^18.19.44"
}
}
18 changes: 9 additions & 9 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"webdriverio": "^6 || ^7 || ^8"
},
"dependencies": {
"sharp": "^0.33.3"
"sharp": "^0.33.5"
},
"devDependencies": {
"@argos-ci/cli": "workspace:*",
"@types/mocha": "^10.0.6",
"@wdio/cli": "^8.38.2",
"@wdio/globals": "^8.38.2",
"@wdio/local-runner": "^8.38.2",
"@wdio/mocha-framework": "^8.38.2",
"@wdio/spec-reporter": "^8.32.4",
"@wdio/types": "^8.32.4",
"@types/mocha": "^10.0.7",
"@wdio/cli": "^8.40.3",
"@wdio/globals": "^8.40.3",
"@wdio/local-runner": "^8.40.3",
"@wdio/mocha-framework": "^8.40.3",
"@wdio/spec-reporter": "^8.40.3",
"@wdio/types": "^8.40.3",
"chromedriver": "^125.0.3",
"ts-node": "^10.9.2",
"wdio-chromedriver-service": "^8.1.1",
"webdriverio": "^8.38.2"
"webdriverio": "^8.40.3"
},
"scripts": {
"prebuild": "rm -rf dist",
Expand Down
Loading

0 comments on commit 2b873de

Please sign in to comment.