Skip to content

Commit

Permalink
chore(deps): update patch/minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2023
1 parent 85d2341 commit 2043130
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
name: 'Check PR title'
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
- uses: amannn/action-semantic-pull-request@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"@types/semver": "^7.3.12",
"@types/stream-json": "^1.7.2",
"@types/tough-cookie": "^4.0.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"apify": "*",
"basic-auth-parser": "^0.0.2",
"body-parser": "^1.20.0",
Expand All @@ -91,19 +91,19 @@
"lerna": "^7.0.0",
"lint-staged": "^14.0.0",
"node-gyp": "^9.1.0",
"playwright": "1.37.1",
"playwright": "1.38.1",
"portastic": "^1.0.1",
"proxy": "^1.0.2",
"puppeteer": "21.2.1",
"puppeteer": "21.3.6",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"turbo": "1.10.13",
"turbo": "1.10.14",
"typescript": "^5.0.0"
},
"packageManager": "yarn@3.6.3",
"volta": {
"node": "18.17.1",
"node": "18.18.0",
"yarn": "3.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/browser-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"peerDependencies": {
"playwright": "<= 2.x",
"puppeteer": "<= 21.2"
"puppeteer": "<= 21.3"
},
"peerDependenciesMeta": {
"playwright": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crawlee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"playwright": "<= 2.x",
"puppeteer": "<= 21.2"
"puppeteer": "<= 21.3"
},
"peerDependenciesMeta": {
"playwright": {
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"puppeteer": "<= 21.2"
"puppeteer": "<= 21.3"
},
"peerDependenciesMeta": {
"puppeteer": {
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"path-browserify": "^1.0.1",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"dependencies": {
"@apify/utilities": "^2.8.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-client-redirects": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-client-redirects": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@giscus/react": "^2.2.6",
"axios": "^1.5.0",
"buffer": "^6.0.3",
"clsx": "^2.0.0",
"crypto-browserify": "^3.12.0",
"docusaurus-gtm-plugin": "^0.0.2",
"docusaurus-plugin-typedoc-api": "3.0.0",
"docusaurus-plugin-typedoc-api": "3.0.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
Expand Down
Loading

0 comments on commit 2043130

Please sign in to comment.