Skip to content

Commit

Permalink
fix: align dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Dec 2, 2024
1 parent 38684f7 commit f4395fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/create-gasket-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mkdirp": "^1.0.4",
"ora": "3.4.0",
"pump": "^3.0.0",
"semver": "^7.5.4",
"semver": "^7.6.3",
"tar-fs": "^2.0.0",
"untildify": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fs-extra": "^10.0.0",
"glob": "^8.1.0",
"intl": "^1.2.5",
"semver": "^7.5.4"
"semver": "^7.6.3"
},
"devDependencies": {
"@gasket/core": "^7.0.9",
Expand Down
4 changes: 1 addition & 3 deletions packages/gasket-preset-nextjs/lib/preset-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ export default async function presetConfig(gasket, context) {

plugins.push(pluginHttps);
plugins.push(frameworkPlugin.default || frameworkPlugin);
}

if (context.nextDevProxy) {
} else if (context.nextDevProxy) {
plugins.push(pluginHttpsProxy);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"concat-stream": "^2.0.0",
"deepmerge": "^4.3.1",
"diagnostics": "^2.0.2",
"semver": "^7.5.4"
"semver": "^7.6.3"
},
"devDependencies": {
"@gasket/core": "^7.0.9",
Expand Down

0 comments on commit f4395fa

Please sign in to comment.