Skip to content

Commit 3a45618

Browse files
authored
add @types/node (#52)
1 parent 670c7a8 commit 3a45618

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ lib
2828
es
2929
coverage
3030
package-lock.json
31+
pnpm-lock.yaml
3132
yarn.lock
3233
.dumi

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@rc-component/father-plugin": "^2.0.2",
4242
"@rc-component/np": "^1.0.4",
4343
"@types/jest": "^29.5.0",
44+
"@types/node": "^24.5.2",
4445
"@types/react": "^18.0.0",
4546
"@types/react-dom": "^18.0.0",
4647
"@types/warning": "^3.0.0",

0 commit comments

Comments
 (0)