Skip to content

Commit

Permalink
Merge pull request #90 from EarthMaker-MC/chore/bump-search-local
Browse files Browse the repository at this point in the history
chore: Bump search-local
  • Loading branch information
Ellinikor authored Dec 3, 2024
2 parents 1af5013 + 9cfeddc commit 595e6a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@skyra/discord-components-react": "^4.0.0-alpha.37",
"clsx": "^2.1.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-search-local": "^2.1.0",
"docusaurus-plugin-search-local": "^2.1.2",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"pnpm": {
"patchedDependencies": {
"docusaurus-plugin-search-local@2.1.0": "patches/docusaurus-plugin-search-local@2.1.0.patch"
"docusaurus-plugin-search-local": "patches/docusaurus-plugin-search-local.patch"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/package.json b/package.json
index c5c92de9ac0cc2f025a97579ae95a63a2c76ef0b..a55d4cc2a1c8ec261d2192ad4fb7c601758859de 100644
index 5c15c0a7b0b2b4540994f3a99d4f67ea812555e3..84bbfe01649d5392ce316929ad3918f68914da10 100644
--- a/package.json
+++ b/package.json
@@ -94,9 +94,9 @@
Expand All @@ -9,9 +9,9 @@ index c5c92de9ac0cc2f025a97579ae95a63a2c76ef0b..a55d4cc2a1c8ec261d2192ad4fb7c601
- "@docusaurus/core": ">=3.0.0",
- "@docusaurus/utils": ">=3.0.0",
- "@docusaurus/utils-validation": ">=3.0.0",
+ "@docusaurus/core": ">=3.0.0||^0.0.0",
+ "@docusaurus/utils": ">=3.0.0||^0.0.0",
+ "@docusaurus/utils-validation": ">=3.0.0||^0.0.0",
+ "@docusaurus/core": "^0.0.0 || >=3.0.0",
+ "@docusaurus/utils": "^0.0.0 || >=3.0.0",
+ "@docusaurus/utils-validation": "^0.0.0 || >=3.0.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 595e6a3

Please sign in to comment.