|
1 | 1 | { |
2 | 2 | "name": "defguard-client", |
3 | 3 | "private": false, |
4 | | - "version": "1.6.6", |
| 4 | + "version": "1.6.7", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "npm-run-all --parallel vite typesafe-i18n", |
|
51 | 51 | } |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "@floating-ui/react": "^0.27.18", |
| 54 | + "@floating-ui/react": "^0.27.19", |
55 | 55 | "@hookform/resolvers": "^3.10.0", |
56 | 56 | "@react-hook/resize-observer": "^2.0.2", |
57 | 57 | "@stablelib/base64": "^2.0.1", |
|
76 | 76 | "classnames": "^2.5.1", |
77 | 77 | "clsx": "^2.1.1", |
78 | 78 | "compare-versions": "^6.1.1", |
79 | | - "dayjs": "^1.11.19", |
| 79 | + "dayjs": "^1.11.20", |
80 | 80 | "deepmerge-ts": "^7.1.5", |
81 | 81 | "detect-browser": "^5.3.0", |
82 | 82 | "fast-deep-equal": "^3.1.3", |
|
88 | 88 | "lodash-es": "^4.17.23", |
89 | 89 | "merge-refs": "^2.0.0", |
90 | 90 | "millify": "^6.1.0", |
91 | | - "motion": "^12.34.3", |
| 91 | + "motion": "^12.38.0", |
92 | 92 | "p-timeout": "^6.1.4", |
93 | 93 | "prop-types": "^15.8.1", |
94 | 94 | "radash": "^12.1.1", |
|
104 | 104 | "react-router-dom": "^6.30.3", |
105 | 105 | "react-use-websocket": "^4.13.0", |
106 | 106 | "react-virtualized-auto-sizer": "^1.0.26", |
107 | | - "recharts": "^3.7.0", |
| 107 | + "recharts": "^3.8.0", |
108 | 108 | "rehype-sanitize": "^6.0.0", |
109 | 109 | "rxjs": "^7.8.2", |
110 | 110 | "use-breakpoint": "^4.0.10", |
111 | 111 | "zod": "^3.25.76", |
112 | | - "zustand": "^5.0.11" |
| 112 | + "zustand": "^5.0.12" |
113 | 113 | }, |
114 | 114 | "devDependencies": { |
115 | | - "@biomejs/biome": "^2.4.4", |
| 115 | + "@biomejs/biome": "^2.4.7", |
116 | 116 | "@hookform/devtools": "^4.4.0", |
117 | 117 | "@svgr/cli": "^8.1.0", |
118 | 118 | "@tanstack/react-query": "^5.90.21", |
119 | 119 | "@tanstack/react-query-devtools": "^5.91.3", |
120 | | - "@tauri-apps/cli": "^2.10.0", |
| 120 | + "@tauri-apps/cli": "^2.10.1", |
121 | 121 | "@types/file-saver": "^2.0.7", |
122 | 122 | "@types/lodash-es": "^4.17.12", |
123 | | - "@types/node": "^24.11.0", |
| 123 | + "@types/node": "^24.12.0", |
124 | 124 | "@types/react": "^19.2.14", |
125 | 125 | "@types/react-dom": "^19.2.3", |
126 | | - "@vitejs/plugin-react": "^5.1.4", |
127 | | - "@vitejs/plugin-react-swc": "^4.2.3", |
| 126 | + "@vitejs/plugin-react": "^5.2.0", |
| 127 | + "@vitejs/plugin-react-swc": "^4.3.0", |
128 | 128 | "autoprefixer": "^10.4.27", |
129 | 129 | "npm-run-all": "^4.1.5", |
130 | | - "postcss": "^8.5.6", |
| 130 | + "postcss": "^8.5.8", |
131 | 131 | "prettier": "^3.8.1", |
132 | 132 | "sass": "~1.92.1", |
133 | 133 | "typedoc": "^0.28.17", |
|
0 commit comments