Skip to content

Commit 0876226

Browse files
committed
search broken
1 parent 7a8e6f0 commit 0876226

File tree

3 files changed

+303
-285
lines changed

3 files changed

+303
-285
lines changed

.npm-upgrade.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
"ignore": {
33
"tailwindcss": {
44
"versions": ">3",
5-
"reason": "Needs Special Care i don't have time for right now"
5+
"reason": "needs special care i don't have time for right now"
6+
},
7+
"react": {
8+
"versions": ">18",
9+
"reason": "https://github.com/cmfcmf/docusaurus-search-local/issues/205"
10+
},
11+
"react-dom": {
12+
"versions": ">18",
13+
"reason": "https://github.com/cmfcmf/docusaurus-search-local/issues/205"
614
}
715
}
816
}

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"clsx": "^2.1.1",
2525
"docusaurus-plugin-image-zoom": "^3.0.1",
2626
"prism-react-renderer": "^2.4.1",
27-
"react": "^19.1.1",
28-
"react-dom": "^19.1.1",
27+
"react": "^18.0.0",
28+
"react-dom": "^18.0.0",
2929
"swetrix": "^3.7.1"
3030
},
3131
"devDependencies": {
@@ -36,7 +36,7 @@
3636
"postcss": "^8.5.6",
3737
"postcss-import": "^16.1.1",
3838
"prop-types": "^15.8.1",
39-
"tailwindcss": "^3.4.15"
39+
"tailwindcss": "^3.0.0"
4040
},
4141
"browserslist": {
4242
"production": [
@@ -52,5 +52,10 @@
5252
},
5353
"engines": {
5454
"node": ">=16.14"
55+
},
56+
"overrides": {
57+
"@cmfcmf/docusaurus-search-local": {
58+
"@docusaurus/core": "^3.1.0"
59+
}
5560
}
5661
}

0 commit comments

Comments
 (0)