Skip to content

Commit 3f2d1b0

Browse files
chore: keep typescript version as >=5.9.3
1 parent a56caa1 commit 3f2d1b0

4 files changed

Lines changed: 5 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"oclif": "^4.22.61",
6565
"shx": "0.4.0",
6666
"ts-node": "^10.9.2",
67-
"typescript": "^6.0.2"
67+
"typescript": "^5.9.3"
6868
},
6969
"peerDependencies": {
7070
"@salesforce/cli": ">=2.126.0"

test/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "@salesforce/dev-config/tsconfig-test-strict-esm",
33
"include": ["./**/*.ts"],
44
"compilerOptions": {
5-
"skipLibCheck": true,
6-
"types": ["mocha", "node"]
5+
"skipLibCheck": true
76
}
87
}

tsconfig.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,12 @@
44
"outDir": "dist",
55
"rootDir": "src",
66
"resolveJsonModule": true,
7+
"baseUrl": ".",
78
"experimentalDecorators": true,
89
"pretty": true,
910
"declarationMap": true,
1011
"removeComments": true,
1112
"skipLibCheck": true
1213
},
13-
"include": ["./src/**/*.ts"],
14-
"ts-node": {
15-
"esm": true,
16-
"compilerOptions": {
17-
"types": ["mocha", "node"]
18-
}
19-
}
14+
"include": ["./src/**/*.ts"]
2015
}

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8215,16 +8215,11 @@ typedoc@^0.26.5:
82158215
shiki "^1.16.2"
82168216
yaml "^2.5.1"
82178217

8218-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
8218+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3:
82198219
version "5.9.3"
82208220
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
82218221
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
82228222

8223-
typescript@^6.0.2:
8224-
version "6.0.2"
8225-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
8226-
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
8227-
82288223
typescript@~5.4.2:
82298224
version "5.4.5"
82308225
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"

0 commit comments

Comments
 (0)