|
1 | 1 | { |
2 | 2 | "name": "react-hot-toast", |
3 | 3 | "description": "Smoking hot React Notifications. Lightweight, customizable and beautiful by default.", |
4 | | - "version": "2.4.1", |
| 4 | + "version": "2.5.1", |
5 | 5 | "author": "Timo Lins", |
6 | 6 | "license": "MIT", |
7 | 7 | "repository": "timolins/react-hot-toast", |
|
73 | 73 | } |
74 | 74 | ], |
75 | 75 | "devDependencies": { |
76 | | - "@jest/types": "^28.1.3", |
| 76 | + "@jest/types": "^29.6.3", |
77 | 77 | "@size-limit/preset-small-lib": "^7.0.8", |
78 | | - "@testing-library/jest-dom": "^5.16.4", |
79 | | - "@testing-library/react": "^13.3.0", |
80 | | - "@types/jest": "^28.1.5", |
81 | | - "@types/react": "^18.0.15", |
82 | | - "@types/react-dom": "^18.0.6", |
83 | | - "@types/testing-library__jest-dom": "^5.14.5", |
84 | | - "csstype": "^3.1.0", |
85 | | - "jest": "^28.1.3", |
86 | | - "jest-environment-jsdom": "^28.1.3", |
87 | | - "prettier": "^2.7.1", |
88 | | - "react": "^18.2.0", |
89 | | - "react-dom": "^18.2.0", |
| 78 | + "@testing-library/jest-dom": "^6.6.3", |
| 79 | + "@testing-library/react": "^16.1.0", |
| 80 | + "@types/jest": "^29.5.14", |
| 81 | + "@types/react": "^18.3.18", |
| 82 | + "@types/react-dom": "^18.3.5", |
| 83 | + "jest": "^29.7.0", |
| 84 | + "jest-environment-jsdom": "^29.7.0", |
| 85 | + "prettier": "^2.8.8", |
| 86 | + "react": "^18.3.1", |
| 87 | + "react-dom": "^18.3.1", |
90 | 88 | "size-limit": "^7.0.8", |
91 | | - "ts-jest": "^28.0.6", |
92 | | - "tslib": "^2.4.0", |
| 89 | + "ts-jest": "^29.2.5", |
| 90 | + "tslib": "^2.8.1", |
93 | 91 | "tsup": "^6.7.0", |
94 | | - "typescript": "^5.0.4" |
| 92 | + "typescript": "^5.7.2" |
95 | 93 | }, |
96 | 94 | "dependencies": { |
97 | | - "goober": "^2.1.10" |
| 95 | + "csstype": "^3.1.3", |
| 96 | + "goober": "^2.1.16" |
98 | 97 | }, |
99 | 98 | "peerDependencies": { |
100 | 99 | "react": ">=18", |
|
0 commit comments