|
17 | 17 | "test:coverage": "vitest --coverage" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@hookform/resolvers": "^5.1.1", |
| 20 | + "@hookform/resolvers": "^5.2.2", |
21 | 21 | "@m2d/react-markdown": "^1.0.0", |
22 | 22 | "@mantine/core": "^7.0.0", |
23 | 23 | "@mantine/hooks": "^7.0.0", |
24 | 24 | "@mantine/notifications": "^7.0.0", |
25 | | - "@medplum/core": "^4.3.3", |
26 | | - "@medplum/fhirtypes": "^4.3.3", |
27 | | - "@medplum/react": "^4.3.3", |
28 | | - "@radix-ui/react-accordion": "^1.2.11", |
| 25 | + "@medplum/core": "^4.5.2", |
| 26 | + "@medplum/fhirtypes": "^4.5.2", |
| 27 | + "@medplum/react": "^4.5.2", |
| 28 | + "@radix-ui/react-accordion": "^1.2.12", |
29 | 29 | "@radix-ui/react-avatar": "^1.1.10", |
30 | | - "@radix-ui/react-dialog": "^1.1.14", |
31 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 30 | + "@radix-ui/react-dialog": "^1.1.15", |
| 31 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
32 | 32 | "@radix-ui/react-label": "^2.1.7", |
33 | | - "@radix-ui/react-navigation-menu": "^1.2.13", |
| 33 | + "@radix-ui/react-navigation-menu": "^1.2.14", |
34 | 34 | "@radix-ui/react-progress": "^1.1.7", |
35 | | - "@radix-ui/react-select": "^2.2.5", |
| 35 | + "@radix-ui/react-select": "^2.2.6", |
36 | 36 | "@radix-ui/react-slot": "^1.2.3", |
37 | | - "@radix-ui/react-switch": "^1.2.5", |
38 | | - "@radix-ui/react-tabs": "^1.1.12", |
39 | | - "@tailwindcss/vite": "^4.1.11", |
| 37 | + "@radix-ui/react-switch": "^1.2.6", |
| 38 | + "@radix-ui/react-tabs": "^1.1.13", |
| 39 | + "@tailwindcss/vite": "^4.1.16", |
40 | 40 | "@testing-library/react": "^16.3.0", |
41 | 41 | "@testing-library/user-event": "^14.6.1", |
42 | 42 | "@types/fhir": "^0.0.41", |
|
50 | 50 | "react": "^19.2.0", |
51 | 51 | "react-dom": "^19.2.0", |
52 | 52 | "react-hook-form": "^7.65.0", |
53 | | - "react-i18next": "^16.0.0", |
54 | | - "recharts": "^3.2.1", |
| 53 | + "react-i18next": "^16.2.1", |
| 54 | + "recharts": "^3.3.0", |
55 | 55 | "remark-gfm": "^4.0.1", |
56 | 56 | "tailwind-merge": "^3.3.1", |
57 | | - "tailwindcss": "^4.1.11", |
| 57 | + "tailwindcss": "^4.1.16", |
58 | 58 | "vitest": "^3.2.4", |
59 | 59 | "zod": "^3.25.76", |
60 | 60 | "zustand": "^5.0.8" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@eslint/js": "^9.30.1", |
64 | | - "@playwright/test": "^1.54.1", |
65 | | - "@testing-library/jest-dom": "^6.7.0", |
| 64 | + "@playwright/test": "^1.56.1", |
| 65 | + "@testing-library/jest-dom": "^6.9.1", |
66 | 66 | "@types/crypto-js": "^4.2.2", |
67 | 67 | "@types/mime": "1.3.5", |
68 | | - "@types/node": "^24.7.2", |
| 68 | + "@types/node": "^24.9.1", |
69 | 69 | "@types/react": "^19.2.2", |
70 | | - "@types/react-dom": "^19.2.1", |
71 | | - "@vitejs/plugin-react-swc": "^4.1.0", |
| 70 | + "@types/react-dom": "^19.2.2", |
| 71 | + "@vitejs/plugin-react-swc": "^4.2.0", |
72 | 72 | "@vitest/coverage-v8": "3.2.4", |
73 | 73 | "eslint": "^9.37.0", |
74 | 74 | "eslint-plugin-react-hooks": "^6.1.1", |
75 | | - "eslint-plugin-react-refresh": "^0.4.23", |
| 75 | + "eslint-plugin-react-refresh": "^0.4.24", |
76 | 76 | "globals": "^16.3.0", |
77 | 77 | "jsdom": "^26.0.0", |
78 | | - "rollup": "^4.52.4", |
| 78 | + "rollup": "^4.52.5", |
79 | 79 | "tw-animate-css": "^1.3.5", |
80 | 80 | "typescript": "5.9.3", |
81 | 81 | "typescript-eslint": "^8.46.0", |
82 | 82 | "vite": "7.1.0" |
83 | 83 | }, |
84 | 84 | "optionalDependencies": { |
85 | | - "@tailwindcss/oxide-linux-x64-gnu": "^4.1.14", |
| 85 | + "@tailwindcss/oxide-linux-x64-gnu": "^4.1.16", |
86 | 86 | "lightningcss-linux-x64-gnu": "^1.30.1" |
87 | 87 | } |
88 | 88 | } |
0 commit comments