Merge e4ade325b41d0e30ed7124a859e4c43b1faa2cc2 into 77d628ca41c12f0295adc60b9ddcebcb22af1d8b

This commit is contained in:
dependabot[bot]
2025-07-12 09:55:10 +00:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@ -38,7 +38,7 @@
"metro-react-native-babel-preset": "^0.75.1",
"prettier": "^3.5.3",
"react-test-renderer": "18.2.0",
"typescript": "^5.7.2"
"typescript": "^5.8.3"
}
},
"node_modules/@ampproject/remapping": {
@ -14517,10 +14517,11 @@
}
},
"node_modules/typescript": {
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -42,7 +42,7 @@
"metro-react-native-babel-preset": "^0.75.1",
"prettier": "^3.5.3",
"react-test-renderer": "18.2.0",
"typescript": "^5.7.2"
"typescript": "^5.8.3"
},
"resolutions": {
"@types/react": "^18"