|
11 | 11 | "test": "vitest"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@fluentui/react-components": "^9.56.3", |
| 14 | + "@fluentui/react-components": "^9.56.5", |
15 | 15 | "@telekom/scale-components": "3.0.0-beta.154",
|
16 | 16 | "@telekom/scale-components-react": "3.0.0-beta.154",
|
17 |
| - "ahooks": "^3.8.1", |
| 17 | + "ahooks": "^3.8.4", |
18 | 18 | "dayjs": "^1.11.13",
|
19 | 19 | "idb": "^8.0.0",
|
20 | 20 | "lodash": "^4.17.21",
|
21 | 21 | "oidc-client-ts": "^3.1.0",
|
22 |
| - "react": "^18.3.1", |
23 |
| - "react-dom": "^18.3.1", |
| 22 | + "react": "^19.0.0", |
| 23 | + "react-dom": "^19.0.0", |
24 | 24 | "react-helmet": "^6.1.0",
|
25 | 25 | "react-oidc-context": "^3.2.0",
|
26 | 26 | "rxjs": "^7.8.1"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@farmfe/cli": "^1.0.4",
|
30 |
| - "@farmfe/core": "^1.4.5", |
31 |
| - "@farmfe/js-plugin-postcss": "^1.9.0", |
| 30 | + "@farmfe/core": "^1.5.0", |
| 31 | + "@farmfe/js-plugin-postcss": "^1.10.0", |
32 | 32 | "@farmfe/plugin-react": "^1.2.6",
|
33 | 33 | "@testing-library/jest-dom": "^6.6.3",
|
34 |
| - "@testing-library/react": "^16.0.1", |
| 34 | + "@testing-library/react": "^16.1.0", |
35 | 35 | "@types/lodash": "^4.17.13",
|
36 |
| - "@types/node": "^22.10.1", |
37 |
| - "@types/react": "^18.3.12", |
38 |
| - "@types/react-dom": "^18.3.1", |
| 36 | + "@types/node": "^22.10.2", |
| 37 | + "@types/react": "^19.0.1", |
| 38 | + "@types/react-dom": "^19.0.2", |
39 | 39 | "@types/react-helmet": "^6.1.11",
|
40 | 40 | "autoprefixer": "^10.4.20",
|
41 | 41 | "core-js": "^3.39.0",
|
|
44 | 44 | "globals": "^15.13.0",
|
45 | 45 | "jsdom": "^25.0.1",
|
46 | 46 | "postcss": "^8.4.49",
|
47 |
| - "react-refresh": "^0.14.2", |
48 |
| - "tailwindcss": "^3.4.15", |
49 |
| - "tailwindcss-scoped-preflight": "^3.4.9", |
50 |
| - "typescript-eslint": "^8.16.0", |
51 |
| - "vite": "^6.0.2", |
52 |
| - "vitest": "^2.1.7" |
| 47 | + "react-refresh": "^0.16.0", |
| 48 | + "tailwindcss": "^3.4.16", |
| 49 | + "tailwindcss-scoped-preflight": "^3.4.10", |
| 50 | + "typescript-eslint": "^8.18.0", |
| 51 | + "vite": "^6.0.3", |
| 52 | + "vitest": "^2.1.8" |
53 | 53 | },
|
54 |
| - "packageManager": "pnpm@9.14.4" |
| 54 | + "packageManager": "pnpm@9.15.0" |
55 | 55 | }
|
0 commit comments