Skip to content

Commit 8cc6cba

Browse files
authored
Merge pull request #32 from ZeroKnowledgeNetwork/21-feat-rpc-endpoints-guide
feat: network specific RPC endpoints guide
2 parents d10d523 + 90f14be commit 8cc6cba

File tree

17 files changed

+689
-152
lines changed

17 files changed

+689
-152
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,30 @@
1111
},
1212
"dependencies": {
1313
"@tauri-apps/api": "^2.5.0",
14+
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
1415
"@tauri-apps/plugin-fs": "^2.2.1",
1516
"@tauri-apps/plugin-http": "^2.4.3",
16-
"@tauri-apps/plugin-log": "^2.3.1",
17+
"@tauri-apps/plugin-log": "^2.4.0",
1718
"@tauri-apps/plugin-opener": "^2.2.6",
1819
"@tauri-apps/plugin-os": "^2.2.1",
1920
"@tauri-apps/plugin-shell": "^2.2.1",
2021
"@tauri-apps/plugin-store": "^2.2.0",
21-
"@tauri-apps/plugin-updater": "^2.7.0",
22+
"@tauri-apps/plugin-updater": "^2.7.1",
2223
"@tauri-apps/plugin-upload": "^2.2.1",
2324
"react": "^18.3.1",
2425
"react-dom": "^18.3.1",
25-
"react-router": "^7.5.1",
26+
"react-router": "^7.5.2",
2627
"zustand": "^5.0.3"
2728
},
2829
"devDependencies": {
2930
"@tailwindcss/vite": "^4.1.4",
3031
"@tauri-apps/cli": "^2.5.0",
3132
"@types/react": "^18.3.1",
3233
"@types/react-dom": "^18.3.1",
33-
"@vitejs/plugin-react": "^4.4.0",
34-
"daisyui": "^5.0.25",
34+
"@vitejs/plugin-react": "^4.4.1",
35+
"daisyui": "^5.0.28",
3536
"tailwindcss": "^4.1.4",
3637
"typescript": "^5.8.3",
37-
"vite": "^6.3.1"
38+
"vite": "^6.3.3"
3839
}
3940
}

0 commit comments

Comments
 (0)