diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json index b23bed2e..4460461d 100644 --- a/package.json +++ b/package.json @@ -64,21 +64,21 @@ "node": ">= 22.13.0" }, "dependencies": { - "@eslint/js": "^9.38.0", - "@js-temporal/polyfill": "^0.4.4", - "chroma-js": "^2.4.2", - "command-exists": "^1.2.9", - "compress-json": "^3.0.5", - "eslint": "^9.37.0", - "flexsearch": "^0.7.43", - "he": "^1.2.0", - "image-size": "^1.0.2", - "js-yaml": "^4.1.0", - "marked": "^10.0.0", - "msgpackr": "^1.10.2", - "rimraf": "^5.0.7", - "striptags": "^4.0.0-alpha.4", - "word-wrap": "^1.2.3" + "@eslint/js": "9.37.0", + "@js-temporal/polyfill": "0.4.4", + "chroma-js": "2.4.2", + "command-exists": "1.2.9", + "compress-json": "3.0.5", + "eslint": "9.37.0", + "flexsearch": "0.7.43", + "he": "1.2.0", + "image-size": "1.0.2", + "js-yaml": "4.1.0", + "marked": "10.0.0", + "msgpackr": "1.10.2", + "rimraf": "5.0.7", + "striptags": "4.0.0-alpha.4", + "word-wrap": "1.2.5" }, "license": "MIT", "devDependencies": { |