Skip to content

Commit d6a4958

Browse files
Update
1 parent 84a7487 commit d6a4958

File tree

5 files changed

+3126
-3010
lines changed

5 files changed

+3126
-3010
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Setup node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: latest
2222

2323
- uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
25-
toolchain: nightly-2024-01-01 # Specific nightly version that works with dll-syringe, remove when it gets fixed so we can use latest
25+
toolchain: nightly
2626

2727
- name: Install frontend dependencies
2828
run: yarn install

package.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,30 @@
1616
"release": "tauri build -t i686-pc-windows-msvc"
1717
},
1818
"dependencies": {
19-
"@react-native-clipboard/clipboard": "^1.14.1",
20-
"@tauri-apps/api": "^1.6.0",
21-
"axios": "^1.7.2",
22-
"chart.js": "^4.4.3",
23-
"i18next": "^23.12.1",
24-
"patch-package": "^8.0.0",
25-
"postinstall-postinstall": "^2.1.0",
26-
"react": "^18.3.1",
27-
"react-chartjs-2": "^5.2.0",
28-
"react-dom": "^18.3.1",
29-
"react-i18next": "^14.1.2",
19+
"@react-native-clipboard/clipboard": "^1.16.3",
20+
"@tauri-apps/api": "1.6.0",
21+
"axios": "^1.10.0",
22+
"chart.js": "^4.5.0",
23+
"i18next": "^25.3.2",
24+
"react": "^19.1.0",
25+
"react-chartjs-2": "^5.3.0",
26+
"react-dom": "^19.1.0",
27+
"react-i18next": "^15.6.0",
28+
"react-native": "0.73.11",
3029
"react-native-animatable": "^1.4.0",
31-
"react-native-big-list": "^1.6.1",
32-
"react-native-web": "^0.19.12",
30+
"react-native-big-list": "^1.6.2",
31+
"react-native-web": "^0.20.0",
3332
"tauri-plugin-upload-api": "https://github.com/tauri-apps/tauri-plugin-upload#v1",
34-
"zustand": "^4.5.4"
33+
"zustand": "^5.0.6"
3534
},
3635
"devDependencies": {
37-
"@tauri-apps/cli": "^1.6.0",
38-
"@types/react": "^18.3.3",
39-
"@types/react-dom": "^18.3.0",
40-
"@types/react-native": "^0.73.0",
41-
"@vitejs/plugin-react": "^4.3.1",
36+
"@tauri-apps/cli": "1.6.3",
37+
"@types/react": "18.3.23",
38+
"@types/react-dom": "^19.1.6",
39+
"@vitejs/plugin-react": "^4.7.0",
4240
"babel-plugin-inline-import": "^3.0.0",
43-
"babel-plugin-react-native-web": "^0.19.12",
44-
"typescript": "^5.3.3",
45-
"vite": "^5.3.3"
41+
"babel-plugin-react-native-web": "^0.20.0",
42+
"typescript": "5.4.5",
43+
"vite": "^7.0.5"
4644
}
4745
}

0 commit comments

Comments
 (0)