Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent eb29b2e commit 681e258
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
10 changes: 5 additions & 5 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 @@ -28,7 +28,7 @@
"react-native-material": "^0.0.4",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"typescript": "^4.6.3"
"typescript": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"ts-node": "10.9.1",
"tsc-alias": "^1.8.7",
"tsconfig-paths": "^4.2.0",
"typescript": "4.9.5"
"typescript": "5.3.3"
}
}
16 changes: 8 additions & 8 deletions backend/pnpm-lock.yaml

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 @@ -45,7 +45,7 @@
"eslint-config-next": "12.1.6",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"typescript": "4.6.4"
"typescript": "5.3.3"
},
"engines": {
"node": ">=16",
Expand Down
38 changes: 19 additions & 19 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 681e258

Please sign in to comment.