File tree Expand file tree Collapse file tree 4 files changed +153
-133
lines changed Expand file tree Collapse file tree 4 files changed +153
-133
lines changed Original file line number Diff line number Diff line change 74
74
"tsx" : " ^4.16.5" ,
75
75
"typescript" : " ^5.5.4" ,
76
76
"typescript-eslint" : " ^8.0.1" ,
77
- "vite" : " ^5.4.0" ,
78
77
"vite-tsconfig-paths" : " ^5.0.1" ,
79
78
"vitest" : " ^2.0.5" ,
80
79
"yarn-upgrade-all" : " ^0.7.4"
Original file line number Diff line number Diff line change 26
26
"@mantine/form" : " ^7.12.0" ,
27
27
"@mantine/hooks" : " ^7.12.0" ,
28
28
"@mantine/notifications" : " ^7.12.0" ,
29
- "@tabler/icons-react" : " ^3.12 .0" ,
29
+ "@tabler/icons-react" : " ^3.29 .0" ,
30
30
"@ungap/with-resolvers" : " ^0.1.0" ,
31
31
"axios" : " ^1.7.3" ,
32
32
"dayjs" : " ^1.11.12" ,
84
84
"stylelint-config-standard-scss" : " ^13.1.0" ,
85
85
"typescript" : " ^5.5.4" ,
86
86
"typescript-eslint" : " ^8.0.1" ,
87
- "vite" : " ^5.4.0 " ,
87
+ "vite" : " ^6.0.11 " ,
88
88
"vite-tsconfig-paths" : " ^5.0.1" ,
89
89
"vitest" : " ^2.0.5" ,
90
90
"yarn-upgrade-all" : " ^0.7.4"
91
91
},
92
92
"resolutions" : {
93
93
"pdfjs-dist" : " 4.5.136"
94
94
}
95
- }
95
+ }
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export default defineConfig({
13
13
alias : {
14
14
'@ui' : path . resolve ( __dirname , './' ) ,
15
15
'@common' : path . resolve ( __dirname , '../common/' ) ,
16
+ '@tabler/icons-react' : '@tabler/icons-react/dist/esm/icons/index.mjs' ,
16
17
} ,
17
18
} ,
18
19
test : {
You can’t perform that action at this time.
0 commit comments