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 Dec 11, 2023
1 parent 2e48cf6 commit 1e688c0
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 45 deletions.
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"puppeteer": "^21.3.8",
"rimraf": "^5.0.1",
"tsx": "^4.6.2",
"turbo": "1.10.16",
"typescript": "~5.2.0",
"turbo": "1.11.1",
"typescript": "~5.3.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^1.0.0",
"ws": "^7.5.9"
},
"packageManager": "npm@10.2.4"
"packageManager": "npm@10.2.5"
}
2 changes: 1 addition & 1 deletion packages/actor-scraper/cheerio-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@apify/tsconfig": "^0.1.0",
"@types/node": "^20.8.2",
"tsx": "^4.6.2",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
},
"peerDependencies": {
"cheerio": "^1.0.0-rc.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-scraper/jsdom-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@apify/tsconfig": "^0.1.0",
"@types/node": "^20.8.2",
"tsx": "^4.6.2",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
},
"peerDependencies": {
"jsdom": "^23.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-scraper/playwright-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@apify/tsconfig": "^0.1.0",
"@types/node": "^20.8.2",
"tsx": "^4.6.2",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-scraper/puppeteer-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@apify/tsconfig": "^0.1.0",
"@types/node": "^20.8.2",
"tsx": "^4.6.2",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-scraper/web-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/content-type": "^1.1.5",
"@types/node": "^20.8.2",
"tsx": "^4.6.2",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down

0 comments on commit 1e688c0

Please sign in to comment.