|
1 | 1 | { |
2 | | - "name": "hyle-wallet", |
| 2 | + "name": "hyle-wallet-front", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.0", |
5 | 5 | "type": "module", |
|
17 | 17 | "elliptic": "^6.6.1", |
18 | 18 | "hyle": "^0.2.5", |
19 | 19 | "hyle-check-secret": "^0.3.2", |
| 20 | + "hyle-wallet": "file:../hyle-wallet", |
20 | 21 | "react": "^19.1.0", |
21 | 22 | "react-dom": "^19.1.0", |
22 | | - "react-router-dom": "^7.5.0" |
| 23 | + "react-router-dom": "^7.6.0" |
23 | 24 | }, |
24 | 25 | "devDependencies": { |
25 | | - "@eslint/js": "^9.24.0", |
26 | | - "@types/react": "^19.1.2", |
27 | | - "@types/react-dom": "^19.1.2", |
28 | | - "@vitejs/plugin-react": "^4.4.0", |
| 26 | + "@eslint/js": "^9.26.0", |
| 27 | + "@types/react": "^19.1.4", |
| 28 | + "@types/react-dom": "^19.1.5", |
| 29 | + "@vitejs/plugin-react": "^4.4.1", |
29 | 30 | "autoprefixer": "^10.4.21", |
30 | | - "eslint": "^9.24.0", |
| 31 | + "eslint": "^9.26.0", |
31 | 32 | "eslint-plugin-react-hooks": "^5.2.0", |
32 | | - "eslint-plugin-react-refresh": "^0.4.19", |
33 | | - "globals": "^15.15.0", |
| 33 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 34 | + "globals": "^16.1.0", |
34 | 35 | "postcss": "^8.5.3", |
35 | | - "tailwindcss": "^4.1.4", |
36 | | - "typescript": "~5.7.3", |
37 | | - "typescript-eslint": "^8.30.1", |
38 | | - "vite": "^6.2.6" |
| 36 | + "tailwindcss": "^4.1.6", |
| 37 | + "typescript": "~5.8.3", |
| 38 | + "typescript-eslint": "^8.32.1", |
| 39 | + "vite": "^6.3.5" |
39 | 40 | } |
40 | 41 | } |
0 commit comments