|
13 | 13 | "**/*": "prettier --write --ignore-unknown" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@ctrl/tinycolor": "^3.4.1", |
17 | | - "@floating-ui/react-dom-interactions": "^0.12.0", |
| 16 | + "@ctrl/tinycolor": "^3.5.0", |
| 17 | + "@floating-ui/react-dom-interactions": "^0.13.1", |
18 | 18 | "@heroicons/react": "^2.0.13", |
19 | | - "@tanstack/react-query": "^4.19.0", |
| 19 | + "@rainbow-me/rainbowkit": "^0.8.0", |
| 20 | + "@tanstack/react-query": "^4.19.1", |
| 21 | + "@tanstack/react-query-persist-client": "^4.19.1", |
20 | 22 | "clsx": "^1.2.1", |
21 | 23 | "crossbell.js": "^0.11.5", |
22 | 24 | "dayjs": "^1.11.6", |
23 | 25 | "downshift": "^7.0.4", |
| 26 | + "ethers": "^5.7.2", |
24 | 27 | "hast": "^1.0.0", |
| 28 | + "idb-keyval": "^6.2.0", |
25 | 29 | "ioredis": "^5.2.4", |
26 | 30 | "js-yaml": "^4.1.0", |
27 | 31 | "mdast-util-to-string": "^3.1.0", |
28 | 32 | "next": "13.0.6", |
| 33 | + "nextjs-progressbar": "^0.0.16", |
29 | 34 | "react": "18.2.0", |
30 | 35 | "react-dom": "18.2.0", |
31 | | - "react-parallax-tilt": "^1.7.72", |
| 36 | + "react-parallax-tilt": "^1.7.75", |
32 | 37 | "refractor": "^4.8.0", |
33 | 38 | "rehype-infer-description-meta": "^1.1.0", |
34 | 39 | "rehype-prism-plus": "^1.5.0", |
|
46 | 51 | "unified": "^10.1.2", |
47 | 52 | "unist-builder": "^3.0.0", |
48 | 53 | "unist-util-visit": "^4.1.1", |
49 | | - "wagmi": "^0.8.9" |
| 54 | + "wagmi": "^0.8.10" |
50 | 55 | }, |
51 | 56 | "devDependencies": { |
52 | 57 | "@tailwindcss/line-clamp": "^0.4.2", |
53 | 58 | "@types/hast": "^2.3.4", |
54 | 59 | "@types/js-yaml": "^4.0.5", |
55 | | - "@types/node": "18.11.10", |
| 60 | + "@types/node": "18.11.11", |
56 | 61 | "@types/react": "18.0.26", |
57 | 62 | "@types/react-dom": "18.0.9", |
58 | 63 | "@types/underscore": "^1.11.4", |
59 | 64 | "autoprefixer": "^10.4.13", |
60 | | - "eslint": "8.28.0", |
| 65 | + "eslint": "8.29.0", |
61 | 66 | "eslint-config-next": "13.0.6", |
62 | 67 | "husky": "^8.0.2", |
63 | | - "lint-staged": "^13.0.4", |
| 68 | + "lint-staged": "^13.1.0", |
64 | 69 | "postcss": "^8.4.19", |
65 | 70 | "prettier": "^2.8.0", |
66 | 71 | "tailwindcss": "^3.2.4", |
|
0 commit comments