From 882dbcf96e1b4268e26a8c8a5bea1a8ae404451b Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 12 Dec 2023 12:39:04 -0500 Subject: [PATCH] Use specific package versions (#210) --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 26 +++++++++++++------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75eace59e..0bd64e73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,26 +8,26 @@ "name": "tezos-developer-docs", "version": "0.1.0", "dependencies": { - "@docusaurus/core": "^3.0.1", - "@docusaurus/preset-classic": "^3.0.1", - "@docusaurus/theme-mermaid": "^3.0.1", - "@emotion/react": "^11.11.1", - "@emotion/styled": "^11.11.0", - "@mdx-js/react": "^3.0.0", - "@mui/icons-material": "^5.14.18", - "@mui/material": "^5.14.18", - "clsx": "^1.2.1", + "@docusaurus/core": "3.0.1", + "@docusaurus/preset-classic": "3.0.1", + "@docusaurus/theme-mermaid": "3.0.1", + "@emotion/react": "11.11.1", + "@emotion/styled": "11.11.0", + "@mdx-js/react": "3.0.0", + "@mui/icons-material": "5.14.18", + "@mui/material": "5.14.18", + "clsx": "1.2.1", "plugin-image-zoom": "github:flexanalytics/plugin-image-zoom", - "prism-react-renderer": "^1.3.5", - "react": "^18.2", - "react-calendly": "^4.3.0", - "react-dom": "^18.2", - "rehype-katex": "^7.0.0", - "remark-math": "^6.0.0", - "slick-carousel": "^1.8.1" + "prism-react-renderer": "1.3.5", + "react": "18.2", + "react-calendly": "4.3.0", + "react-dom": "18.2", + "rehype-katex": "7.0.0", + "remark-math": "6.0.0", + "slick-carousel": "1.8.1" }, "devDependencies": { - "@docusaurus/module-type-aliases": "^3.0.1" + "@docusaurus/module-type-aliases": "3.0.1" }, "engines": { "node": ">=18.0" diff --git a/package.json b/package.json index 977669926..9bc70ab2d 100644 --- a/package.json +++ b/package.json @@ -17,20 +17,20 @@ "@docusaurus/core": "3.0.1", "@docusaurus/preset-classic": "3.0.1", "@docusaurus/theme-mermaid": "3.0.1", - "@emotion/react": "^11.11.1", - "@emotion/styled": "^11.11.0", - "@mdx-js/react": "^3.0.0", - "@mui/icons-material": "^5.14.18", - "@mui/material": "^5.14.18", - "clsx": "^1.2.1", + "@emotion/react": "11.11.1", + "@emotion/styled": "11.11.0", + "@mdx-js/react": "3.0.0", + "@mui/icons-material": "5.14.18", + "@mui/material": "5.14.18", + "clsx": "1.2.1", "plugin-image-zoom": "github:flexanalytics/plugin-image-zoom", - "prism-react-renderer": "^1.3.5", - "react": "^18.2", - "react-calendly": "^4.3.0", - "react-dom": "^18.2", - "rehype-katex": "^7.0.0", - "remark-math": "^6.0.0", - "slick-carousel": "^1.8.1" + "prism-react-renderer": "1.3.5", + "react": "18.2", + "react-calendly": "4.3.0", + "react-dom": "18.2", + "rehype-katex": "7.0.0", + "remark-math": "6.0.0", + "slick-carousel": "1.8.1" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.0.1"