|
36 | 36 | "docs:build": "export NODE_OPTIONS=--openssl-legacy-provider && dumi build",
|
37 | 37 | "docs:deploy": "gh-pages -d docs-dist",
|
38 | 38 | "build": "pnpm compile",
|
39 |
| - "compile": "father-build", |
| 39 | + "compile": "father-build && pnpm fix-esm-import-path ./es/index.js", |
40 | 40 | "deploy": "pnpm run docs:build && pnpm run docs:deploy",
|
41 | 41 | "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
42 | 42 | "test": "vitest --watch=false",
|
|
52 | 52 | "react-dom": ">=18"
|
53 | 53 | },
|
54 | 54 | "dependencies": {
|
55 |
| - "@babel/runtime": "^7.18.0", |
| 55 | + "@babel/runtime": "^7.23.8", |
56 | 56 | "async-validator": "^4.1.0",
|
57 |
| - "rc-util": "^5.29.3" |
| 57 | + "rc-util": "^5.38.1" |
58 | 58 | },
|
59 | 59 | "devDependencies": {
|
60 |
| - "@testing-library/jest-dom": "^5.16.4", |
| 60 | + "@testing-library/jest-dom": "^5.17.0", |
61 | 61 | "@testing-library/react": "14.0.0",
|
62 | 62 | "@testing-library/react-hooks": "^8.0.1",
|
63 |
| - "@testing-library/user-event": "^14.4.3", |
64 |
| - "@types/jest": "^29.2.5", |
65 |
| - "@types/lodash": "^4.14.135", |
66 |
| - "@types/node": "^18.15.11", |
67 |
| - "@types/react": "^18.0.32", |
68 |
| - "@types/react-dom": "^18.0.0", |
| 63 | + "@testing-library/user-event": "^14.5.2", |
| 64 | + "@types/jest": "^29.5.11", |
| 65 | + "@types/lodash": "^4.14.202", |
| 66 | + "@types/node": "^18.19.9", |
| 67 | + "@types/react": "^18.2.48", |
| 68 | + "@types/react-dom": "^18.2.18", |
69 | 69 | "@umijs/fabric": "^2.5.2",
|
70 | 70 | "@umijs/test": "4.0.61",
|
71 | 71 | "@vitejs/plugin-react": "^3.1.0",
|
72 | 72 | "@vitest/coverage-c8": "^0.29.8",
|
73 | 73 | "@vitest/ui": "^0.29.8",
|
74 |
| - "dumi": "^1.1.0", |
| 74 | + "dumi": "^1.1.54", |
75 | 75 | "eslint": "^7.18.0",
|
76 | 76 | "father": "4.1.7",
|
77 | 77 | "father-build": "^1.18.6",
|
| 78 | + "fix-esm-import-path": "^1.5.0", |
78 | 79 | "gh-pages": "^3.1.0",
|
79 |
| - "jest": "^29.3.1", |
| 80 | + "jest": "^29.7.0", |
80 | 81 | "np": "^5.0.3",
|
81 |
| - "prettier": "^2.8.7", |
| 82 | + "prettier": "^2.8.8", |
82 | 83 | "react": "18.2.0",
|
83 | 84 | "react-dnd": "^8.0.3",
|
84 | 85 | "react-dnd-html5-backend": "^8.0.3",
|
85 | 86 | "react-dom": "18.2.0",
|
86 | 87 | "react-redux": "^4.4.10",
|
87 | 88 | "redux": "^3.7.2",
|
88 |
| - "ts-node": "^10.9.1", |
| 89 | + "ts-node": "^10.9.2", |
89 | 90 | "typescript": "5.0.3",
|
90 |
| - "vite": "^4.2.1", |
| 91 | + "vite": "^4.5.2", |
91 | 92 | "vitest": "^0.29.8"
|
92 | 93 | }
|
93 | 94 | }
|
0 commit comments