Skip to content

Commit

Permalink
build(npm): Set dependencies to be range, remove dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestreety authored Jul 9, 2024
1 parent a29edda commit 07b5342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"author": "Mike Street",
"license": "ISC",
"dependencies": {
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.0",
"@docusaurus/theme-mermaid": "3.2.1",
"@easyops-cn/docusaurus-search-local": "^0.40.1",
"deepmerge": "^4.3.1",
"prism-react-renderer": "^2.1.0"
"@docusaurus/core": "^3.2",
"@docusaurus/preset-classic": "^3.2",
"@docusaurus/theme-mermaid": "^3.2",
"@easyops-cn/docusaurus-search-local": "^0.40",
"deepmerge": "^4.3",
"prism-react-renderer": "^2.1"
}
}

0 comments on commit 07b5342

Please sign in to comment.