|
42 | 42 | "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
43 | 43 | "test": "vitest --watch false",
|
44 | 44 | "coverage": "vitest run --coverage",
|
45 |
| - "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", |
| 45 | + "prepublishOnly": "npm run compile && rc-np", |
46 | 46 | "lint": "eslint src/ --ext .tsx,.ts",
|
47 | 47 | "tsc": "tsc -p tsconfig.json --noEmit",
|
48 | 48 | "now-build": "npm run docs:build",
|
|
56 | 56 | "@rc-component/context": "^1.4.0",
|
57 | 57 | "@rc-component/util": "^1.1.0",
|
58 | 58 | "classnames": "^2.2.5",
|
59 |
| - "rc-resize-observer": "^1.1.0", |
| 59 | + "@rc-component/resize-observer": "^1.0.0", |
60 | 60 | "rc-virtual-list": "^3.14.2"
|
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 | 63 | "@rc-component/father-plugin": "^2.0.1",
|
| 64 | + "@rc-component/np": "^1.0.3", |
64 | 65 | "@testing-library/jest-dom": "^6.4.0",
|
65 | 66 | "@testing-library/react": "^12.1.5",
|
66 | 67 | "@types/enzyme": "^3.10.5",
|
|
88 | 89 | "jsdom": "^25.0.0",
|
89 | 90 | "less": "^4.1.3",
|
90 | 91 | "lint-staged": "^15.1.0",
|
91 |
| - "np": "^10.0.1", |
92 | 92 | "prettier": "^3.1.0",
|
93 | 93 | "rc-animate": "^3.0.0",
|
94 | 94 | "rc-dropdown": "~4.0.1",
|
|
0 commit comments