diff --git a/README.md b/README.md index 23d3fcc..a5c82d3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ React components for rendering messages from [`@worldware/msg`](https://www.npmj `@worldware/msg` is a **peer dependency** of `@worldware/msg-react` (and is marked external in the build). Install both packages in your app: ```bash -npm install @worldware/msg@^0.11.0 @worldware/msg-react +npm install @worldware/msg@^0.12.0 @worldware/msg-react ``` That keeps a single shared `@worldware/msg` instance and types in the dependency tree and avoids duplicate copies. diff --git a/package-lock.json b/package-lock.json index 3edda2e..250ea05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.0.5", "@vitest/coverage-v8": "^4.1.10", - "@worldware/msg": "^0.11.0", + "@worldware/msg": "^0.12.0", "jsdom": "^30.0.1", "messageformat": "^4.0.0", "react": "^19.2.8", @@ -27,7 +27,7 @@ "vitest": "^4.1.10" }, "peerDependencies": { - "@worldware/msg": "^0.11.0", + "@worldware/msg": "^0.12.0", "react": "^19.0.0", "react-dom": "^19.0.0" } @@ -2721,9 +2721,9 @@ } }, "node_modules/@worldware/msg": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@worldware/msg/-/msg-0.11.0.tgz", - "integrity": "sha512-ystMGAvpvPyoVpXzfFAcfy/t0SDAo4BY9YB1+w9NSXN6VV6JZFhL+dqhtvfNLyszz+Cs55pXpnzlnKzulnPeVw==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@worldware/msg/-/msg-0.12.0.tgz", + "integrity": "sha512-pLFpp6RE8BOgy3XQt/heV0KB68AUTZKUHY4Y/u1J0IGhOW+5aNUNs4KYwI3uYAQVNp8c3q4CoWeHCzbkW2k14g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 72907eb..446e03a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ } }, "peerDependencies": { - "@worldware/msg": "^0.11.0", + "@worldware/msg": "^0.12.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, @@ -62,7 +62,7 @@ "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.0.5", "@vitest/coverage-v8": "^4.1.10", - "@worldware/msg": "^0.11.0", + "@worldware/msg": "^0.12.0", "jsdom": "^30.0.1", "messageformat": "^4.0.0", "react": "^19.2.8",