|
41 | 41 | "test:update": "jest --coverage --updateSnapshot" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@coreui/coreui": "^5.0.0", |
| 44 | + "@coreui/coreui": "^5.0.1", |
45 | 45 | "@popperjs/core": "^2.11.8", |
46 | 46 | "prop-types": "^15.8.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@rollup/plugin-commonjs": "^25.0.7", |
| 49 | + "@rollup/plugin-commonjs": "^25.0.8", |
50 | 50 | "@rollup/plugin-node-resolve": "^15.2.3", |
51 | 51 | "@rollup/plugin-typescript": "^11.1.6", |
52 | | - "@testing-library/jest-dom": "^6.4.2", |
53 | | - "@testing-library/react": "^14.2.2", |
| 52 | + "@testing-library/jest-dom": "^6.4.5", |
| 53 | + "@testing-library/react": "^14.3.1", |
54 | 54 | "@types/jest": "^29.5.12", |
55 | | - "@types/react": "18.2.73", |
56 | | - "@types/react-dom": "^18.2.22", |
| 55 | + "@types/react": "18.3.3", |
| 56 | + "@types/react-dom": "^18.3.0", |
57 | 57 | "@types/react-transition-group": "^4.4.10", |
58 | 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 | | - "react": "^18.2.0", |
63 | | - "react-dom": "^18.2.0", |
| 62 | + "react": "^18.3.1", |
| 63 | + "react-dom": "^18.3.1", |
64 | 64 | "react-transition-group": "^4.4.5", |
65 | | - "rollup": "^4.13.1", |
66 | | - "ts-jest": "^29.1.2", |
| 65 | + "rollup": "^4.18.0", |
| 66 | + "ts-jest": "^29.1.3", |
67 | 67 | "tslib": "^2.6.2", |
68 | | - "typescript": "^5.4.3" |
| 68 | + "typescript": "^5.4.5" |
69 | 69 | }, |
70 | 70 | "peerDependencies": { |
71 | 71 | "react": ">=17", |
|
0 commit comments