Skip to content

Commit fe7b345

Browse files
Copilothsluoyz
andcommitted
Fix CI error by constraining minimatch and type definitions
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 4cd655a commit fe7b345

File tree

2 files changed

+8183
-8224
lines changed

2 files changed

+8183
-8224
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"engines": {
1010
"node": ">=18.0.0"
1111
},
12+
"resolutions": {
13+
"minimatch": "^9.0.0",
14+
"@types/node": "^14.0.0",
15+
"@types/babel__traverse": "7.20.0"
16+
},
1217
"scripts": {
1318
"format": "prettier --write 'src/**/*.ts'",
1419
"lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx",

0 commit comments

Comments
 (0)