From b05af20c692ec1ace37217b0d0a959c1abd17c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:43:31 +0000 Subject: [PATCH] chore(deps): update remirror packages --- with-jest-swc/package.json | 4 ++-- with-jest-ts/package.json | 4 ++-- with-nextjs/package.json | 4 ++-- with-vite/package.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/with-jest-swc/package.json b/with-jest-swc/package.json index c472c6c..b496bd2 100644 --- a/with-jest-swc/package.json +++ b/with-jest-swc/package.json @@ -8,9 +8,9 @@ "author": "", "license": "MIT", "dependencies": { - "@remirror/pm": "^2.0.7", + "@remirror/pm": "^2.0.8", "@remirror/react": "^2.0.34", - "remirror": "^2.0.34" + "remirror": "^2.0.35" }, "devDependencies": { "@swc/core": "^1.3.52", diff --git a/with-jest-ts/package.json b/with-jest-ts/package.json index fe89b14..49c09c2 100644 --- a/with-jest-ts/package.json +++ b/with-jest-ts/package.json @@ -8,8 +8,8 @@ "author": "", "license": "MIT", "dependencies": { - "@remirror/pm": "^2.0.7", - "remirror": "^2.0.34" + "@remirror/pm": "^2.0.8", + "remirror": "^2.0.35" }, "devDependencies": { "@types/jest": "^29.5.1", diff --git a/with-nextjs/package.json b/with-nextjs/package.json index 42c5d81..54407bf 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -10,12 +10,12 @@ "test": "jest" }, "dependencies": { - "@remirror/pm": "^2.0.7", + "@remirror/pm": "^2.0.8", "@remirror/react": "^2.0.34", "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "remirror": "^2.0.34" + "remirror": "^2.0.35" }, "devDependencies": { "@types/jest": "^29.5.1", diff --git a/with-vite/package.json b/with-vite/package.json index b698598..3f6959a 100644 --- a/with-vite/package.json +++ b/with-vite/package.json @@ -11,12 +11,12 @@ "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", - "@remirror/pm": "^2.0.7", + "@remirror/pm": "^2.0.8", "@remirror/react": "^2.0.34", "@remirror/styles": "^2.0.7", "react": "^18.2.0", "react-dom": "^18.2.0", - "remirror": "^2.0.34" + "remirror": "^2.0.35" }, "devDependencies": { "@types/react": "^18.0.37",