|
1 | 1 | { |
2 | 2 | "name": "@superfluid-finance/dashboard", |
3 | | - "version": "32.0.0", |
| 3 | + "version": "33.0.0", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "next dev --port 3000", |
8 | 8 | "replayio": "replayio record http://localhost:3000", |
9 | | - "build": "next build", |
| 9 | + "build": "next build --webpack", |
10 | 10 | "start": "next start", |
11 | | - "lint": "next lint", |
| 11 | + "lint": "eslint .", |
12 | 12 | "coverage:build": "rm -rf tests/coverage tests/.nyc_output && INSTRUMENT_CODE=1 pnpm build && pnpm start", |
13 | 13 | "coverage:dev": "rm -rf tests/coverage tests/.nyc_output && INSTRUMENT_CODE=1 pnpm dev", |
14 | 14 | "coverage:test": "cd tests && pnpm cypress run --env network=opsepolia,dev=false,coverage=true", |
|
34 | 34 | "@hookform/error-message": "^2.0.1", |
35 | 35 | "@hookform/resolvers": "5.0.1", |
36 | 36 | "@lens-protocol/client": "^2.3.2", |
37 | | - "@lifi/sdk": "^3.13.6", |
38 | | - "@lifi/widget": "^3.36.0", |
| 37 | + "@lifi/sdk": "^3.14.1", |
| 38 | + "@lifi/widget": "^3.38.1", |
39 | 39 | "@mui/icons-material": "^6.5.0", |
40 | 40 | "@mui/lab": "6.0.1-beta.34", |
41 | 41 | "@mui/material": "^6.5.0", |
42 | 42 | "@mui/system": "^6.5.0", |
43 | 43 | "@mui/utils": "^6", |
44 | 44 | "@mui/x-data-grid": "^7.29.12", |
45 | 45 | "@mui/x-date-pickers": "^7.29.4", |
46 | | - "@reduxjs/toolkit": "^2.11.0", |
47 | | - "@reown/appkit": "^1.8.14", |
48 | | - "@reown/appkit-adapter-wagmi": "^1.8.14", |
49 | | - "@reown/appkit-common": "^1.8.14", |
| 46 | + "@reduxjs/toolkit": "^2.11.2", |
| 47 | + "@reown/appkit": "^1.8.16", |
| 48 | + "@reown/appkit-adapter-wagmi": "^1.8.16", |
| 49 | + "@reown/appkit-common": "^1.8.16", |
50 | 50 | "@segment/analytics-next": "^1.81.1", |
51 | | - "@sentry/browser": "^9.47.1", |
52 | | - "@sentry/nextjs": "^9.47.1", |
53 | | - "@sentry/react": "^9.47.1", |
| 51 | + "@sentry/browser": "^10.32.1", |
| 52 | + "@sentry/nextjs": "^10.32.1", |
| 53 | + "@sentry/react": "^10.32.1", |
54 | 54 | "@superfluid-finance/metadata": "^1.6.2", |
55 | 55 | "@superfluid-finance/sdk-core": "^0.9.0", |
56 | 56 | "@superfluid-finance/sdk-redux": "^0.7.0", |
57 | | - "@superfluid-finance/tokenlist": "^5.35.0", |
58 | | - "@tanstack/react-query": "^5.90.11", |
| 57 | + "@superfluid-finance/tokenlist": "^5.37.1", |
| 58 | + "@tanstack/react-query": "^5.90.16", |
59 | 59 | "@vercel/functions": "^2.2.13", |
60 | | - "@xstate/store": "^3.13.0", |
| 60 | + "@xstate/store": "^3.14.1", |
61 | 61 | "await-timeout": "^1.1.1", |
62 | 62 | "axios": "^1.13.2", |
63 | 63 | "chart.js": "^4.5.1", |
64 | 64 | "clsx": "^2.1.1", |
65 | 65 | "date-fns": "^2.30.0", |
66 | 66 | "decimal.js": "^10.6.0", |
67 | | - "effect": "^3.19.8", |
| 67 | + "effect": "^3.19.14", |
68 | 68 | "eol": "^0.10.0", |
69 | 69 | "ethers": "^5.8.0", |
70 | 70 | "fuse.js": "^7.1.0", |
71 | 71 | "graphql": "^16.12.0", |
72 | 72 | "graphql-request": "^6.1.0", |
73 | 73 | "immer": "^10.2.0", |
74 | 74 | "jszip": "^3.10.1", |
75 | | - "lodash-es": "^4.17.21", |
| 75 | + "lodash-es": "^4.17.22", |
76 | 76 | "nanoid": "^5.1.6", |
77 | | - "next": "15.5.9", |
| 77 | + "next": "16.1.1", |
78 | 78 | "next-themes": "^0.4.6", |
79 | 79 | "papaparse": "^5.5.3", |
80 | 80 | "promise-retry": "^2.0.1", |
81 | | - "react": "^19.2.1", |
| 81 | + "react": "^19.2.3", |
82 | 82 | "react-blockies": "^1.4.1", |
83 | | - "react-dom": "^19.2.1", |
84 | | - "react-hook-form": "^7.65.0", |
| 83 | + "react-dom": "^19.2.3", |
| 84 | + "react-hook-form": "^7.70.0", |
85 | 85 | "react-hotjar": "^6.3.1", |
86 | 86 | "react-redux": "^9", |
87 | 87 | "react-toastify": "^9.1.3", |
|
90 | 90 | "redux-persist": "^6.0.0", |
91 | 91 | "serialize-error": "^8.1.0", |
92 | 92 | "sha3": "^2.1.4", |
93 | | - "viem": "^2.41.2", |
| 93 | + "viem": "^2.43.5", |
94 | 94 | "wagmi": "^2.19.5", |
95 | 95 | "yup": "^1.7.1" |
96 | 96 | }, |
97 | 97 | "devDependencies": { |
98 | 98 | "@dethcrypto/eth-sdk": "^0.3.4", |
| 99 | + "@eslint/eslintrc": "^3.3.3", |
99 | 100 | "@graphprotocol/client-cli": "^2.2.22", |
| 101 | + "@next/eslint-plugin-next": "^16.1.1", |
100 | 102 | "@rtk-query/codegen-openapi": "^1.2.0", |
101 | 103 | "@superfluid-finance/ethereum-contracts": "^1.14.1", |
102 | 104 | "@types/await-timeout": "^0.3.3", |
103 | 105 | "@types/lodash-es": "^4.17.12", |
104 | | - "@types/papaparse": "^5.5.1", |
| 106 | + "@types/papaparse": "^5.5.2", |
105 | 107 | "@types/promise-retry": "^1.1.6", |
106 | 108 | "@types/react": "^19.2.7", |
107 | 109 | "@types/react-dom": "^19.2.3", |
|
111 | 113 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
112 | 114 | "del-cli": "^5.1.0", |
113 | 115 | "dotenv": "^16.6.1", |
114 | | - "eslint": "^8.57.1", |
115 | | - "eslint-config-next": "^15.5.7", |
| 116 | + "eslint": "^9.39.2", |
| 117 | + "eslint-config-next": "^16.1.1", |
| 118 | + "eslint-plugin-react": "^7.37.5", |
| 119 | + "eslint-plugin-react-hooks": "^7.0.1", |
116 | 120 | "npm-run-all": "^4.1.5", |
117 | 121 | "replayio": "^1.7.0", |
118 | 122 | "typescript": "^5.9.3" |
|
0 commit comments