diff --git a/.gitignore b/.gitignore index 64757d7..ab06c93 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,6 @@ lib es coverage package-lock.json +pnpm-lock.yaml yarn.lock .dumi \ No newline at end of file diff --git a/package.json b/package.json index 8a9a0d8..b137804 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "@rc-component/father-plugin": "^2.0.2", "@rc-component/np": "^1.0.4", "@types/jest": "^29.5.0", + "@types/node": "^24.5.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/warning": "^3.0.0",