Skip to content

Commit 11c8309

Browse files
authored
Add @types/node dependency to package.json
1 parent 76859ec commit 11c8309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ts-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@rollup/plugin-node-resolve": "^15.2.3",
6464
"@types/chai": "^4.3.16",
6565
"@types/mocha": "^10.0.7",
66+
"@types/node": "^25.0.3",
6667
"@types/sinon": "^17.0.3",
6768
"cross-env": "^7.0.3",
6869
"chai": "^4.4.1",
@@ -76,4 +77,4 @@
7677
"grunt": ">=1",
7778
"typescript": ">=1"
7879
}
79-
}
80+
}

0 commit comments

Comments
 (0)