|
12 | 12 | "format:check": "prettier --check ." |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "oidc-client-ts": "^3.2.0", |
16 | | - "react": "^19.1.0", |
17 | | - "react-dom": "^19.1.0", |
18 | | - "react-oidc-context": "^3.2.0" |
| 15 | + "oidc-client-ts": "3.5.0", |
| 16 | + "react": "19.2.5", |
| 17 | + "react-dom": "19.2.5", |
| 18 | + "react-oidc-context": "3.3.1" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | | - "@testing-library/dom": "^10.4.1", |
22 | | - "@testing-library/jest-dom": "^6.9.1", |
23 | | - "@testing-library/react": "^16.3.2", |
24 | | - "@types/react": "^19.1.0", |
25 | | - "@types/react-dom": "^19.1.0", |
26 | | - "@vitejs/plugin-react": "^4.5.0", |
27 | | - "happy-dom": "^20.8.9", |
28 | | - "prettier": "^3.8.1", |
29 | | - "typescript": "^5.8.0", |
30 | | - "vite": "^6.3.0", |
31 | | - "vitest": "^4.1.3" |
| 21 | + "@testing-library/dom": "10.4.1", |
| 22 | + "@testing-library/jest-dom": "6.9.1", |
| 23 | + "@testing-library/react": "16.3.2", |
| 24 | + "@types/react": "19.2.14", |
| 25 | + "@types/react-dom": "19.2.3", |
| 26 | + "@vitejs/plugin-react": "6.0.1", |
| 27 | + "happy-dom": "20.8.9", |
| 28 | + "prettier": "3.8.2", |
| 29 | + "typescript": "6.0.2", |
| 30 | + "vite": "8.0.8", |
| 31 | + "vitest": "4.1.4" |
32 | 32 | } |
33 | 33 | } |
0 commit comments