Skip to content

Commit

Permalink
fix: revert accidental breaking change in patch release (#381)
Browse files Browse the repository at this point in the history
* Revert "fix(deps): update dependency glob to v11 (#379)"

This reverts commit ed7d1b4.

* build: explicitly specify engines
  • Loading branch information
wolfy1339 authored Jul 15, 2024
1 parent ed7d1b4 commit 0918c67
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
57 changes: 25 additions & 32 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"console-log-level": "^1.4.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"glob": "^11.0.0",
"glob": "^10.0.0",
"http-proxy-middleware": "^2.0.0",
"lodash": "^4.17.10",
"yargs": "^17.0.0"
Expand Down Expand Up @@ -81,5 +81,8 @@
"env": {
"NODE_ENV": "production"
}
},
"engines": {
"node": ">=18"
}
}

0 comments on commit 0918c67

Please sign in to comment.