Skip to content

Commit

Permalink
Merge pull request #3482 from jspsych/fix-updateUnpkgLinks
Browse files Browse the repository at this point in the history
Use glob v7 for jspsych/config
  • Loading branch information
jodeleeuw authored Jan 7, 2025
2 parents cee18f8 + a733fc6 commit 9e6ad1c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-swans-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych/config": patch
---

Fixes gulp build process that was attempting to use glob v10 by adding glob v7 as explicit dependency. glob v9+ changed the API and would require some rewrites and testing before implementing
41 changes: 41 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"app-root-path": "^3.1.0",
"canvas": "^2.11.2",
"esbuild": "0.23.1",
"glob": "7.2.3",
"gulp": "5.0.0",
"gulp-cli": "3.0.0",
"gulp-file": "0.4.0",
Expand Down

0 comments on commit 9e6ad1c

Please sign in to comment.