|
48 | 48 | "devDependencies": {
|
49 | 49 | "@rollup/plugin-commonjs": "^25.0.7",
|
50 | 50 | "@rollup/plugin-node-resolve": "^15.2.3",
|
51 |
| - "@rollup/plugin-typescript": "^11.1.5", |
52 |
| - "@testing-library/jest-dom": "^6.1.5", |
53 |
| - "@testing-library/react": "^14.1.2", |
54 |
| - "@types/jest": "^29.5.11", |
55 |
| - "@types/react": "18.2.45", |
56 |
| - "@types/react-dom": "^18.2.18", |
| 51 | + "@rollup/plugin-typescript": "^11.1.6", |
| 52 | + "@testing-library/jest-dom": "^6.4.2", |
| 53 | + "@testing-library/react": "^14.2.1", |
| 54 | + "@types/jest": "^29.5.12", |
| 55 | + "@types/react": "18.2.63", |
| 56 | + "@types/react-dom": "^18.2.20", |
57 | 57 | "@types/react-transition-group": "^4.4.10",
|
58 |
| - "classnames": "^2.3.2", |
| 58 | + "classnames": "^2.5.1", |
59 | 59 | "cross-env": "^7.0.3",
|
60 | 60 | "jest": "^29.7.0",
|
61 | 61 | "jest-environment-jsdom": "^29.7.0",
|
62 | 62 | "react": "^18.2.0",
|
63 | 63 | "react-dom": "^18.2.0",
|
64 | 64 | "react-transition-group": "^4.4.5",
|
65 |
| - "rollup": "^4.9.1", |
66 |
| - "ts-jest": "^29.1.1", |
| 65 | + "rollup": "^4.12.1", |
| 66 | + "ts-jest": "^29.1.2", |
67 | 67 | "tslib": "^2.6.2",
|
68 |
| - "typescript": "^5.3.3" |
| 68 | + "typescript": "^5.4.2" |
69 | 69 | },
|
70 | 70 | "peerDependencies": {
|
71 | 71 | "react": ">=17",
|
|
0 commit comments