Skip to content

Commit

Permalink
[npm]: Bump typescript from 5.3.3 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent d8a00f1 commit c0fd1c5
Show file tree
Hide file tree
Showing 27 changed files with 60 additions and 240 deletions.
2 changes: 1 addition & 1 deletion apps/auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"tap": "^18.8.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.7.1",
"typescript": "5.3.3"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.7.1",
"typescript": "5.3.3"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/messaging-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"tap": "^19.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@types/node": "20.14.14",
"@types/pg": "^8.11.6",
"@types/react": "18.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/payments-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"tap": "^19.0.2",
"ts-node": "^10.9.2",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.11.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/profile-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"tap": "^18.8.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/node": "20.10.4",
"@types/pg": "^8.11.0",
"@types/react": "18.2.45",
"typescript": "5.3.3"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/scheduler-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"prettier": "^3.2.5",
"tap": "^18.8.0",
"tsx": "^4.7.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/timeline-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"tap": "^18.8.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"tap": "^18.8.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"lighthouse": "^12.1.0",
"puppeteer": "^22.12.1",
"request": "^2.88.2",
"typescript": "5.3.3"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"lighthouse": "^12.1.0",
"puppeteer": "^22.12.1",
"request": "^2.88.2",
"typescript": "5.3.3"
"typescript": "5.6.2"
}
}
Loading

0 comments on commit c0fd1c5

Please sign in to comment.