diff --git a/blog/2023-03-10-cwtch-documentation.md b/blog/2023-03-10-cwtch-documentation.md index cd05325b..79206f9a 100644 --- a/blog/2023-03-10-cwtch-documentation.md +++ b/blog/2023-03-10-cwtch-documentation.md @@ -15,7 +15,7 @@ authors: One of the main streams of work in the lead up to Cwtch Stable has been improving all aspects of Cwtch Documentation. In this development log we will highlight some of the major updates over the last few weeks. ![](/img/devlog9.png) - + ## Cwtch Secure Development Handbook diff --git a/package-lock.json b/package-lock.json index 34cfd6f0..71e3c17c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,12 +15,12 @@ "@docusaurus/preset-classic": "2.0.0-beta.20", "@mdx-js/react": "^1.6.22", "clsx": "^1.1.1", - "hast-util-is-element": "1.1.0", + "hast-util-is-element": "^1.1.0", "prism-react-renderer": "^1.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "rehype-katex": "5", - "remark-math": "3" + "rehype-katex": "^5.0.0", + "remark-math": "^3.0.1" }, "devDependencies": { "@docusaurus/module-type-aliases": "2.0.0-beta.20" diff --git a/package.json b/package.json index d4dd3f3c..7661ab20 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ "@docusaurus/preset-classic": "2.0.0-beta.20", "@mdx-js/react": "^1.6.22", "clsx": "^1.1.1", - "hast-util-is-element": "1.1.0", + "hast-util-is-element": "^1.1.0", "prism-react-renderer": "^1.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "rehype-katex": "5", - "remark-math": "3" + "rehype-katex": "^5.0.0", + "remark-math": "^3.0.1" }, "devDependencies": { "@docusaurus/module-type-aliases": "2.0.0-beta.20"