diff --git a/.gitignore b/.gitignore index 358a1908..0211490f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,9 +24,10 @@ node_modules build lib coverage -yarn.lock /es/ package-lock.json +pnpm-lock.yaml +yarn.lock .doc # umi diff --git a/package.json b/package.json index 0097acfe..96960c43 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "@rc-component/father-plugin": "1.0.0", "@testing-library/react": "^15.0.4", "@types/jest": "^29.4.0", + "@types/node": "^20.14.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-is": "^18.3.0",