mirror of https://github.com/penpot/penpot.git
🐛 Fix dependencies on library
This commit is contained in:
parent
c363d4d937
commit
21e2ee9904
|
|
@ -35,13 +35,11 @@
|
|||
"watch:test": "node --test --watch",
|
||||
"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": {
|
||||
"@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",
|
||||
"date-fns": "^4.1.0",
|
||||
"nodemon": "^3.1.9",
|
||||
"source-map-support": "^0.5.21"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue