|
11 | 11 | "check-performance": "rspack --mode=production --env NODE_ENV=production --env BUNDLE_SIZE=true" |
12 | 12 | }, |
13 | 13 | "devDependencies": { |
14 | | - "@biomejs/biome": "2.5.7", |
15 | | - "@module-federation/runtime-tools": "^2.8.1", |
16 | | - "@rspack/cli": "^2.1.8", |
17 | | - "@rspack/core": "^2.1.8", |
| 14 | + "@biomejs/biome": "2.5.8", |
| 15 | + "@module-federation/runtime-tools": "^2.8.2", |
| 16 | + "@rspack/cli": "^2.1.10", |
| 17 | + "@rspack/core": "^2.1.10", |
18 | 18 | "@rspack/dev-server": "^2.2.0", |
19 | 19 | "@tailwindcss/postcss": "^4.3.3", |
20 | 20 | "@types/file-saver": "^2.0.7", |
|
23 | 23 | "@types/react-dom": "^19.2.4", |
24 | 24 | "@types/react-is": "^19.2.0", |
25 | 25 | "css-loader": "^7.1.4", |
26 | | - "postcss": "^8.5.25", |
| 26 | + "postcss": "^8.5.26", |
27 | 27 | "postcss-loader": "8.2.1", |
28 | 28 | "style-loader": "^4.0.0", |
29 | 29 | "tailwindcss": "^4.3.3", |
30 | 30 | "typescript": "^7.0.2" |
31 | 31 | }, |
32 | 32 | "packageManager": "yarn@4.18.0", |
33 | 33 | "dependencies": { |
34 | | - "@hookform/resolvers": "^5.7.1", |
| 34 | + "@hookform/resolvers": "^5.9.0", |
35 | 35 | "@tanstack/react-query": "^5.101.4", |
36 | 36 | "@tanstack/react-table": "^8.21.3", |
37 | | - "@tumaet/prompt-shared-state": "^1.1.1", |
| 37 | + "@tumaet/prompt-shared-state": "^1.2.0", |
38 | 38 | "@tumaet/prompt-ui-components": "^1.1.6", |
39 | 39 | "axios": "^1.19.0", |
40 | 40 | "clsx": "^2.1.1", |
41 | 41 | "date-fns": "^4.4.0", |
42 | 42 | "file-saver": "^2.0.5", |
43 | | - "lucide-react": "^1.28.0", |
| 43 | + "lucide-react": "^1.31.0", |
44 | 44 | "react": "^19.2.8", |
45 | 45 | "react-dom": "^19.2.8", |
46 | | - "react-hook-form": "^7.84.0", |
| 46 | + "react-hook-form": "^7.85.0", |
47 | 47 | "react-is": "^19.2.8", |
48 | 48 | "react-router-dom": "^7.18.2", |
49 | 49 | "tailwind-merge": "^3.6.0", |
50 | 50 | "zod": "^4.4.3", |
51 | | - "zustand": "^5.0.14" |
| 51 | + "zustand": "^5.0.15" |
52 | 52 | } |
53 | 53 | } |
0 commit comments