From 204e4705d1b1e8ada3fc3f7d7625fed7e42c5434 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:56:32 +0000 Subject: [PATCH] chore(deps): update dependencies (non-major) --- with-jest-swc/package.json | 4 ++-- with-jest-ts/package.json | 2 +- with-nextjs/package.json | 12 ++++++------ with-vite/package.json | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/with-jest-swc/package.json b/with-jest-swc/package.json index 68a16ae..09a4c5d 100644 --- a/with-jest-swc/package.json +++ b/with-jest-swc/package.json @@ -13,13 +13,13 @@ "remirror": "^2.0.39" }, "devDependencies": { - "@swc/core": "^1.4.2", + "@swc/core": "^1.4.11", "@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": "^2.1.5", - "typescript": "^5.3.3" + "typescript": "^5.4.3" } } diff --git a/with-jest-ts/package.json b/with-jest-ts/package.json index aca1c0b..ac841b3 100644 --- a/with-jest-ts/package.json +++ b/with-jest-ts/package.json @@ -18,6 +18,6 @@ "jest-environment-jsdom": "^29.7.0", "jest-remirror": "^2.1.5", "ts-jest": "^29.1.2", - "typescript": "^5.3.3" + "typescript": "^5.4.3" } } diff --git a/with-nextjs/package.json b/with-nextjs/package.json index b04df48..fdc6f60 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -12,21 +12,21 @@ "dependencies": { "@remirror/pm": "^2.0.8", "@remirror/react": "^2.0.35", - "next": "^14.1.2", + "next": "^14.1.4", "react": "^18.2.0", "react-dom": "^18.2.0", "remirror": "^2.0.39" }, "devDependencies": { "@types/jest": "^29.5.12", - "@types/node": "^20.11.24", - "@types/react": "^18.2.62", - "@types/react-dom": "^18.2.19", + "@types/node": "^20.12.2", + "@types/react": "^18.2.74", + "@types/react-dom": "^18.2.23", "eslint": "^8.57.0", - "eslint-config-next": "^14.1.2", + "eslint-config-next": "^14.1.4", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-remirror": "^2.1.5", - "typescript": "^5.3.3" + "typescript": "^5.4.3" } } diff --git a/with-vite/package.json b/with-vite/package.json index bbcaf81..9d72f94 100644 --- a/with-vite/package.json +++ b/with-vite/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.0", + "@emotion/styled": "^11.11.5", "@remirror/pm": "^2.0.8", "@remirror/react": "^2.0.35", "@remirror/styles": "^2.0.7", @@ -19,10 +19,10 @@ "remirror": "^2.0.39" }, "devDependencies": { - "@types/react": "^18.2.62", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.74", + "@types/react-dom": "^18.2.23", "@vitejs/plugin-react": "^4.2.1", - "typescript": "^5.3.3", - "vite": "^5.1.5" + "typescript": "^5.4.3", + "vite": "^5.2.7" } }