diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-20 08:52:24 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-20 08:57:36 -0300 |
commit | cf9bb9788690bc41ff12a9a8501cb5415ddadf83 (patch) | |
tree | 6ab16dcfbcbd19d9232933a3a1a7ad7a228e5116 /package.json | |
parent | b28cd004aa52a0d4eaa71cc6d90f37551c144e09 (diff) |
pin node dependencies
only substantial changes: - @eslint/js 9.38.0 -> 9.37.0, basically just reverting the change from previous commit - word-wrap 1.2.3 -> 1.2.5, matching version in lockfile, apparently changed via eslint 8 -> 9 update and not on purpose by us, may 2025 (255102c2) pinning chroma-js keeps chroma.min.js from disappearing out of the root of that package, so import continues working, broken at some point more recently - affecting people using other package managers or running npm update themselves
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": { |