Skip to content

Commit

Permalink
Update backend and frontend @tsconfig versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwong89 committed Dec 10, 2024
1 parent 4a5d214 commit b8dc290
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 47 deletions.
104 changes: 65 additions & 39 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"winston-transport": "^4.9.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@types/compression": "^1.7.5",
"@types/config": "^3.3.5",
"@types/cors": "^2.8.17",
Expand Down
10 changes: 5 additions & 5 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@pinia/testing": "^0.1.7",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/tsconfig.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
Expand Down

0 comments on commit b8dc290

Please sign in to comment.