Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent ef89c06 commit 5f0b6e9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 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 @@ -76,7 +76,7 @@
"rimraf": "^6.0.1",
"tsx": "^4.16.5",
"turbo": "2.1.1",
"typescript": "~5.5.4",
"typescript": "~5.6.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.5"
},
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": "^20.8.2",
"tsx": "^4.6.2",
"typescript": "~5.5.0"
"typescript": "~5.6.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.5.0"
"typescript": "~5.6.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": "^20.8.2",
"tsx": "^4.6.2",
"typescript": "~5.5.0"
"typescript": "~5.6.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.5.0"
"typescript": "~5.6.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.5.0"
"typescript": "~5.6.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down

0 comments on commit 5f0b6e9

Please sign in to comment.