Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 8ec2193 commit f44a8e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/react": "^18.3.12",
"gray-matter": "^4.0.3",
"turbo": "^2.2.3",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"webpack": "^5.94.0"
},
"browserslist": {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier": "^3.2.5",
"size-limit": "^11.1.6",
"turbo": "^2.2.3",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-google-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"size-limit": "^11.1.6",
"standard-version": "^9.5.0",
"storybook": "^8.3.4",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0"
},
"author": {
Expand Down

0 comments on commit f44a8e7

Please sign in to comment.