Skip to content

Commit a6fbea8

Browse files
authored
Merge pull request #26 from ZeroKnowledgeNetwork/feat/in-app-logs
feat: add console for logs
2 parents b5a3df7 + da45acd commit a6fbea8

File tree

11 files changed

+410
-278
lines changed

11 files changed

+410
-278
lines changed

package-lock.json

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": "^2.4.0",
14-
"@tauri-apps/plugin-fs": "^2.2.0",
15-
"@tauri-apps/plugin-http": "^2.4.2",
13+
"@tauri-apps/api": "^2.4.1",
14+
"@tauri-apps/plugin-fs": "^2.2.1",
15+
"@tauri-apps/plugin-http": "^2.4.3",
1616
"@tauri-apps/plugin-log": "^2.3.1",
1717
"@tauri-apps/plugin-opener": "^2.2.6",
1818
"@tauri-apps/plugin-os": "^2.2.1",
19-
"@tauri-apps/plugin-shell": "^2.2.0",
19+
"@tauri-apps/plugin-shell": "^2.2.1",
2020
"@tauri-apps/plugin-store": "^2.2.0",
2121
"@tauri-apps/plugin-upload": "^2.2.1",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
24-
"react-router": "^7.4.0",
24+
"react-router": "^7.5.0",
2525
"zustand": "^5.0.3"
2626
},
2727
"devDependencies": {
28-
"@tailwindcss/vite": "^4.0.16",
29-
"@tauri-apps/cli": "^2.4.0",
28+
"@tailwindcss/vite": "^4.1.3",
29+
"@tauri-apps/cli": "^2.4.1",
3030
"@types/react": "^18.3.1",
3131
"@types/react-dom": "^18.3.1",
3232
"@vitejs/plugin-react": "^4.3.4",
33-
"daisyui": "^5.0.9",
34-
"tailwindcss": "^4.0.16",
35-
"typescript": "^5.8.2",
36-
"vite": "^6.2.3"
33+
"daisyui": "^5.0.17",
34+
"tailwindcss": "^4.1.3",
35+
"typescript": "^5.8.3",
36+
"vite": "^6.2.5"
3737
}
3838
}

0 commit comments

Comments
 (0)