|
1 | 1 | { |
2 | 2 | "name": "defguard-client", |
3 | 3 | "private": false, |
4 | | - "version": "1.6.7", |
| 4 | + "version": "1.6.8", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "npm-run-all --parallel vite typesafe-i18n", |
|
56 | 56 | "@react-hook/resize-observer": "^2.0.2", |
57 | 57 | "@stablelib/base64": "^2.0.1", |
58 | 58 | "@stablelib/x25519": "^2.0.1", |
59 | | - "@tanstack/query-core": "^5.95.2", |
60 | | - "@tanstack/react-virtual": "^3.13.23", |
| 59 | + "@tanstack/query-core": "^5.99.2", |
| 60 | + "@tanstack/react-virtual": "^3.13.24", |
61 | 61 | "@tauri-apps/api": "^2.10.1", |
62 | 62 | "@tauri-apps/plugin-clipboard-manager": "^2.3.2", |
63 | | - "@tauri-apps/plugin-deep-link": "^2.4.7", |
64 | | - "@tauri-apps/plugin-dialog": "^2.6.0", |
65 | | - "@tauri-apps/plugin-fs": "^2.4.5", |
66 | | - "@tauri-apps/plugin-http": "^2.5.7", |
| 63 | + "@tauri-apps/plugin-deep-link": "^2.4.8", |
| 64 | + "@tauri-apps/plugin-dialog": "^2.7.0", |
| 65 | + "@tauri-apps/plugin-fs": "^2.5.0", |
| 66 | + "@tauri-apps/plugin-http": "^2.5.8", |
67 | 67 | "@tauri-apps/plugin-log": "^2.8.0", |
68 | 68 | "@tauri-apps/plugin-notification": "^2.3.3", |
69 | 69 | "@tauri-apps/plugin-opener": "^2.5.3", |
|
85 | 85 | "html-react-parser": "^5.2.17", |
86 | 86 | "itertools": "^2.6.0", |
87 | 87 | "js-base64": "^3.7.8", |
88 | | - "lodash-es": "^4.17.23", |
| 88 | + "lodash-es": "^4.18.1", |
89 | 89 | "merge-refs": "^2.0.0", |
90 | 90 | "millify": "^6.1.0", |
91 | 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", |
95 | | - "react": "^19.2.4", |
| 95 | + "react": "^19.2.5", |
96 | 96 | "react-auth-code-input": "^3.2.1", |
97 | | - "react-click-away-listener": "^2.4.0", |
98 | | - "react-dom": "^19.2.4", |
99 | | - "react-hook-form": "^7.72.0", |
| 97 | + "react-click-away-listener": "^2.4.1", |
| 98 | + "react-dom": "^19.2.5", |
| 99 | + "react-hook-form": "^7.72.1", |
100 | 100 | "react-hotkeys-hook": "^5.2.4", |
101 | 101 | "react-loading-skeleton": "^3.5.0", |
102 | 102 | "react-markdown": "^10.1.0", |
|
112 | 112 | "zustand": "^5.0.12" |
113 | 113 | }, |
114 | 114 | "devDependencies": { |
115 | | - "@biomejs/biome": "^2.4.10", |
| 115 | + "@biomejs/biome": "^2.4.12", |
116 | 116 | "@hookform/devtools": "^4.4.0", |
117 | 117 | "@svgr/cli": "^8.1.0", |
118 | | - "@tanstack/react-query": "^5.95.2", |
119 | | - "@tanstack/react-query-devtools": "^5.95.2", |
| 118 | + "@tanstack/react-query": "^5.99.2", |
| 119 | + "@tanstack/react-query-devtools": "^5.99.2", |
120 | 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.12.0", |
| 123 | + "@types/node": "^24.12.2", |
124 | 124 | "@types/react": "^19.2.14", |
125 | 125 | "@types/react-dom": "^19.2.3", |
126 | 126 | "@vitejs/plugin-react": "^5.2.0", |
127 | 127 | "@vitejs/plugin-react-swc": "^4.3.0", |
128 | | - "autoprefixer": "^10.4.27", |
| 128 | + "autoprefixer": "^10.5.0", |
129 | 129 | "npm-run-all": "^4.1.5", |
130 | | - "postcss": "^8.5.8", |
131 | | - "prettier": "^3.8.1", |
| 130 | + "postcss": "^8.5.10", |
| 131 | + "prettier": "^3.8.3", |
132 | 132 | "sass": "~1.92.1", |
133 | | - "typedoc": "^0.28.18", |
| 133 | + "typedoc": "^0.28.19", |
134 | 134 | "typesafe-i18n": "^5.27.1", |
135 | 135 | "typescript": "^5.9.3", |
136 | | - "vite": "^7.3.1" |
| 136 | + "vite": "^7.3.2" |
137 | 137 | }, |
138 | 138 | "volta": { |
139 | 139 | "node": "20.5.1" |
|
0 commit comments