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 7474 "tsx" : " ^4.16.5" ,
7575 "typescript" : " ^5.5.4" ,
7676 "typescript-eslint" : " ^8.0.1" ,
77- "vite" : " ^5.4.0" ,
7877 "vite-tsconfig-paths" : " ^5.0.1" ,
7978 "vitest" : " ^2.0.5" ,
8079 "yarn-upgrade-all" : " ^0.7.4"
Original file line number Diff line number Diff line change 2626 "@mantine/form" : " ^7.12.0" ,
2727 "@mantine/hooks" : " ^7.12.0" ,
2828 "@mantine/notifications" : " ^7.12.0" ,
29- "@tabler/icons-react" : " ^3.12 .0" ,
29+ "@tabler/icons-react" : " ^3.29 .0" ,
3030 "@ungap/with-resolvers" : " ^0.1.0" ,
3131 "axios" : " ^1.7.3" ,
3232 "dayjs" : " ^1.11.12" ,
8484 "stylelint-config-standard-scss" : " ^13.1.0" ,
8585 "typescript" : " ^5.5.4" ,
8686 "typescript-eslint" : " ^8.0.1" ,
87- "vite" : " ^5.4.0 " ,
87+ "vite" : " ^6.0.11 " ,
8888 "vite-tsconfig-paths" : " ^5.0.1" ,
8989 "vitest" : " ^2.0.5" ,
9090 "yarn-upgrade-all" : " ^0.7.4"
9191 },
9292 "resolutions" : {
9393 "pdfjs-dist" : " 4.5.136"
9494 }
95- }
95+ }
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export default defineConfig({
1313 alias : {
1414 '@ui' : path . resolve ( __dirname , './' ) ,
1515 '@common' : path . resolve ( __dirname , '../common/' ) ,
16+ '@tabler/icons-react' : '@tabler/icons-react/dist/esm/icons/index.mjs' ,
1617 } ,
1718 } ,
1819 test : {
You can’t perform that action at this time.
0 commit comments