diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/package.json b/package.json index 82245438..89b06003 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "#serialize": "./src/data/serialize.js", "#sort": "./src/common-util/sort.js", "#sugar": "./src/common-util/sugar.js", - "#test-lib": "./test/lib/index.js", + "#test-lib": "./test/test-lib.js", "#thing": "./src/data/thing.js", "#things": "./src/data/things/init.js", "#thumbs": "./src/gen-thumbs.js", @@ -60,26 +60,25 @@ "node": ">= 22.13.0" }, "dependencies": { - "@eslint/js": "9.37.0", + "@eslint/js": "10.0.1", "@js-temporal/polyfill": "0.4.4", - "chroma-js": "2.4.2", + "chokidar": "5.0.0", + "chroma-js": "3.2.0", "command-exists": "1.2.9", "compress-json": "3.4.0", - "eslint": "9.37.0", + "eslint": "10.1.0", "flexsearch": "0.7.43", "image-size": "2.0.2", - "js-yaml": "4.1.0", - "marked": "16.4.1", - "msgpackr": "1.11.1", - "rimraf": "5.0.7", + "js-yaml": "4.1.1", + "marked": "17.0.5", + "msgpackr": "1.11.9", + "rimraf": "6.1.3", "striptags": "4.0.0-alpha.4", "word-count": "0.3.1", "word-wrap": "1.2.5" }, "license": "MIT", "devDependencies": { - "chokidar": "^3.5.3", - "tap": "^21.1.1", - "tcompare": "^6.0.0" + "tap": "21.6.2" } } |