Skip to content

Commit

Permalink
fix docusaurus dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ApplebaumIan committed May 13, 2024
1 parent ce8bfbc commit dbb4a56
Show file tree
Hide file tree
Showing 2 changed files with 2,008 additions and 1,966 deletions.
8 changes: 4 additions & 4 deletions documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-project-docs",
"description": "Create a project with a Docusaurus documentation website template designed for Temple University CIS Projects in Computer Science courses.",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --host 0.0.0.0 ",
Expand All @@ -15,8 +15,8 @@
},
"bin": "./.bin/bin.js",
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/core": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/theme-live-codeblock": "^3.1.1",
"@docusaurus/theme-mermaid": "^3.1.1",
"@mdx-js/react": "^3.0.0",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/types": "3.1.1"
"@docusaurus/types": "^3.1.1"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit dbb4a56

Please sign in to comment.