From acd5c9ed08713d149171c32366bf7e03379ee96d Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sun, 10 Aug 2025 03:37:23 +0000 Subject: [PATCH] chore: upgrade internal dependencies to latest versions --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c578bc3..5beccf62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "@clack/prompts": "^0.11.0", "@heroicons/react": "^2.2.0", "@minify-html/node": "^0.16.4", - "@node-core/rehype-shiki": "1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", - "@node-core/ui-components": "1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", + "@node-core/rehype-shiki": "^1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", + "@node-core/ui-components": "^1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", "@orama/orama": "^3.1.11", "@orama/react-components": "^0.8.1", "@rollup/plugin-virtual": "^3.0.2", diff --git a/package.json b/package.json index c760cc1a..2f64a23b 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "@clack/prompts": "^0.11.0", "@heroicons/react": "^2.2.0", "@minify-html/node": "^0.16.4", - "@node-core/rehype-shiki": "1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", - "@node-core/ui-components": "1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", + "@node-core/rehype-shiki": "^1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", + "@node-core/ui-components": "^1.0.1-b8e314e799e27da854d47f211c1fed36810b969a", "@orama/orama": "^3.1.11", "@orama/react-components": "^0.8.1", "@rollup/plugin-virtual": "^3.0.2",