|
1 | 1 | { |
2 | 2 | "name": "@re-dev/react-truncate", |
3 | | - "version": "0.5.1", |
| 3 | + "version": "0.5.2", |
4 | 4 | "description": "Provides `Truncate`, `MiddleTruncate` and `ShowMore` React components for truncating multi-line spans and adding an ellipsis.", |
5 | 5 | "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>", |
6 | 6 | "license": "MIT", |
|
61 | 61 | "devDependencies": { |
62 | 62 | "@bassist/build-config": "^0.1.0", |
63 | 63 | "@bassist/changelog": "^0.3.0", |
64 | | - "@bassist/eslint-config": "^0.2.0", |
| 64 | + "@bassist/eslint-config": "^0.3.0", |
65 | 65 | "@bassist/node-utils": "^0.5.0", |
66 | | - "@bassist/release": "^0.2.0", |
| 66 | + "@bassist/release": "^0.3.1", |
67 | 67 | "@bassist/tsconfig": "^0.1.1", |
68 | 68 | "@commitlint/cli": "^19.8.1", |
69 | 69 | "@commitlint/config-conventional": "^19.8.1", |
70 | | - "@testing-library/dom": "^10.4.0", |
71 | | - "@testing-library/jest-dom": "^6.6.3", |
| 70 | + "@testing-library/dom": "^10.4.1", |
| 71 | + "@testing-library/jest-dom": "^6.7.0", |
72 | 72 | "@testing-library/react": "^16.3.0", |
73 | 73 | "@testing-library/user-event": "^14.6.1", |
74 | | - "@types/node": "^24.0.13", |
75 | | - "@types/react": "^19.1.8", |
76 | | - "@types/react-dom": "^19.1.6", |
| 74 | + "@types/node": "^24.3.0", |
| 75 | + "@types/react": "^19.1.10", |
| 76 | + "@types/react-dom": "^19.1.7", |
77 | 77 | "@types/react-is": "^19.0.0", |
78 | 78 | "@types/sinon": "^17.0.4", |
79 | 79 | "@vitest/coverage-v8": "^3.2.4", |
80 | 80 | "conventional-changelog-cli": "^4.1.0", |
81 | 81 | "cross-env": "^7.0.3", |
82 | | - "eslint": "^9.30.1", |
| 82 | + "eslint": "^9.33.0", |
83 | 83 | "happy-dom": "^18.0.1", |
84 | 84 | "husky": "^9.1.7", |
85 | | - "lint-staged": "^16.1.2", |
| 85 | + "lint-staged": "^16.1.5", |
86 | 86 | "npm-run-all2": "^7.0.2", |
87 | 87 | "prettier": "^3.6.2", |
88 | | - "react": "^19.1.0", |
89 | | - "react-dom": "^19.1.0", |
90 | | - "react-is": "^19.1.0", |
| 88 | + "react": "^19.1.1", |
| 89 | + "react-dom": "^19.1.1", |
| 90 | + "react-is": "^19.1.1", |
91 | 91 | "sinon": "^21.0.0", |
92 | 92 | "tsup": "^8.5.0", |
93 | | - "tsx": "^4.20.3", |
94 | | - "typescript": "^5.8.3", |
| 93 | + "tsx": "^4.20.4", |
| 94 | + "typescript": "^5.9.2", |
95 | 95 | "vitest": "^3.2.4" |
96 | 96 | }, |
97 | 97 | "lint-staged": { |
|
0 commit comments