Update dependency typescript to v5.9.3 (#1602)

This commit is contained in:
renovate[bot]
2025-10-08 11:22:22 +08:00
committed by GitHub
parent 5e4820b931
commit f15e38cf00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -54,7 +54,7 @@
"globals": "16.4.0",
"node-fetch": "3.3.2",
"prettier": "3.6.2",
"typescript": "5.9.2",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0",
"typescript-plugin-css-modules": "5.2.0"
},
@@ -21794,9 +21794,9 @@
}
},
"node_modules/typescript": {
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"devOptional": true,
"license": "Apache-2.0",
"peer": true,
+1 -1
View File
@@ -79,7 +79,7 @@
"globals": "16.4.0",
"node-fetch": "3.3.2",
"prettier": "3.6.2",
"typescript": "5.9.2",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0",
"typescript-plugin-css-modules": "5.2.0"
}