Skip to content

Commit

Permalink
Lock versions to prevent updates from breaking the docs (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Apr 23, 2024
1 parent 7f75142 commit d71ef5f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"test": "mocha"
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-mermaid": "^3.2.1",
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/theme-mermaid": "3.2.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mdx-js/react": "3.0.0",
Expand All @@ -33,19 +33,19 @@
"slick-carousel": "1.8.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.2.1",
"chai": "^5.0.0",
"glob": "^10.3.10",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-mdx": "^3.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
"@docusaurus/module-type-aliases": "3.2.1",
"chai": "5.0.0",
"glob": "10.3.10",
"mdast-util-from-markdown": "2.0.0",
"mdast-util-mdx": "3.0.0",
"micromark-extension-mdxjs": "3.0.0",
"minimist": "1.2.8",
"mocha": "10.2.0",
"rehype-stringify": "10.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.0.0",
"unified": "11.0.4",
"unist-util-visit": "5.0.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit d71ef5f

Please sign in to comment.