|
1 | 1 | { |
2 | 2 | "name": "react-shared-states", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.1.1", |
4 | 4 | "type": "module", |
5 | 5 | "description": "Global state made as simple as useState, with zero config, built-in async caching, and automatic scoping.", |
6 | 6 | "keywords": [ |
|
47 | 47 | "homepage": "https://github.com/HichemTab-tech/react-shared-states#readme", |
48 | 48 | "devDependencies": { |
49 | 49 | "@testing-library/dom": "^10.4.1", |
50 | | - "@testing-library/react": "^16.3.0", |
51 | | - "@types/node": "^25.0.2", |
52 | | - "@types/react": "^19.1.11", |
53 | | - "@types/react-dom": "^19.1.7", |
54 | | - "@vitejs/plugin-react": "^5.0.1", |
55 | | - "jsdom": "^27.0.0", |
56 | | - "react": "^19.1.1", |
57 | | - "react-dom": "^19.1.1", |
58 | | - "typescript": "^5.9.2", |
| 50 | + "@testing-library/react": "^16.3.1", |
| 51 | + "@types/node": "^25.0.3", |
| 52 | + "@types/react": "^19.2.7", |
| 53 | + "@types/react-dom": "^19.2.3", |
| 54 | + "@vitejs/plugin-react": "^5.1.2", |
| 55 | + "jsdom": "^27.4.0", |
| 56 | + "react": "^19.2.3", |
| 57 | + "react-dom": "^19.2.3", |
| 58 | + "typescript": "^5.9.3", |
59 | 59 | "vite": "7.3.0", |
60 | 60 | "vite-plugin-banner": "^0.8.1", |
61 | 61 | "vite-plugin-dts": "^4.5.4", |
62 | | - "vitest": "^4.0.15" |
| 62 | + "vitest": "^4.0.16" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | 65 | "react-fast-compare": "^3.2.2" |
|
0 commit comments