|
11 | 11 | "test": "vitest"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@fluentui/react-components": "^9.61.5", |
| 14 | + "@fluentui/react-components": "^9.61.6", |
15 | 15 | "@telekom/scale-components": "3.0.0-beta.155",
|
16 | 16 | "@telekom/scale-components-react": "3.0.0-beta.155",
|
17 | 17 | "ahooks": "^3.8.4",
|
|
20 | 20 | "jwt-decode": "^4.0.0",
|
21 | 21 | "lodash": "^4.17.21",
|
22 | 22 | "oidc-client-ts": "^3.2.0",
|
23 |
| - "react": "^19.0.0", |
24 |
| - "react-dom": "^19.0.0", |
| 23 | + "react": "^19.1.0", |
| 24 | + "react-dom": "^19.1.0", |
25 | 25 | "react-helmet": "^6.1.0",
|
26 | 26 | "react-oidc-context": "^3.3.0",
|
27 | 27 | "rxjs": "^7.8.2"
|
|
31 | 31 | "@farmfe/core": "^1.7.1",
|
32 | 32 | "@farmfe/js-plugin-postcss": "^1.12.0",
|
33 | 33 | "@farmfe/plugin-react": "^1.2.6",
|
34 |
| - "@tailwindcss/postcss": "^4.0.17", |
| 34 | + "@tailwindcss/postcss": "^4.1.1", |
35 | 35 | "@testing-library/jest-dom": "^6.6.3",
|
36 | 36 | "@testing-library/react": "^16.2.0",
|
37 | 37 | "@types/lodash": "^4.17.16",
|
38 |
| - "@types/node": "^22.13.14", |
39 |
| - "@types/react": "^19.0.12", |
40 |
| - "@types/react-dom": "^19.0.4", |
| 38 | + "@types/node": "^22.13.17", |
| 39 | + "@types/react": "^19.1.0", |
| 40 | + "@types/react-dom": "^19.1.1", |
41 | 41 | "@types/react-helmet": "^6.1.11",
|
42 | 42 | "autoprefixer": "^10.4.21",
|
43 | 43 | "core-js": "^3.41.0",
|
|
46 | 46 | "globals": "^16.0.0",
|
47 | 47 | "jsdom": "^26.0.0",
|
48 | 48 | "postcss": "^8.5.3",
|
49 |
| - "react-refresh": "^0.16.0", |
50 |
| - "tailwindcss": "3.4.17", |
| 49 | + "react-refresh": "^0.17.0", |
| 50 | + "tailwindcss": "4.1.1", |
51 | 51 | "tailwindcss-scoped-preflight": "^3.4.10",
|
52 |
| - "typescript-eslint": "^8.28.0", |
53 |
| - "vitest": "^3.0.9" |
| 52 | + "typescript-eslint": "^8.29.0", |
| 53 | + "vitest": "^3.1.1" |
54 | 54 | },
|
55 |
| - "packageManager": "[email protected].0" |
| 55 | + "packageManager": "[email protected].1" |
56 | 56 | }
|
0 commit comments