Skip to content

Commit 42428ad

Browse files
authored
chore(deps): upgrade to TypeScript 6.0 (#481)
1 parent 2eaf2eb commit 42428ad

File tree

5 files changed

+24
-25
lines changed

5 files changed

+24
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@lerna-lite/cli": "^4.11.5",
6161
"@lerna-lite/publish": "^4.11.5",
6262
"@lerna-lite/watch": "^4.11.5",
63-
"@playwright/test": "^1.58.2",
63+
"@playwright/test": "^1.59.1",
6464
"@types/node": "^25.5.0",
6565
"conventional-changelog-conventionalcommits": "^9.3.1",
6666
"cross-env": "catalog:",

packages/demo/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"useDefineForClassFields": true,
55
"module": "ESNext",
66
"lib": ["ESNext", "DOM"],
7-
"moduleResolution": "Node",
7+
"moduleResolution": "bundler",
88
"strict": true,
99
"resolveJsonModule": true,
1010
"isolatedModules": true,

packages/multiple-select-vanilla/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": "./",
43
"rootDir": "src",
54
"outDir": "dist",
65
"target": "ES2021",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ catalog:
88
native-copyfiles: ^2.0.1
99
remove-glob: ^1.2.0
1010
sass: ^1.98.0
11-
typescript: ^5.9.3
11+
typescript: ^6.0.2
1212

1313
overrides:
1414
immutable: ^5.1.5

0 commit comments

Comments
 (0)