|
24 | 24 | "format:prettier:fix": "yarn format:prettier --write"
|
25 | 25 | },
|
26 | 26 | "dependencies": {
|
27 |
| - "@hookform/resolvers": "^4.0.0", |
| 27 | + "@hookform/resolvers": "^4.1.0", |
28 | 28 | "@radix-ui/react-accordion": "^1.2.3",
|
29 | 29 | "@radix-ui/react-alert-dialog": "^1.1.6",
|
30 | 30 | "@radix-ui/react-checkbox": "^1.1.4",
|
|
42 | 42 | "@radix-ui/react-toast": "^1.2.6",
|
43 | 43 | "@radix-ui/react-toggle": "^1.1.2",
|
44 | 44 | "@radix-ui/react-tooltip": "^1.1.8",
|
45 |
| - "@tanstack/react-table": "^8.20.6", |
| 45 | + "@tanstack/react-table": "^8.21.2", |
46 | 46 | "@wasmcloud/lattice-client-react": "workspace:^",
|
47 | 47 | "class-variance-authority": "^0.7.1",
|
48 | 48 | "clsx": "^2.1.1",
|
49 | 49 | "date-fns": "^4.1.0",
|
50 | 50 | "lucide-react": "^0.475.0",
|
51 |
| - "nats.ws": "^1.30.1", |
| 51 | + "nats.ws": "^1.30.2", |
52 | 52 | "react": "19.0.0",
|
53 | 53 | "react-dom": "19.0.0",
|
54 | 54 | "react-hook-form": "^7.54.2",
|
55 |
| - "react-router-dom": "^7.1.5", |
| 55 | + "react-router-dom": "^7.2.0", |
56 | 56 | "tailwind-merge": "^2.6.0",
|
57 | 57 | "tailwindcss-animate": "^1.0.7",
|
58 | 58 | "usehooks-ts": "^3.1.1",
|
59 |
| - "zod": "^3.24.1" |
| 59 | + "zod": "^3.24.2" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 | 62 | "@playwright/test": "^1.50.1",
|
|
65 | 65 | "@types/react": "19.0.0",
|
66 | 66 | "@types/react-dom": "19.0.0",
|
67 | 67 | "@types/uuid": "^10.0.0",
|
68 |
| - "@typescript-eslint/eslint-plugin": "^8.23.0", |
69 |
| - "@typescript-eslint/parser": "^8.23.0", |
| 68 | + "@typescript-eslint/eslint-plugin": "^8.24.1", |
| 69 | + "@typescript-eslint/parser": "^8.24.1", |
70 | 70 | "@vitejs/plugin-react": "^4.3.4",
|
71 | 71 | "@vitejs/plugin-react-swc": "^3.8.0",
|
72 | 72 | "@wasmcloud/eslint-config": "workspace:^",
|
73 | 73 | "@wasmcloud/prettier-config": "workspace:^",
|
74 | 74 | "eslint": "^8.57.1",
|
75 | 75 | "eslint-config-prettier": "^10.0.1",
|
76 |
| - "eslint-import-resolver-typescript": "^3.7.0", |
| 76 | + "eslint-import-resolver-typescript": "^3.8.2", |
77 | 77 | "eslint-plugin-absolute-imports-only": "^1.0.1",
|
78 | 78 | "eslint-plugin-eslint-comments": "^3.2.0",
|
79 | 79 | "eslint-plugin-import": "^2.31.0",
|
|
0 commit comments