Skip to content

Commit 99abdee

Browse files
Reapply "Override path-to-regexp version to a patched one (8.0)"
This reverts commit dc3613c. The problem with a local build issue turned out ot be something else.
1 parent dc3613c commit 99abdee

File tree

2 files changed

+31
-17
lines changed

2 files changed

+31
-17
lines changed

package-lock.json

Lines changed: 27 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
"clsx": "^1.2.1",
2222
"prism-react-renderer": "^2.1.0",
2323
"react": "^18.0.0",
24-
"react-dom": "^18.0.0"
24+
"react-dom": "^18.0.0",
25+
"path-to-regexp": ">=8.0.0"
2526
},
2627
"devDependencies": {
2728
"@docusaurus/module-type-aliases": "^3.5.2",
28-
"@docusaurus/types": "^3.5.2"
29+
"@docusaurus/types": "^3.5.2",
30+
"path-to-regexp": ">=8.0.0"
2931
},
3032
"browserslist": {
3133
"production": [

0 commit comments

Comments
 (0)