Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.4.5 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 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](microsoft/TypeScript@v5.4.5...v5.6.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 Sep 19, 2024
1 parent 8198e5c commit 0b035cc
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 222 deletions.
2 changes: 1 addition & 1 deletion apps/claim-vesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"postcss": "^8.4.35",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ghooks": "^2.0.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"eslint-plugin-tailwindcss": "^3.13.1",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"react-library.json"
],
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 0b035cc

Please sign in to comment.