Skip to content

Commit

Permalink
Upgraded docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Jan 28, 2025
1 parent 4478b20 commit e139a62
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/docs/developer-resources/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ slug: /developer-resources/introduction
sidebar_position: 1
---

Welcome to the Talawa-Admin
Welcome to Talawa-Admin
2 changes: 1 addition & 1 deletion docs/docs/docs/developer-resources/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: troubleshooting
title: Operation
title: Troubleshooting
slug: /developer-resources/troubleshooting
sidebar_position: 5
---
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus": "^1.14.7",
Expand All @@ -25,9 +25,9 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/tsconfig": "3.6.3",
"@docusaurus/types": "3.6.3",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"typescript": "~5.6.2"
},
"browserslist": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,6 @@
"prettier --write"
],
"**/*.{ts, tsx, json}": "eslint --fix"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit e139a62

Please sign in to comment.