Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent 2d6468f commit a206ce8
Show file tree
Hide file tree
Showing 7 changed files with 8,573 additions and 11,426 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tailwindcss": "^3.4.3",
"ts-morph": "^19.0.0",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/guardian-prover-health-check-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"svelte-check": "^3.6.9",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"vite": "^4.5.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"solc": "0.8.24",
"solhint": "^4.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"dependencies": {
"@openzeppelin/contracts": "4.9.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/supplementary-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"solc": "0.8.24",
"solhint": "^4.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"dependencies": {
"@openzeppelin/contracts": "4.9.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/taikoon-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"svelte-scrolling": "^1.4.0",
"tailwindcss-image-rendering": "^1.0.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript": "^5.4.5",
"vite": "^5.0.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taikoon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"solc": "0.8.24",
"solhint": "^4.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.2",
Expand Down
Loading

0 comments on commit a206ce8

Please sign in to comment.