|
1 | 1 | { |
2 | 2 | "name": "mars-v2-frontend", |
3 | | - "version": "3.0.2", |
| 3 | + "version": "3.0.3", |
4 | 4 | "homepage": "./", |
5 | 5 | "private": false, |
6 | 6 | "license": "SEE LICENSE IN LICENSE FILE", |
|
20 | 20 | ] |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@cosmjs/cosmwasm-stargate": "^0.36.0", |
| 23 | + "@cosmjs/cosmwasm-stargate": "^0.37.0", |
24 | 24 | "@delphi-labs/shuttle-react": "^4.3.0", |
25 | | - "@keplr-wallet/cosmos": "^0.12.275", |
26 | | - "@next/eslint-plugin-next": "^15.5.4", |
27 | | - "@skip-go/client": "^1.5.8", |
| 25 | + "@keplr-wallet/cosmos": "^0.12.285", |
| 26 | + "@next/eslint-plugin-next": "^16.0.1", |
| 27 | + "@react-native-async-storage/async-storage": "^2.2.0", |
| 28 | + "@skip-go/client": "^1.5.9", |
28 | 29 | "@solana/web3.js": "^1.98.4", |
29 | | - "@tanstack/react-query": "^5.90.2", |
| 30 | + "@tanstack/react-query": "^5.90.5", |
30 | 31 | "@tanstack/react-table": "^8.21.3", |
31 | 32 | "@tippyjs/react": "^4.2.6", |
32 | 33 | "@vercel/analytics": "^1.5.0", |
33 | 34 | "@vercel/og": "^0.8.5", |
34 | 35 | "@web3modal/wagmi": "^5.1.11", |
35 | | - "axios": "^1.12.2", |
| 36 | + "axios": "^1.13.1", |
36 | 37 | "bignumber.js": "^9.3.1", |
37 | | - "bitcoinjs-lib": "^6.1.7", |
| 38 | + "bitcoinjs-lib": "^7.0.0", |
38 | 39 | "classnames": "^2.5.1", |
39 | 40 | "debounce-promise": "^3.1.2", |
40 | | - "graphql-request": "^7.2.0", |
| 41 | + "graphql-request": "^7.3.1", |
41 | 42 | "ibc-domains-sdk": "^1.1.0", |
42 | 43 | "isbot": "^5.1.31", |
43 | 44 | "lodash": "^4.17.21", |
44 | 45 | "lodash.debounce": "^4.0.8", |
45 | 46 | "lodash.throttle": "^4.1.1", |
46 | | - "mobx": "^6.13.7", |
| 47 | + "mobx": "^6.15.0", |
47 | 48 | "moment": "^2.30.1", |
48 | | - "next": "^15.5.4", |
| 49 | + "next": "15.5.4", |
49 | 50 | "react": "19.2.0", |
50 | 51 | "react-device-detect": "^2.2.3", |
51 | 52 | "react-dom": "^19.2.0", |
52 | 53 | "react-draggable": "^4.5.0", |
53 | 54 | "react-helmet-async": "^2.0.5", |
54 | | - "@react-native-async-storage/async-storage": "^2.0.0", |
55 | 55 | "react-qr-code": "^2.0.18", |
56 | | - "react-router-dom": "^7.9.2", |
| 56 | + "react-router-dom": "^7.9.5", |
57 | 57 | "react-spring": "^10.0.3", |
58 | 58 | "react-toastify": "^11.0.5", |
59 | 59 | "react-use-clipboard": "^1.0.9", |
60 | | - "recharts": "^3.2.1", |
| 60 | + "recharts": "^3.3.0", |
61 | 61 | "sharp": "^0.34.4", |
62 | 62 | "starknet": "^7.6.4", |
63 | 63 | "swr": "^2.3.6", |
64 | | - "viem": "^2.37.8", |
65 | | - "wagmi": "^2.17.4", |
| 64 | + "viem": "^2.38.5", |
| 65 | + "wagmi": "^2.19.1", |
66 | 66 | "zustand": "5.0.8" |
67 | 67 | }, |
68 | 68 | "devDependencies": { |
69 | | - "@babel/eslint-parser": "^7.28.4", |
70 | | - "buffer": "^6.0.3", |
71 | | - "crypto-browserify": "^3.12.0", |
72 | | - "react-native-web": "^0.19.13", |
73 | | - "stream-browserify": "^3.0.0", |
74 | | - "@eslint/compat": "^1.4.0", |
| 69 | + "@babel/eslint-parser": "^7.28.5", |
| 70 | + "@eslint/compat": "^1.4.1", |
75 | 71 | "@svgr/webpack": "^8.1.0", |
76 | 72 | "@tailwindcss/container-queries": "^0.1.1", |
77 | | - "@tailwindcss/postcss": "^4.1.13", |
| 73 | + "@tailwindcss/postcss": "^4.1.16", |
78 | 74 | "@types/debounce-promise": "^3.1.9", |
79 | 75 | "@types/lodash.debounce": "^4.0.9", |
80 | 76 | "@types/lodash.throttle": "^4.1.9", |
81 | | - "@types/node": "^24.5.2", |
| 77 | + "@types/node": "^24.9.2", |
82 | 78 | "@types/react": "19.2.2", |
83 | 79 | "@types/react-dom": "19.2.2", |
84 | 80 | "@types/react-helmet": "^6.1.11", |
85 | | - "@typescript-eslint/eslint-plugin": "^8.44.1", |
86 | | - "@typescript-eslint/parser": "^8.44.1", |
| 81 | + "@typescript-eslint/eslint-plugin": "^8.46.2", |
| 82 | + "@typescript-eslint/parser": "^8.46.2", |
87 | 83 | "autoprefixer": "^10.4.21", |
88 | | - "dotenv": "^17.2.2", |
89 | | - "dotenv-cli": "^10.0.0", |
90 | | - "eslint": "^9.36.0", |
| 84 | + "buffer": "^6.0.3", |
| 85 | + "crypto-browserify": "^3.12.1", |
| 86 | + "dotenv": "^17.2.3", |
| 87 | + "dotenv-cli": "^11.0.0", |
| 88 | + "eslint": "^9.38.0", |
91 | 89 | "eslint-config-prettier": "^10.1.8", |
92 | 90 | "eslint-plugin-functional": "^9.0.2", |
93 | 91 | "eslint-plugin-import": "^2.32.0", |
94 | 92 | "eslint-plugin-prettier": "^5.5.4", |
95 | 93 | "eslint-plugin-react": "^7.37.5", |
96 | | - "eslint-plugin-react-hooks": "^5.2.0", |
| 94 | + "eslint-plugin-react-hooks": "^7.0.1", |
97 | 95 | "husky": "^9.1.7", |
98 | 96 | "identity-obj-proxy": "^3.0.0", |
99 | | - "lint-staged": "^16.2.0", |
| 97 | + "lint-staged": "^16.2.6", |
100 | 98 | "prettier": "^3.6.2", |
101 | | - "prettier-plugin-tailwindcss": "^0.6.14", |
| 99 | + "prettier-plugin-tailwindcss": "^0.7.1", |
| 100 | + "react-native-web": "^0.21.2", |
102 | 101 | "shelljs": "^0.10.0", |
| 102 | + "stream-browserify": "^3.0.0", |
103 | 103 | "tailwind-scrollbar-hide": "^4.0.0", |
104 | 104 | "tailwindcss": "3.4.1", |
105 | | - "typescript": "^5.9.2", |
106 | | - "typescript-eslint": "^8.44.1" |
| 105 | + "typescript": "^5.9.3", |
| 106 | + "typescript-eslint": "^8.46.2" |
107 | 107 | }, |
108 | 108 | "overrides": { |
109 | 109 | "chalk": "5.3.0", |
|
0 commit comments