Skip to content

Commit

Permalink
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](microsoft/TypeScript@v5.3.3...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 16, 2024
1 parent c093ec7 commit 9d90104
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"supabase": "^1.123.4",
"tailwindcss": "^3.3.5",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "~5.3.3"
"typescript": "~5.6.2"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"supabase": "^1.115.5",
"tailwindcss": "^3.3.6",
"tsconfig": "workspace:*",
"typescript": "^5.3.3",
"typescript": "^5.6.2",
"vitest": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"prettier-plugin-tailwindcss": "^0.2.8",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 9d90104

Please sign in to comment.