Skip to content

Commit 249a961

Browse files
fix: pnpm type-check failing due to minimatch error (#3315)
Co-authored-by: Caio Pizzol <97641911+caio-pizzol@users.noreply.github.com>
1 parent b60212a commit 249a961

2 files changed

Lines changed: 175 additions & 52 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
"@superdoc-dev/react": "workspace:*",
150150
"@superdoc-dev/superdoc-yjs-collaboration": "workspace:*",
151151
"@superdoc-dev/sdk": "workspace:*",
152-
"openapi-types": "12.1.3"
152+
"openapi-types": "12.1.3",
153+
"@types/minimatch": "5.1.2"
153154
},
154155
"ignoredBuiltDependencies": [
155156
"@parcel/watcher",

0 commit comments

Comments
 (0)