mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
⬆️ Chore(deps-dev): update fixit-releaser from 1.0.1 to 1.0.4
This commit is contained in:
@@ -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" . -}}
|
||||
|
||||
Generated
+10
-7
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user