Skip to content

Commit bd63727

Browse files
committed
build: bump minimatch version
1 parent 3917c3f commit bd63727

File tree

2 files changed

+32
-49
lines changed

2 files changed

+32
-49
lines changed

docs/package-lock.json

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

docs/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"loose-envify": "^1.4.0",
1111
"mintlify": "^4.2.391",
1212
"monaco-editor": "^0.55.1",
13-
"react": "^19.2.4",
14-
"react-dom": "^19.2.4",
13+
"react": "19.2.3",
14+
"react-dom": "19.2.3",
1515
"scheduler": "^0.27.0",
1616
"state-local": "^1.0.7"
1717
},
@@ -22,6 +22,7 @@
2222
"author": "",
2323
"license": "ISC",
2424
"overrides": {
25+
"minimatch": "^3.1.4",
2526
"axios": "^1.12.0",
2627
"path-to-regexp": "^0.1.12",
2728
"body-parser": "^1.20.3",
@@ -36,4 +37,4 @@
3637
"js-yaml": "^3.14.2"
3738
}
3839
}
39-
}
40+
}

0 commit comments

Comments
 (0)