Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.5.4 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 1efeb87 commit 3577361
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 477 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"solhint": "^5.0.3",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"hardhat-contract-sizer": "^2.10.0",
"sol2uml": "^2.5.20",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"socket.io-client": "^4.7.5",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"jest": {
"testTimeout": 900000,
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@synthetixio/synpress-tsconfig": "^0.0.4",
"eslint-plugin-playwright": "^2.0.1",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"postcss": "^8.4.47",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "^5.3.3"
"typescript": "^5.7.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 3577361

Please sign in to comment.