|
82 | 82 | "devDependencies": { |
83 | 83 | "@rollup/plugin-terser": "^0.4.4", |
84 | 84 | "@rollup/plugin-typescript": "^11.1.6", |
85 | | - "@testing-library/dom": "^10.3.0", |
| 85 | + "@testing-library/dom": "^10.3.1", |
86 | 86 | "@testing-library/jest-dom": "^6.4.6", |
87 | 87 | "@testing-library/react": "^16.0.0", |
88 | 88 | "@types/react": "^18.3.3", |
89 | 89 | "@types/react-dom": "^18.3.0", |
90 | 90 | "@types/uuid": "^10.0.0", |
91 | 91 | "@vitejs/plugin-react": "^4.3.1", |
92 | | - "@vitest/coverage-v8": "^1.6.0", |
| 92 | + "@vitest/coverage-v8": "^2.0.1", |
93 | 93 | "@xmtp/content-type-reaction": "^1.1.9", |
94 | 94 | "@xmtp/content-type-remote-attachment": "^1.1.9", |
95 | 95 | "@xmtp/content-type-reply": "^1.1.11", |
|
103 | 103 | "prettier": "^3.3.2", |
104 | 104 | "prettier-plugin-packagejson": "^2.5.0", |
105 | 105 | "react": "^18.3.1", |
106 | | - "rollup": "^4.18.0", |
| 106 | + "react-dom": "^18.3.1", |
| 107 | + "rollup": "^4.18.1", |
107 | 108 | "rollup-plugin-dts": "^6.1.1", |
108 | 109 | "rollup-plugin-filesize": "^10.0.0", |
109 | 110 | "rollup-plugin-tsconfig-paths": "^1.5.2", |
110 | 111 | "typedoc": "^0.26.3", |
111 | 112 | "typescript": "^5.5.3", |
112 | | - "viem": "^2.17.0", |
| 113 | + "viem": "^2.17.3", |
113 | 114 | "vite": "^5.3.3", |
114 | 115 | "vite-tsconfig-paths": "^4.3.2", |
115 | | - "vitest": "^1.6.0" |
| 116 | + "vitest": "^2.0.1" |
116 | 117 | }, |
117 | 118 | "peerDependencies": { |
118 | 119 | "@xmtp/content-type-primitives": "^1.0.1", |
119 | 120 | "@xmtp/content-type-reaction": "^1.1.7", |
120 | 121 | "@xmtp/content-type-remote-attachment": "^1.1.8", |
121 | 122 | "@xmtp/content-type-reply": "^1.1.9", |
122 | | - "@xmtp/xmtp-js": "^11.5.0", |
| 123 | + "@xmtp/xmtp-js": "^12.0.0", |
123 | 124 | "react": "^16.14.0 || ^17 || ^18" |
124 | 125 | }, |
125 | 126 | "engines": { |
|
0 commit comments