Skip to content

Commit 80bd988

Browse files
committed
feat: v0.5.6 fix some bugs of system tray function,add choices of close App,add some new settings
1 parent 5c3b7dd commit 80bd988

16 files changed

Lines changed: 2665 additions & 2396 deletions

File tree

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,38 +11,38 @@
1111
},
1212
"dependencies": {
1313
"@emotion/react": "^11.14.0",
14-
"@emotion/styled": "^11.14.0",
15-
"@mui/icons-material": "^6.4.0",
16-
"@mui/material": "^6.4.0",
17-
"@mui/x-charts": "^7.28.0",
18-
"@tauri-apps/api": "^2.3.0",
19-
"@tauri-apps/plugin-autostart": "~2",
20-
"@tauri-apps/plugin-dialog": "~2",
21-
"@tauri-apps/plugin-fs": "~2.2.0",
22-
"@tauri-apps/plugin-shell": "~2",
23-
"@tauri-apps/plugin-sql": "~2",
24-
"@toolpad/core": "^0.12.0",
25-
"axios": "^1.7.9",
14+
"@emotion/styled": "^11.14.1",
15+
"@mui/icons-material": "^6.5.0",
16+
"@mui/material": "^6.5.0",
17+
"@mui/x-charts": "^7.29.1",
18+
"@tauri-apps/api": "2.7.0",
19+
"@tauri-apps/plugin-autostart": "~2.5.0",
20+
"@tauri-apps/plugin-dialog": "~2.3.1",
21+
"@tauri-apps/plugin-fs": "~2.2.1",
22+
"@tauri-apps/plugin-shell": "~2.3.0",
23+
"@tauri-apps/plugin-sql": "~2.3.0",
24+
"@toolpad/core": "^0.12.1",
25+
"axios": "^1.11.0",
2626
"i18next": "^24.2.3",
27-
"i18next-browser-languagedetector": "^8.0.4",
27+
"i18next-browser-languagedetector": "^8.2.0",
2828
"react": "^18.3.1",
2929
"react-activation": "^0.13.4",
3030
"react-dom": "^18.3.1",
31-
"react-i18next": "^15.4.1",
32-
"react-router": "^7.1.1",
33-
"zustand": "^5.0.3"
31+
"react-i18next": "^15.6.1",
32+
"react-router": "^7.7.1",
33+
"zustand": "^5.0.6"
3434
},
3535
"devDependencies": {
3636
"@biomejs/biome": "^1.9.4",
37-
"@tauri-apps/cli": "^2.2.5",
38-
"@types/node": "^22.10.7",
39-
"@types/react": "^18.3.18",
40-
"@types/react-dom": "^18.3.5",
41-
"@vitejs/plugin-react-swc": "^3.5.0",
42-
"globals": "^15.14.0",
43-
"typescript": "~5.6.2",
44-
"unocss": "^65.4.2",
45-
"vite": "^6.0.5"
37+
"@tauri-apps/cli": "^2.7.1",
38+
"@types/node": "^22.16.5",
39+
"@types/react": "^18.3.23",
40+
"@types/react-dom": "^18.3.7",
41+
"@vitejs/plugin-react-swc": "^3.11.0",
42+
"globals": "^15.15.0",
43+
"typescript": "~5.6.3",
44+
"unocss": "^65.5.0",
45+
"vite": "^6.3.5"
4646
},
4747
"pnpm": {
4848
"onlyBuiltDependencies": [

pnpm-lock.yaml

Lines changed: 1148 additions & 1131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)