Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 79aff0f commit 17dface
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
19 changes: 10 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 @@ -77,7 +77,7 @@
"rimraf": "^5.0.1",
"tsx": "^4.6.2",
"turbo": "1.13.3",
"typescript": "~5.4.5",
"typescript": "~5.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^1.0.0",
"ws": "^7.5.9"
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.4.0"
"typescript": "~5.5.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.4.0"
"typescript": "~5.5.0"
},
"peerDependencies": {
"jsdom": "^24.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.4.0"
"typescript": "~5.5.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.4.0"
"typescript": "~5.5.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.4.0"
"typescript": "~5.5.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down

0 comments on commit 17dface

Please sign in to comment.