|
13 | 13 | "deploy:firebase": "firebase deploy --only hosting" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@mysten/dapp-kit": "^0.14.50", |
17 | | - "@mysten/sui": "^1.21.2", |
18 | | - "@mysten/suins": "^0.7.2", |
19 | | - "@mysten/wallet-standard": "^0.13.26", |
20 | | - "@radix-ui/react-select": "^2.1.6", |
21 | | - "@radix-ui/react-toggle": "^1.1.2", |
22 | | - "@radix-ui/themes": "^3.2.0", |
| 16 | + "@mysten/dapp-kit": "^0.16.5", |
| 17 | + "@mysten/sui": "^1.30.1", |
| 18 | + "@mysten/suins": "^0.7.17", |
| 19 | + "@mysten/wallet-standard": "^0.15.2", |
| 20 | + "@radix-ui/react-select": "^2.2.5", |
| 21 | + "@radix-ui/react-toggle": "^1.1.9", |
| 22 | + "@radix-ui/themes": "^3.2.1", |
23 | 23 | "@suiware/kit": "workspace:*", |
24 | | - "@tanstack/react-query": "^5.66.9", |
25 | | - "bignumber.js": "^9.1.2", |
| 24 | + "@tanstack/react-query": "^5.77.2", |
| 25 | + "bignumber.js": "^9.3.0", |
26 | 26 | "clsx": "^2.1.1", |
27 | | - "lucide-react": "^0.468.0", |
28 | | - "react": "^19.0.0", |
29 | | - "react-dom": "^19.0.0", |
| 27 | + "lucide-react": "^0.511.0", |
| 28 | + "react": "^19.1.0", |
| 29 | + "react-dom": "^19.1.0", |
30 | 30 | "react-hot-toast": "^2.5.2", |
31 | 31 | "react-use": "^17.6.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@types/node": "^22.13.5", |
35 | | - "@types/react": "^19.0.10", |
36 | | - "@types/react-dom": "^19.0.4", |
37 | | - "@typescript-eslint/eslint-plugin": "^8.24.1", |
38 | | - "@typescript-eslint/parser": "^8.24.1", |
39 | | - "@vitejs/plugin-react-swc": "^3.8.0", |
40 | | - "autoprefixer": "^10.4.20", |
| 34 | + "@types/node": "^22.15.23", |
| 35 | + "@types/react": "^19.1.6", |
| 36 | + "@types/react-dom": "^19.1.5", |
| 37 | + "@typescript-eslint/eslint-plugin": "^8.33.0", |
| 38 | + "@typescript-eslint/parser": "^8.33.0", |
| 39 | + "@vitejs/plugin-react-swc": "^3.10.0", |
| 40 | + "autoprefixer": "^10.4.21", |
41 | 41 | "env-file-rw": "^1.0.0", |
42 | | - "eslint": "^9.21.0", |
43 | | - "eslint-config-prettier": "^9.1.0", |
44 | | - "eslint-plugin-react-hooks": "^5.1.0", |
45 | | - "eslint-plugin-react-refresh": "^0.4.19", |
| 42 | + "eslint": "^9.27.0", |
| 43 | + "eslint-config-prettier": "^10.1.5", |
| 44 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 45 | + "eslint-plugin-react-refresh": "^0.4.20", |
46 | 46 | "postcss": "^8.5.3", |
47 | | - "prettier": "^3.5.2", |
| 47 | + "prettier": "^3.5.3", |
48 | 48 | "prettier-plugin-tailwindcss": "^0.6.11", |
49 | 49 | "tailwindcss": "^3.4.17", |
50 | | - "typescript": "^5.7.3", |
51 | | - "vite": "^6.1.1", |
| 50 | + "typescript": "^5.8.3", |
| 51 | + "vite": "^6.3.5", |
52 | 52 | "vite-tsconfig-paths": "^5.1.4" |
53 | 53 | } |
54 | 54 | } |
0 commit comments