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 a9d008c commit fde4aaa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/templates/templates/camoufox-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^22.0.0",
"fs-extra": "^11.3.0",
"tsx": "^4.4.0",
"typescript": "~5.7.0"
"typescript": "~5.8.0"
},
"scripts": {
"start": "npm run start:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/templates/cheerio-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"tsx": "^4.4.0",
"typescript": "~5.7.0",
"typescript": "~5.8.0",
"@types/node": "^22.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/templates/empty-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"tsx": "^4.4.0",
"typescript": "~5.7.0",
"typescript": "~5.8.0",
"@types/node": "^22.0.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"tsx": "^4.4.0",
"typescript": "~5.7.0",
"typescript": "~5.8.0",
"@types/node": "^22.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/templates/playwright-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"tsx": "^4.4.0",
"typescript": "~5.7.0",
"typescript": "~5.8.0",
"@types/node": "^22.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/templates/puppeteer-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"tsx": "^4.4.0",
"typescript": "~5.7.0",
"typescript": "~5.8.0",
"@types/node": "^22.0.0"
},
"scripts": {
Expand Down

0 comments on commit fde4aaa

Please sign in to comment.