Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 610db02 commit 70a2e57
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"rimraf": "^6.0.1",
"tsx": "^4.16.5",
"turbo": "2.4.4",
"typescript": "~5.7.0",
"typescript": "~5.8.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-scraper/camoufox-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@apify/tsconfig": "^0.1.0",
"@types/node": "^22.7.4",
"tsx": "^4.19.1",
"typescript": "~5.7.0"
"typescript": "~5.8.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down
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": "^22.7.4",
"tsx": "^4.19.1",
"typescript": "~5.7.0"
"typescript": "~5.8.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": "^22.7.4",
"tsx": "^4.19.1",
"typescript": "~5.7.0"
"typescript": "~5.8.0"
},
"peerDependencies": {
"jsdom": "^25.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": "^22.7.4",
"tsx": "^4.19.1",
"typescript": "~5.7.0"
"typescript": "~5.8.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": "^22.7.4",
"tsx": "^4.19.1",
"typescript": "~5.7.0"
"typescript": "~5.8.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.8",
"@types/node": "^22.7.4",
"tsx": "^4.19.1",
"typescript": "~5.7.0"
"typescript": "~5.8.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down

0 comments on commit 70a2e57

Please sign in to comment.