|
7 | 7 | "@across-protocol/constants": "^3.1.51",
|
8 | 8 | "@across-protocol/contracts": "^4.0.5",
|
9 | 9 | "@across-protocol/sdk": "^4.1.44",
|
10 |
| - "@amplitude/analytics-browser": "^2.3.5", |
| 10 | + "@amplitude/analytics-browser": "^2.13.3", |
11 | 11 | "@balancer-labs/sdk": "1.1.6-beta.16",
|
12 |
| - "@emotion/react": "^11.13.0", |
| 12 | + "@emotion/react": "^11.14.0", |
13 | 13 | "@emotion/styled": "^11.14.0",
|
14 |
| - "@fortawesome/fontawesome-svg-core": "^6.1.1", |
15 |
| - "@fortawesome/free-solid-svg-icons": "^6.1.1", |
| 14 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 15 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
16 | 16 | "@fortawesome/react-fontawesome": "^0.2.2",
|
17 |
| - "@radix-ui/react-dropdown-menu": "^2.0.6", |
18 |
| - "@reach/dialog": "^0.16.2", |
19 |
| - "@safe-global/safe-apps-provider": "^0.18.0", |
| 17 | + "@radix-ui/react-dropdown-menu": "^2.1.7", |
| 18 | + "@reach/dialog": "^0.18.0", |
| 19 | + "@safe-global/safe-apps-provider": "^0.18.6", |
20 | 20 | "@safe-global/safe-apps-sdk": "^8.1.0",
|
21 |
| - "@sentry/react": "^7.37.2", |
| 21 | + "@sentry/react": "^7.120.3", |
22 | 22 | "@tanstack/react-query": "v5",
|
23 | 23 | "@tanstack/react-query-devtools": "v5",
|
24 | 24 | "@uniswap/sdk-core": "^5.9.0",
|
25 |
| - "@uniswap/smart-order-router": "^4.7.8", |
| 25 | + "@uniswap/smart-order-router": "^4.20.11", |
26 | 26 | "@uniswap/v3-sdk": "^3.18.1",
|
27 |
| - "@upstash/qstash": "^2.7.20", |
| 27 | + "@upstash/qstash": "^2.7.23", |
28 | 28 | "@vercel/kv": "^2.0.0",
|
29 |
| - "@web3-onboard/coinbase": "^2.4.1", |
30 |
| - "@web3-onboard/core": "^2.24.0", |
31 |
| - "@web3-onboard/gnosis": "^2.2.0", |
32 |
| - "@web3-onboard/injected-wallets": "^2.11.1", |
33 |
| - "@web3-onboard/metamask": "^2.2.0", |
| 29 | + "@web3-onboard/coinbase": "^2.4.2", |
| 30 | + "@web3-onboard/core": "^2.24.1", |
| 31 | + "@web3-onboard/gnosis": "^2.3.2", |
| 32 | + "@web3-onboard/injected-wallets": "^2.11.3", |
| 33 | + "@web3-onboard/metamask": "^2.2.1", |
34 | 34 | "@web3-onboard/phantom": "^2.1.1",
|
35 | 35 | "@web3-onboard/react": "^2.11.0",
|
36 |
| - "@web3-onboard/walletconnect": "^2.4.6", |
37 |
| - "axios": "^0.27.2", |
38 |
| - "ethers": "5.7.2", |
39 |
| - "framer-motion": "^11.3.19", |
40 |
| - "jose": "^4.9.3", |
| 36 | + "@web3-onboard/walletconnect": "^2.6.2", |
| 37 | + "axios": "^0.30.0", |
| 38 | + "ethers": "5.8.0", |
| 39 | + "framer-motion": "^11.18.2", |
| 40 | + "jose": "^4.15.9", |
41 | 41 | "lodash-es": "^4.17.21",
|
42 |
| - "luxon": "^3.3.0", |
| 42 | + "luxon": "^3.6.1", |
43 | 43 | "numeral": "^2.0.6",
|
44 | 44 | "react": "v18",
|
45 | 45 | "react-dom": "v18",
|
46 |
| - "react-feather": "^2.0.9", |
47 |
| - "react-pro-sidebar": "^1.1.0-alpha.1", |
| 46 | + "react-feather": "^2.0.10", |
| 47 | + "react-pro-sidebar": "^1.1.0", |
48 | 48 | "react-router-dom": "v5",
|
49 |
| - "react-tooltip": "^5.18.0", |
50 |
| - "superstruct": "^0.15.4", |
51 |
| - "typescript": "^5.7.3", |
| 49 | + "react-tooltip": "^5.28.1", |
| 50 | + "superstruct": "^0.16.7", |
| 51 | + "typescript": "^5.8.3", |
52 | 52 | "viem": "2.x",
|
53 |
| - "wagmi": "^2.14.9" |
| 53 | + "wagmi": "^2.14.16" |
54 | 54 | },
|
55 | 55 | "scripts": {
|
56 | 56 | "start": "export REACT_APP_GIT_COMMIT_HASH=$(git rev-parse HEAD) && vite",
|
|
130 | 130 | "@testing-library/react": "^16.0.0",
|
131 | 131 | "@types/jest": "^29.5.14",
|
132 | 132 | "@types/lodash-es": "^4.17.5",
|
133 |
| - "@types/luxon": "^3.3.0", |
| 133 | + "@types/luxon": "^3.6.2", |
134 | 134 | "@types/node": "^12.0.0",
|
135 | 135 | "@types/numeral": "^2.0.5",
|
136 | 136 | "@types/react": "v18",
|
|
193 | 193 |
|
194 | 194 | "@vercel/node": {
|
195 | 195 | "ts-node": "10.9.2",
|
196 |
| - "typescript": "5.7.3", |
| 196 | + "typescript": "5.8.3", |
197 | 197 | "path-to-regexp": "6.3.0"
|
198 | 198 | },
|
199 | 199 | "@vercel/routing-utils": {
|
|
0 commit comments