From ce1a0f0f819f71e94b3c9af21ea98309b5ad8db4 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 3 Apr 2022 20:42:39 +0200 Subject: [PATCH 1/2] fix(docs): use exact version Since it's an alpha build, it should be exact version, otherwise managers do weird things --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 3f77029ef762f..1c1739575fc28 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,7 @@ "js-cookie": "3.0.1", "next": "12.1.0", "nextra": "2.0.0-alpha.48", - "nextra-theme-docs": "^2.0.0-alpha.48", + "nextra-theme-docs": "2.0.0-alpha.48", "react": "17.0.2", "react-dom": "17.0.2", "react-hot-toast": "2.1.1", From 8956a3b2142c941518c51a5e12584bc200e3274d Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 3 Apr 2022 21:05:42 +0200 Subject: [PATCH 2/2] Update pnpm-lock.yaml --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a1c5df5bb938..a00e106e59fdd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,7 +79,7 @@ importers: js-cookie: 3.0.1 next: 12.1.0 nextra: 2.0.0-alpha.48 - nextra-theme-docs: ^2.0.0-alpha.48 + nextra-theme-docs: 2.0.0-alpha.48 postcss: 8.3.5 react: 17.0.2 react-dom: 17.0.2