🚀 Chore: optimize development process: automatically update FixIt version

This commit is contained in:
Cell
2024-08-06 16:16:18 +08:00
parent 9a1b4570a7
commit 656f00b6a4
8 changed files with 80 additions and 8 deletions
+23 -1
View File
@@ -9,7 +9,8 @@
"version": "0.3.9",
"license": "MIT",
"devDependencies": {
"auto-changelog": "^2.4.0"
"auto-changelog": "^2.4.0",
"husky": "^9.1.4"
}
},
"node_modules/auto-changelog": {
@@ -61,6 +62,21 @@
"uglify-js": "^3.1.4"
}
},
"node_modules/husky": {
"version": "9.1.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
"dev": true,
"bin": {
"husky": "bin.js"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -225,6 +241,12 @@
"wordwrap": "^1.0.0"
}
},
"husky": {
"version": "9.1.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
"dev": true
},
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",