Skip to content

Commit

Permalink
fix: prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Dec 18, 2024
1 parent 7712b17 commit 0b00b95
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/gasket-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-data",
"dependencies": {
"@gasket/request": "^7.0.0-canary.0"
"@gasket/request": "^7.1.0-next.6"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-nextjs",
"dependencies": {
"@gasket/data": "^7.0.15",
"@gasket/request": "^7.0.0-canary.0",
"@gasket/request": "^7.1.0-next.6",
"htmlescape": "^1.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-elastic-apm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-elastic-apm",
"dependencies": {
"@gasket/request": "^7.0.0-canary.0"
"@gasket/request": "^7.1.0-next.6"
},
"devDependencies": {
"@gasket/core": "^7.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-https-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-https-proxy",
"version": "7.0.0-canary.0",
"version": "7.1.0-next.6",
"description": "Adds support for running an https proxy",
"type": "module",
"main": "lib/index.js",
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 @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-intl",
"dependencies": {
"@gasket/request": "^7.0.0-canary.0",
"@gasket/request": "^7.1.0-next.6",
"@hapi/accept": "^6.0.3",
"debug": "^4.3.4",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-preset-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@gasket/plugin-cypress": "^7.0.15",
"@gasket/plugin-express": "^7.0.15",
"@gasket/plugin-https": "^7.0.15",
"@gasket/plugin-https-proxy": "7.0.0-canary.0",
"@gasket/plugin-https-proxy": "7.1.0-next.6",
"@gasket/plugin-intl": "^7.0.15",
"@gasket/plugin-jest": "^7.0.15",
"@gasket/plugin-lint": "^7.0.15",
Expand Down

0 comments on commit 0b00b95

Please sign in to comment.