Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.2.2 to 5.4.5
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 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.2.2...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 14, 2024
1 parent 08ec362 commit 83864ad
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 57 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"tsconfig": "workspace:tsconfig",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-node": "^10.9.1",
"tsconfig": "workspace:*",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 83864ad

Please sign in to comment.