Skip to content

Commit f2f5557

Browse files
committed
Update minimatch in example/capacitor
1 parent 1d2ef7c commit f2f5557

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

example/capacitor/package-lock.json

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

example/capacitor/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"run-android": "cap run android"
1515
},
1616
"overrides": {
17-
"external-editor": "@inquirer/external-editor"
17+
"external-editor": "@inquirer/external-editor",
18+
"@typescript-eslint/typescript-estree": {
19+
"minimatch": "^9.0.9"
20+
}
1821
},
1922
"dependencies": {
2023
"@authgear/capacitor": "../../packages/authgear-capacitor",

0 commit comments

Comments
 (0)