Skip to content

Commit cb841ae

Browse files
committed
build: bump typescript version from 5.2.2 to 6.0.2
1 parent 3808724 commit cb841ae

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,6 @@
108108
"ts-jest": "29.4.5",
109109
"ts-node": "10.9.2",
110110
"tsx": "^4.20.6",
111-
"typescript": "^5.2.2",
112-
"typescript-eslint": "^8.46.4"
113-
},
114-
"pnpm": {
115-
"overrides": {
116-
"braces@<3.0.3": ">=3.0.3",
117-
"micromatch@<4.0.8": ">=4.0.8",
118-
"@babel/helpers@<7.26.10": ">=7.26.10",
119-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
120-
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
121-
"js-yaml@<4.1.1": ">=4.1.1"
122-
}
111+
"typescript": "^6.0.2",
123112
}
124113
}

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
"forceConsistentCasingInFileNames": true,
1515
"noImplicitReturns": true,
1616
"noFallthroughCasesInSwitch": true,
17-
"lib": ["es2021", "dom"],
17+
"lib": ["es2022", "dom"],
1818
"outDir": "lib",
1919
"stripInternal": true,
2020
"rootDir": ".",
21-
"baseUrl": "."
2221
},
2322
"files": ["src/index.ts"],
2423
}

0 commit comments

Comments
 (0)