From c44d9ac102e286ad89b07af6242373d07440a598 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Thu, 18 Sep 2025 21:47:27 +0100 Subject: [PATCH] Add cross-env as a top levvel dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf7545d8db..5b575e1436 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@docusaurus/theme-mermaid": "^3.8.1", "@mdx-js/react": "^3.0.0", "prism-react-renderer": "^2.3.0", + "cross-env": "^7.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-typed": "^2.0.12", @@ -34,7 +35,6 @@ "@docusaurus/module-type-aliases": "^3.8.1", "@docusaurus/types": "^3.8.1", "@mdx-js/mdx": "^3.1.0", - "cross-env": "^7.0.3", "husky": "^9.1.7", "ora": "^8.2.0", "table": "^6.9.0",