🐛 Fix dependencies on library

This commit is contained in:
Andrey Antukh
2025-09-30 21:53:04 +02:00
parent c363d4d937
commit 21e2ee9904

View File

@@ -35,13 +35,11 @@
"watch:test": "node --test --watch", "watch:test": "node --test --watch",
"watch": "yarn run clear:shadow-cache && clojure -M:dev:shadow-cljs watch library" "watch": "yarn run clear:shadow-cache && clojure -M:dev:shadow-cljs watch library"
}, },
"dependencies": {
"@zip.js/zip.js": "patch:@zip.js/zip.js@npm%3A2.7.60#~/.yarn/patches/@zip.js-zip.js-npm-2.7.60-b6b814410b.patch",
"date-fns": "^4.1.0"
},
"devDependencies": { "devDependencies": {
"@types/node": "^22.12.0", "@types/node": "^22.12.0",
"@zip.js/zip.js": "patch:@zip.js/zip.js@npm%3A2.7.60#~/.yarn/patches/@zip.js-zip.js-npm-2.7.60-b6b814410b.patch",
"concurrently": "^9.1.2", "concurrently": "^9.1.2",
"date-fns": "^4.1.0",
"nodemon": "^3.1.9", "nodemon": "^3.1.9",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
} }