Skip to content

Commit 78be1ad

Browse files
authored
deps: downgrade blob to v9 to avoid minimatch error (#142)
* deps: pin minimatch 10.0.1 * Downgrade glob
1 parent 36cbee1 commit 78be1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-plugin-react-hooks": "^5.1.0",
7070
"eslint-plugin-unused-imports": "^4.1.4",
7171
"fs-extra": "^11.3.0",
72-
"glob": "^11.0.1",
72+
"glob": "^10.0.0",
7373
"html-loader": "~5.1.0",
7474
"html-webpack-plugin": "^5.6.3",
7575
"identity-obj-proxy": "^3.0.0",

0 commit comments

Comments
 (0)