Skip to content

Commit 1a40e27

Browse files
committed
minimatch fix
1 parent b1472d0 commit 1a40e27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"react-is": "19.0.0"
5959
},
6060
"react": "^19.0.0",
61-
"fast-xml-parser": "^5.3.6"
62-
61+
"fast-xml-parser": "^5.3.6",
62+
"minimatch": "^10.2.1"
6363
},
6464
"scripts": {
6565
"build": "npm run bundle-oas && npm run generate --buildver=$npm_config_buildver",

0 commit comments

Comments
 (0)