From 9b9f6769faa33af43645df9acbdb78d8140646b4 Mon Sep 17 00:00:00 2001 From: MatsM16 Date: Thu, 4 Dec 2025 13:50:36 +0100 Subject: [PATCH] Updated to safe package versions --- package.json | 4 ++-- packages/gitbook/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 54ec8c2aae..a55c76fdcc 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "bidc": "^0.0.2", "bun-types": "^1.1.20", "classnames": "^2.5.1", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.0.1", + "react-dom": "^19.0.1", "tsdown": "^0.15.6", "typescript": "^5.5.3", "usehooks-ts": "^3.1.1" diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index d7e63777ac..013a1d3a53 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -50,7 +50,7 @@ "micromark-extension-frontmatter": "^2.0.0", "micromark-extension-gfm": "^3.0.0", "motion": "^12.23.24", - "next": "15.4.0", + "next": "15.4.8", "next-themes": "^0.4.6", "nuqs": "^2.2.3", "object-hash": "^3.0.0",