@virtuoso.dev/message-list
Advanced tools
Comparing version 1.8.0-alpha.5 to 1.8.0-alpha.6
@@ -0,1 +1,8 @@ | ||
# [1.8.0-alpha.6](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2024-06-06) | ||
### Bug Fixes | ||
* switch to peer deps for react ([f992b02](https://github.com/virtuoso-dev/message-list/commit/f992b024368980e3db3fb3b6974e7e2e8a9e8c74)) | ||
# [1.8.0-alpha.5](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.4...v1.8.0-alpha.5) (2024-06-06) | ||
@@ -2,0 +9,0 @@ |
@@ -1608,3 +1608,3 @@ import { jsxs as At, jsx as y, Fragment as Hn } from "react/jsx-runtime"; | ||
now: /* @__PURE__ */ new Date(), | ||
packageTimestamp: 1717685056283 | ||
packageTimestamp: 1717687550227 | ||
}); | ||
@@ -1611,0 +1611,0 @@ return /* @__PURE__ */ y(Ln.Provider, { value: n, children: t }); |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "1.8.0-alpha.5", | ||
"version": "1.8.0-alpha.6", | ||
"type": "module", | ||
@@ -79,6 +79,8 @@ "module": "dist/index.js", | ||
"dependencies": { | ||
"@mdxeditor/gurx": "^1.1.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"@mdxeditor/gurx": "^1.1.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -85,0 +87,0 @@ "@ladle/react": "^4.0.2", |
78666
- Removedreact@^18.2.0
- Removedreact-dom@^18.2.0