Skip to content

Commit

Permalink
Lock glob version to the _very_ old one we need
Browse files Browse the repository at this point in the history
This seems to be due to electron-builder having old dependencies. REMOVE when electron-builder is updated
  • Loading branch information
MGibson1 authored and jprusik committed Sep 30, 2024
1 parent 91e7c2d commit b968175
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@
"zone.js": "$zone.js"
},
"replacestream": "4.0.3",
"@types/minimatch": "3.0.5"
"@electron/asar": {
"@types/glob": "7.1.3"
}
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",
Expand Down

0 comments on commit b968175

Please sign in to comment.