|
1 | 1 | {
|
2 | 2 | "name": "func-webui",
|
3 |
| - "version": "3.3.2", |
| 3 | + "version": "3.3.3", |
4 | 4 | "scripts": {
|
5 | 5 | "dev": "vite",
|
6 | 6 | "build": "vite build",
|
7 | 7 | "preview": "vite preview"
|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "@blockshake/defly-connect": "^1.1.6", |
| 10 | + "@blockshake/defly-connect": "^1.2.1", |
11 | 11 | "@mdi/js": "^7.4.47",
|
12 |
| - "@perawallet/connect": "^1.3.5", |
13 |
| - "@txnlab/use-wallet-vue": "^3.8.0", |
14 |
| - "algosdk": "2.9.0", |
15 |
| - "axios": "^1.7.7", |
| 12 | + "@perawallet/connect": "^1.4.1", |
| 13 | + "@txnlab/use-wallet-vue": "^4.0.0", |
| 14 | + "algosdk": "3.2.0", |
| 15 | + "axios": "^1.7.9", |
16 | 16 | "lute-connect": "^1.4.1",
|
17 | 17 | "roboto-fontface": "^0.10.0",
|
18 |
| - "vite-plugin-node-polyfills": "^0.22.0", |
19 |
| - "vue": "^3.4.31", |
20 |
| - "vuetify": "^3.6.11" |
| 18 | + "vite-plugin-node-polyfills": "^0.23.0", |
| 19 | + "vue": "^3.5.13", |
| 20 | + "vuetify": "^3.7.12" |
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@babel/types": "^7.24.7", |
24 |
| - "@types/node": "^20.14.10", |
25 |
| - "@vitejs/plugin-vue": "^5.0.5", |
26 |
| - "pinia": "^2.2.4", |
27 |
| - "typescript": "^5.4.2", |
28 |
| - "unplugin-auto-import": "^0.18.3", |
29 |
| - "unplugin-vue-components": "^0.27.2", |
30 |
| - "vite": "^5.3.3", |
31 |
| - "vite-plugin-vuetify": "^2.0.3", |
32 |
| - "vue-tsc": "^2.0.26" |
| 23 | + "@babel/types": "^7.26.9", |
| 24 | + "@types/node": "^20.17.19", |
| 25 | + "@vitejs/plugin-vue": "^5.2.1", |
| 26 | + "pinia": "^2.3.1", |
| 27 | + "typescript": "^5.7.3", |
| 28 | + "unplugin-auto-import": "^0.18.6", |
| 29 | + "unplugin-vue-components": "^0.27.5", |
| 30 | + "vite": "^5.4.14", |
| 31 | + "vite-plugin-vuetify": "^2.1.0", |
| 32 | + "vue-tsc": "^2.2.2" |
33 | 33 | }
|
34 | 34 | }
|
0 commit comments