Skip to content

Commit

Permalink
fix: add temporary semver override — dominique-mueller/hugo-installer#57
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Dec 22, 2023
1 parent 1be1f57 commit 63d8727
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template-basic-starter-rec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"@hyas/seo": "^2.1.0",
"gethyas": "^2.2.2"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0",
"pnpm": ">=8.6.2"
Expand Down
3 changes: 3 additions & 0 deletions template-basic-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"devDependencies": {
"gethyas": "^2.2.2"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0",
"pnpm": ">=8.6.2"
Expand Down
3 changes: 3 additions & 0 deletions template-bolt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"devDependencies": {
"@hyas/bolt-core": "^1.1.0"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0",
"pnpm": ">=8.6.2"
Expand Down
3 changes: 3 additions & 0 deletions template-bootstrap-starter-rec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"@hyas/seo": "^2.1.0",
"gethyas": "^2.2.2"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0",
"pnpm": ">=8.6.2"
Expand Down
3 changes: 3 additions & 0 deletions template-bootstrap-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"@hyas/bootstrap": "^1.0.4",
"gethyas": "^2.2.2"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0",
"pnpm": ">=8.6.2"
Expand Down
3 changes: 3 additions & 0 deletions template-doks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"dependencies": {
"@hyas/doks-core": "^1.1.1"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0",
"pnpm": ">=8.6.2"
Expand Down
3 changes: 3 additions & 0 deletions template-tailwindcss-starter-rec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"@hyas/tailwindcss": "^1.0.3",
"gethyas": "^2.2.2"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0"
}
Expand Down
3 changes: 3 additions & 0 deletions template-tailwindcss-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"@hyas/tailwindcss": "^1.0.3",
"gethyas": "^2.2.2"
},
"overrides": {
"semver": "^7.5.4"
},
"engines": {
"node": ">=16.12.0"
}
Expand Down

0 comments on commit 63d8727

Please sign in to comment.