Skip to content

Commit

Permalink
Update TypeScript to v5.2.2 (#3315)
Browse files Browse the repository at this point in the history
* Update TS to v5.2.2

Signed-off-by: Olga Bulat <[email protected]>

* Update vue-tsc

Signed-off-by: Olga Bulat <[email protected]>

---------

Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat authored Nov 6, 2023
1 parent d64c89d commit a6293ea
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ repos:
additional_dependencies:
- [email protected]
- [email protected]
- typescript@4.9.5
- typescript@5.2.2

- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.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,14 +137,14 @@
"tailwindcss": "^3.3.5",
"talkback": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript": "^5.2.2",
"vue-demi": "^0.14.6",
"vue-i18n-extract": "^2.0.7",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.0",
"vue-server-renderer": "^2.7.14",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "1.2.0",
"vue-tsc": "1.8.22",
"webpack": "^4.46.0"
},
"browserslist": [
Expand Down
1 change: 0 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@pinia/nuxt",
"@sentry/core"
],
"typeRoots": ["./typings", "./node_modules/@types"],
"paths": {
"~/*": ["./src/*"],
"~~/*": ["./*"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@openverse/eslint-plugin": "workspace:0.0.0",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.4.1",
"typescript": "4.9.5",
"typescript": "5.2.2",
"vue-tsc": "1.2.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"typescript": "^4.9.5",
"typescript": "^5.2.2",
"vue-eslint-parser": "^9.3.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a6293ea

Please sign in to comment.