Skip to content

Commit c80a099

Browse files
committed
fix: use v22 of types node
1 parent a534689 commit c80a099

File tree

2 files changed

+35
-1215
lines changed

2 files changed

+35
-1215
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"underscore": "^1.12.1",
3737
"@types/react": "^17.0.3",
3838
"@types/lodash": "4.14.182",
39-
"@types/css-font-loading-module": "^0.0.13"
39+
"@types/css-font-loading-module": "^0.0.13",
40+
"@types/node": "^22.13.1"
4041
},
4142
"devDependencies": {
4243
"@babel/core": "^7.23.5",

0 commit comments

Comments
 (0)