Skip to content

Commit 8363ecf

Browse files
Bump typescript from 5.9.3 to 6.0.2 and typedoc from 0.28.10 to 0.28.18 in /js/ccf-app (#7765)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amaury Chamayou <amaury@xargs.fr> Co-authored-by: Amaury Chamayou <amchamay@microsoft.com>
1 parent 77f9c74 commit 8363ecf

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

js/ccf-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"mocha": "^11.7.5",
3333
"node-forge": "^1.2.0",
3434
"ts-node": "^10.9.2",
35-
"typedoc": "^0.28.10",
36-
"typescript": "^5.9.2"
35+
"typedoc": "^0.28.18",
36+
"typescript": "^6.0.2"
3737
},
3838
"bin": {
3939
"ccf-build-bundle": "scripts/build_bundle.js"

js/ccf-app/test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"rootDir": ".."
4+
"rootDir": "..",
5+
"types": ["node", "mocha"]
56
},
67
"include": ["./**/*"]
78
}

js/ccf-app/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"compilerOptions": {
33
"target": "ES2020",
44
"module": "ES2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"resolveJsonModule": true,
88
"verbatimModuleSyntax": true,
99
"allowJs": true,
1010
"lib": ["ES2020"],
11+
"types": ["node"],
1112
"declaration": true,
1213
"strict": true,
1314
"rootDir": "src",

0 commit comments

Comments
 (0)