Add delete event and husky lib

This commit is contained in:
2025-10-21 18:37:10 +02:00
parent 8e5182afaa
commit ad4c183234
5 changed files with 160 additions and 4 deletions

21
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "harmony-back",
"version": "0.1.0",
"version": "0.11.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "harmony-back",
"version": "0.1.0",
"version": "0.11.6",
"dependencies": {
"@strapi/plugin-cloud": "5.8.1",
"@strapi/plugin-documentation": "^5.12.6",
@@ -27,6 +27,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"husky": "^9.1.7",
"typescript": "^5"
},
"engines": {
@@ -14541,6 +14542,22 @@
"node": ">=10.17.0"
}
},
"node_modules/husky": {
"version": "9.1.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
"dev": true,
"license": "MIT",
"bin": {
"husky": "bin.js"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",