⬆️ Chore(deps-dev): update fixit-releaser from 1.0.1 to 1.0.4

This commit is contained in:
Cell
2025-01-09 15:13:27 +08:00
parent a58d15e140
commit b124218350
3 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.17-30a67c4b" -}}
{{- .Scratch.Set "version" "v0.3.17-a58d15e1" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
+10 -7
View File
@@ -9,7 +9,7 @@
"version": "0.3.16",
"license": "MIT",
"devDependencies": {
"@hugo-fixit/fixit-releaser": "^1.0.1",
"@hugo-fixit/fixit-releaser": "^1.0.4",
"husky": "^9.1.7"
},
"engines": {
@@ -17,15 +17,18 @@
}
},
"node_modules/@hugo-fixit/fixit-releaser": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.0.1.tgz",
"integrity": "sha512-hYCxiwm3eeUNYXbWvan3AhBFbsAdPmk8Ys/3jn02QJzOqKtCxyHloKeM/80EkrBTCXAw//0DJVS+zBMw2cl31A==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.0.4.tgz",
"integrity": "sha512-eO9kOLx3S7KpqXIM7DjR4To7cnkNMhBkacO43+4o1fOmFAJVNwa5yECI3A73MSg9LwZKE3Lo6YfNPX+n3kc2wg==",
"dev": true,
"dependencies": {
"auto-changelog": "^2.4.0"
},
"bin": {
"fixit-releaser": "scripts/cli.js"
},
"engines": {
"node": ">=18"
}
},
"node_modules/auto-changelog": {
@@ -204,9 +207,9 @@
},
"dependencies": {
"@hugo-fixit/fixit-releaser": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.0.1.tgz",
"integrity": "sha512-hYCxiwm3eeUNYXbWvan3AhBFbsAdPmk8Ys/3jn02QJzOqKtCxyHloKeM/80EkrBTCXAw//0DJVS+zBMw2cl31A==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.0.4.tgz",
"integrity": "sha512-eO9kOLx3S7KpqXIM7DjR4To7cnkNMhBkacO43+4o1fOmFAJVNwa5yECI3A73MSg9LwZKE3Lo6YfNPX+n3kc2wg==",
"dev": true,
"requires": {
"auto-changelog": "^2.4.0"
+1 -1
View File
@@ -30,7 +30,7 @@
"prepare": "husky"
},
"devDependencies": {
"@hugo-fixit/fixit-releaser": "^1.0.1",
"@hugo-fixit/fixit-releaser": "^1.0.4",
"husky": "^9.1.7"
},
"engines": {