Skip to content

Commit d61c787

Browse files
Bump typescript from 5.9.3 to 6.0.2 in /Plan/react/dashboard (#4533)
* Bump typescript from 5.9.3 to 6.0.2 in /Plan/react/dashboard Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Remove moduleResolution from tsconfig.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com>
1 parent d05035f commit d61c787

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Plan/react/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/react-dom": "19.2.3",
7373
"@vitejs/plugin-react": "5.2.0",
7474
"baseline-browser-mapping": "2.10.13",
75-
"typescript": "5.9.3",
75+
"typescript": "6.0.2",
7676
"vite": "7.3.1"
7777
},
7878
"scarfSettings": {

Plan/react/dashboard/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ESNext",
4+
"module": "ESNext",
45
"useDefineForClassFields": true,
56
"lib": [
67
"DOM",
@@ -13,8 +14,6 @@
1314
"allowSyntheticDefaultImports": true,
1415
"strict": true,
1516
"forceConsistentCasingInFileNames": true,
16-
"module": "ESNext",
17-
"moduleResolution": "Node",
1817
"resolveJsonModule": true,
1918
"isolatedModules": true,
2019
"noEmit": true,

Plan/react/dashboard/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,10 +2015,10 @@ tslib@^2.8.0:
20152015
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
20162016
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
20172017

2018-
typescript@5.9.3:
2019-
version "5.9.3"
2020-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
2021-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
2018+
typescript@6.0.2:
2019+
version "6.0.2"
2020+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
2021+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
20222022

20232023
uncontrollable@^7.2.1:
20242024
version "7.2.1"

0 commit comments

Comments
 (0)