Skip to content

Commit 0c0b81d

Browse files
committed
chore: update typescript deps
1 parent ea32678 commit 0c0b81d

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

package-lock.json

+17-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@github/prettier-config": "0.0.4",
31+
"@types/node": "^22.13.10",
3132
"chai": "^4.3.4",
3233
"eslint": "^7.32.0",
3334
"eslint-plugin-github": "^4.2.0",
@@ -37,7 +38,7 @@
3738
"karma-mocha": "^2.0.1",
3839
"karma-mocha-reporter": "^2.2.5",
3940
"mocha": "^11.1.0",
40-
"typescript": "^4.3.5"
41+
"typescript": "^5.8.2"
4142
},
4243
"eslintIgnore": [
4344
"dist/"

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"module": "es2020",
3+
"module": "nodenext",
4+
"moduleResolution": "nodenext",
45
"target": "es2017",
56
"strict": true,
67
"declaration": true,

0 commit comments

Comments
 (0)