Skip to content

Commit 1564477

Browse files
authored
Pinning typescript v5 (#2273)
2 parents a019b6c + a0ee9d2 commit 1564477

4 files changed

Lines changed: 33 additions & 31 deletions

File tree

automation/e2e-mcp/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"skipLibCheck": true,
1111
"declaration": true,
1212
"declarationMap": true,
13-
"sourceMap": true
13+
"sourceMap": true,
14+
"types": ["node"]
1415
},
1516
"include": ["src/**/*"],
1617
"exclude": ["node_modules", "dist"]

automation/marketplace-mcp/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"skipLibCheck": true,
1111
"declaration": true,
1212
"declarationMap": true,
13-
"sourceMap": true
13+
"sourceMap": true,
14+
"types": ["node"]
1415
},
1516
"include": ["src/**/*"],
1617
"exclude": ["node_modules", "dist"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"react": ">=18.0.0 <19.0.0",
7474
"react-big-calendar@1>clsx": "2.1.1",
7575
"react-dom": ">=18.0.0 <19.0.0",
76-
"typescript": ">5.8.0"
76+
"typescript": ">5.8.0 <6.0.0"
7777
},
7878
"patchedDependencies": {
7979
"@mendix/pluggable-widgets-tools": "patches/@mendix__pluggable-widgets-tools.patch",

pnpm-lock.yaml

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)