Skip to content

Commit

Permalink
fix(cli): pin glob package version to fix TS build
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed Sep 26, 2023
1 parent 2410738 commit 6658671
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 53 deletions.
144 changes: 93 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"debug": "^4.1.1",
"fp-ts": "^2.5.3",
"fs-extra": "^11.0.0",
"glob": "^10.0.0",
"glob": "^10.3.7, < 10.3.7",
"io-ts": "^2.2.20",
"io-ts-reporters": "^2.0.1",
"nunjucks": "3.2.4",
Expand All @@ -56,7 +56,6 @@
"devDependencies": {
"@types/debug": "4.1.9",
"@types/fs-extra": "11.0.2",
"@types/glob": "8.1.0",
"@types/nunjucks": "^3.1.3",
"@types/yargs": "17.0.24"
},
Expand Down

0 comments on commit 6658671

Please sign in to comment.