From 3151bfb10ad68faeee5f4c644e5e63e5b929fa53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:02:05 +0000 Subject: [PATCH] chore(deps): update dependencies (non-major) --- with-jest-swc/package.json | 4 ++-- with-jest-ts/package.json | 4 ++-- with-nextjs/package.json | 8 ++++---- with-vite/package.json | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/with-jest-swc/package.json b/with-jest-swc/package.json index fc19548..56099b4 100644 --- a/with-jest-swc/package.json +++ b/with-jest-swc/package.json @@ -13,13 +13,13 @@ "remirror": "^3.0.0" }, "devDependencies": { - "@swc/core": "^1.6.6", + "@swc/core": "^1.7.3", "@swc/jest": "^0.2.36", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-remirror": "^3.0.0", - "typescript": "^5.5.3" + "typescript": "^5.5.4" } } diff --git a/with-jest-ts/package.json b/with-jest-ts/package.json index d2a9df9..908bdc9 100644 --- a/with-jest-ts/package.json +++ b/with-jest-ts/package.json @@ -18,7 +18,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-remirror": "^3.0.0", - "ts-jest": "^29.1.5", - "typescript": "^5.5.3" + "ts-jest": "^29.2.3", + "typescript": "^5.5.4" } } diff --git a/with-nextjs/package.json b/with-nextjs/package.json index 4d87b16..924d1dc 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -12,21 +12,21 @@ "dependencies": { "@remirror/pm": "^3.0.0", "@remirror/react": "^3.0.0", - "next": "^14.2.0", + "next": "^14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "remirror": "^3.0.0" }, "devDependencies": { "@types/jest": "^29.5.12", - "@types/node": "^20.14.9", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", - "eslint-config-next": "^14.2.4", + "eslint-config-next": "^14.2.5", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-remirror": "^3.0.0", - "typescript": "^5.5.3" + "typescript": "^5.5.4" } } diff --git a/with-vite/package.json b/with-vite/package.json index 68adbae..2a0026f 100644 --- a/with-vite/package.json +++ b/with-vite/package.json @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", + "@emotion/react": "^11.13.0", + "@emotion/styled": "^11.13.0", "@remirror/pm": "^3.0.0", "@remirror/react": "^3.0.0", "@remirror/react-ui": "^1.0.0", @@ -23,7 +23,7 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "typescript": "^5.5.3", - "vite": "^5.3.2" + "typescript": "^5.5.4", + "vite": "^5.3.5" } }