1
1
{
2
2
"name" : " defguard-client" ,
3
3
"private" : false ,
4
- "version" : " 1.2.4 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " npm-run-all --parallel vite typesafe-i18n" ,
42
42
"dependencies" : {
43
43
"@floating-ui/react" : " ^0.26.28" ,
44
44
"@hookform/resolvers" : " ^3.10.0" ,
45
- "@ladle/react" : " ^4.1.2" ,
46
45
"@react-hook/resize-observer" : " ^2.0.2" ,
47
46
"@stablelib/base64" : " ^1.0.1" ,
48
47
"@stablelib/x25519" : " ^1.0.3" ,
49
- "@tanstack/query-core" : " ^5.74.3 " ,
48
+ "@tanstack/query-core" : " ^5.76.0 " ,
50
49
"@tanstack/react-virtual" : " 3.0.0-beta.54" ,
51
50
"@tauri-apps/api" : " ^1.6.0" ,
52
51
"@types/byte-size" : " ^8.1.2" ,
61
60
"file-saver" : " ^2.0.5" ,
62
61
"framer-motion" : " ^10.18.0" ,
63
62
"get-text-width" : " ^1.0.3" ,
64
- "html-react-parser" : " ^5.2.3 " ,
63
+ "html-react-parser" : " ^5.2.5 " ,
65
64
"itertools" : " ^2.4.1" ,
66
65
"lodash-es" : " ^4.17.21" ,
67
66
"merge-refs" : " ^1.3.0" ,
72
71
"react-auth-code-input" : " ^3.2.1" ,
73
72
"react-click-away-listener" : " ^2.4.0" ,
74
73
"react-dom" : " ^18.3.1" ,
75
- "react-hook-form" : " ^7.55.0 " ,
74
+ "react-hook-form" : " ^7.56.4 " ,
76
75
"react-loading-skeleton" : " ^3.5.0" ,
77
76
"react-markdown" : " ^9.1.0" ,
78
77
"react-qr-code" : " ^2.0.15" ,
79
78
"react-router-dom" : " ^6.30.0" ,
80
79
"react-virtualized-auto-sizer" : " ^1.0.26" ,
81
- "recharts" : " ^2.15.2 " ,
80
+ "recharts" : " ^2.15.3 " ,
82
81
"rehype-sanitize" : " ^6.0.0" ,
83
82
"rxjs" : " ^7.8.2" ,
84
83
"tauri-plugin-log-api" : " github:tauri-apps/tauri-plugin-log" ,
85
84
"tauri-plugin-window-state-api" : " github:tauri-apps/tauri-plugin-window-state#v1" ,
86
85
"use-breakpoint" : " ^4.0.6" ,
87
- "zod" : " ^3.24.2 " ,
88
- "zustand" : " ^5.0.3 "
86
+ "zod" : " ^3.24.4 " ,
87
+ "zustand" : " ^5.0.4 "
89
88
},
90
89
"devDependencies" : {
91
90
"@hookform/devtools" : " ^4.4.0" ,
92
91
"@svgr/cli" : " ^8.1.0" ,
93
- "@tanstack/react-query" : " ^5.74.3 " ,
94
- "@tanstack/react-query-devtools" : " ^5.74.3 " ,
92
+ "@tanstack/react-query" : " ^5.76.1 " ,
93
+ "@tanstack/react-query-devtools" : " ^5.76.1 " ,
95
94
"@tauri-apps/cli" : " ^1.6.3" ,
96
95
"@types/file-saver" : " ^2.0.7" ,
97
96
"@types/lodash-es" : " ^4.17.12" ,
98
- "@types/node" : " ^20.17.30 " ,
99
- "@types/react" : " ^18.3.20 " ,
100
- "@types/react-dom" : " ^18.3.6 " ,
97
+ "@types/node" : " ^20.17.48 " ,
98
+ "@types/react" : " ^18.3.21 " ,
99
+ "@types/react-dom" : " ^18.3.7 " ,
101
100
"@typescript-eslint/eslint-plugin" : " ^6.21.0" ,
102
101
"@typescript-eslint/parser" : " ^6.21.0" ,
103
- "@vitejs/plugin-react" : " ^4.4.0 " ,
102
+ "@vitejs/plugin-react" : " ^4.4.1 " ,
104
103
"@vitejs/plugin-react-swc" : " ^3.9.0" ,
105
104
"autoprefixer" : " ^10.4.21" ,
106
105
"eslint" : " ^8.57.1" ,
107
106
"eslint-config-prettier" : " ^9.1.0" ,
108
107
"eslint-plugin-import" : " ^2.31.0" ,
109
- "eslint-plugin-prettier" : " ^5.2.6 " ,
108
+ "eslint-plugin-prettier" : " ^5.4.0 " ,
110
109
"eslint-plugin-react" : " ^7.37.5" ,
111
110
"eslint-plugin-react-hooks" : " ^4.6.2" ,
112
- "eslint-plugin-react-refresh" : " ^0.4.19 " ,
111
+ "eslint-plugin-react-refresh" : " ^0.4.20 " ,
113
112
"eslint-plugin-simple-import-sort" : " ^10.0.0" ,
114
113
"npm-run-all" : " ^4.1.5" ,
115
114
"postcss" : " ^8.5.3" ,
116
- "sass" : " ^1.86.3" ,
115
+ "prettier" : " ^3.5.3" ,
116
+ "sass" : " ~1.70.0" ,
117
117
"typedoc" : " ^0.25.13" ,
118
118
"typesafe-i18n" : " ^5.26.2" ,
119
119
"typescript" : " ^5.8.3" ,
120
120
"typescript-eslint-language-service" : " ^5.0.5" ,
121
- "vite" : " ^4.5.13 "
121
+ "vite" : " ^4.5.14 "
122
122
},
123
123
"volta" : {
124
124
"node" : " 20.5.1"
125
125
}
126
- }
126
+ }
0 commit comments