Skip to content

Commit

Permalink
Bump jsdom & glob; node 20 required
Browse files Browse the repository at this point in the history
  • Loading branch information
remitbri committed Jan 5, 2024
1 parent 6249870 commit a3e50ff
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 188 deletions.
2 changes: 1 addition & 1 deletion bin/retest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from "path";
import fs from "fs";
import { JSDOM } from "jsdom";
import { pathToFileURL } from "url";
import glob from "glob";
import { glob } from "glob";

let args = process.argv.slice(2);
let options = {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "rescript-test",
"version": "5.0.0",
"version": "6.0.0",
"bin": {
"retest": "bin/retest.mjs"
},
"engines": {
"node": ">16.0.0"
"node": ">20.0.0"
},
"scripts": {
"clean": "rescript clean",
Expand All @@ -28,7 +28,7 @@
"rescript": "^9.0.0 || ^10.0.0"
},
"dependencies": {
"glob": "^7.2.0",
"jsdom": "22.1.0"
"glob": "^10.3.0",
"jsdom": "^23.1.0"
}
}
Loading

0 comments on commit a3e50ff

Please sign in to comment.