Skip to content

Commit ffb1ce7

Browse files
committed
fix ui performance bug
1 parent 2a566c6 commit ffb1ce7

File tree

4 files changed

+153
-133
lines changed

4 files changed

+153
-133
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
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"

src/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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",
@@ -84,12 +84,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+
}

src/ui/vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)