Skip to content

Commit

Permalink
Update dependency typescript to v5.5.2 (#4581)
Browse files Browse the repository at this point in the history
Co-authored-by: Olga Bulat <[email protected]>
Co-authored-by: Dhruv Bhanushali <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent 1994a83 commit 7f0a9c3
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 299 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repos:
additional_dependencies:
- [email protected]
- [email protected]
- typescript@5.4.5
- typescript@5.5.2

- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@
"tailwindcss": "^3.3.5",
"talkback": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vue-demi": "^0.14.7",
"vue-i18n-extract": "^2.0.7",
"vue-loader": "^15.11.1",
"vue-server-renderer": "^2.7.16",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "1.8.27",
"vue-tsc": "2.0.24",
"webpack": "^4.46.0"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@openverse/eslint-plugin": "workspace:*",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.1",
"typescript": "5.4.5",
"vue-tsc": "1.8.27"
"typescript": "5.5.2",
"vue-tsc": "2.0.24"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 7f0a9c3

Please sign in to comment.