Update dependency typescript to v6
Some checks failed
renovate/artifacts Artifact file update failure
Test / Basic (pull_request) Failing after 16s

This commit is contained in:
2026-03-24 00:03:42 +00:00
parent 861f2851dc
commit b9b5cbec77
3 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-router-dom": "^6.30.3", "react-router-dom": "^6.30.3",
"styled-components": "^6.3.8", "styled-components": "^6.3.8",
"typescript": "^5.9.3" "typescript": "^6.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@strapi/sdk-plugin": "^5.4.0", "@strapi/sdk-plugin": "^5.4.0",

View File

@@ -26,7 +26,7 @@
"@types/react-dom": "^18", "@types/react-dom": "^18",
"jest": "^30.0.0", "jest": "^30.0.0",
"supertest": "^7.0.0", "supertest": "^7.0.0",
"typescript": "^5" "typescript": "^6.0.0"
}, },
"engines": { "engines": {
"node": ">=20.0.0 <=24.x.x", "node": ">=20.0.0 <=24.x.x",
@@ -23331,9 +23331,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.9.3", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

@@ -35,7 +35,7 @@
"@types/react-dom": "^18", "@types/react-dom": "^18",
"jest": "^30.0.0", "jest": "^30.0.0",
"supertest": "^7.0.0", "supertest": "^7.0.0",
"typescript": "^5" "typescript": "^6.0.0"
}, },
"engines": { "engines": {
"node": ">=20.0.0 <=24.x.x", "node": ">=20.0.0 <=24.x.x",