From bca213232eff2001c3bc15c862fefeae44bf5b9b Mon Sep 17 00:00:00 2001 From: Andrew Gerard Date: Fri, 31 May 2024 10:04:28 -0700 Subject: [PATCH] v7.0.0-next.32 --- lerna.json | 2 +- package-lock.json | 584 +++++++++--------- packages/create-gasket-app/package.json | 10 +- packages/gasket-assets/package.json | 2 +- packages/gasket-core/package.json | 2 +- packages/gasket-data/package.json | 2 +- packages/gasket-fetch/package.json | 2 +- packages/gasket-helper-intl/package.json | 2 +- packages/gasket-nextjs/package.json | 4 +- packages/gasket-plugin-analyze/package.json | 6 +- packages/gasket-plugin-command/package.json | 4 +- packages/gasket-plugin-cypress/package.json | 4 +- .../gasket-plugin-docs-graphs/package.json | 2 +- packages/gasket-plugin-docs/package.json | 8 +- .../gasket-plugin-docusaurus/package.json | 4 +- .../gasket-plugin-elastic-apm/package.json | 4 +- packages/gasket-plugin-express/package.json | 4 +- packages/gasket-plugin-fastify/package.json | 4 +- packages/gasket-plugin-git/package.json | 4 +- packages/gasket-plugin-happyfeet/package.json | 2 +- packages/gasket-plugin-https/package.json | 4 +- packages/gasket-plugin-intl/package.json | 8 +- packages/gasket-plugin-jest/package.json | 2 +- packages/gasket-plugin-lint/package.json | 2 +- packages/gasket-plugin-logger/package.json | 8 +- packages/gasket-plugin-manifest/package.json | 4 +- packages/gasket-plugin-metadata/package.json | 4 +- packages/gasket-plugin-metrics/package.json | 4 +- packages/gasket-plugin-mocha/package.json | 2 +- packages/gasket-plugin-morgan/package.json | 4 +- packages/gasket-plugin-nextjs/package.json | 10 +- packages/gasket-plugin-redux/package.json | 6 +- .../gasket-plugin-response-data/package.json | 8 +- .../gasket-plugin-service-worker/package.json | 4 +- packages/gasket-plugin-start/package.json | 4 +- packages/gasket-plugin-swagger/package.json | 4 +- .../gasket-plugin-typescript/package.json | 2 +- packages/gasket-plugin-webpack/package.json | 4 +- packages/gasket-plugin-winston/package.json | 6 +- packages/gasket-plugin-workbox/package.json | 4 +- packages/gasket-preset-api/package.json | 26 +- packages/gasket-preset-nextjs/package.json | 26 +- packages/gasket-preset-pwa/package.json | 16 +- packages/gasket-react-intl/package.json | 8 +- packages/gasket-redux/package.json | 2 +- packages/gasket-typescript-tests/package.json | 88 +-- packages/gasket-utils/package.json | 4 +- scripts/generate-docs-index/package.json | 2 +- 48 files changed, 463 insertions(+), 459 deletions(-) diff --git a/lerna.json b/lerna.json index 245bb4354..371f6c961 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "$schema": "https://json.schemastore.org/lerna.json", "useWorkspaces": true, "useNx": true, diff --git a/package-lock.json b/package-lock.json index d8482f6a5..736921abd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40707,13 +40707,13 @@ } }, "packages/create-gasket-app": { - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-git": "^7.0.0-next.31", - "@gasket/plugin-logger": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-git": "^7.0.0-next.32", + "@gasket/plugin-logger": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "commander": "^12.0.0", "deepmerge": "^4.3.1", "glob": "^8.1.0", @@ -40802,7 +40802,7 @@ }, "packages/gasket-assets": { "name": "@gasket/assets", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", @@ -40880,7 +40880,7 @@ }, "packages/gasket-core": { "name": "@gasket/core", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "debug": "^4.3.4" @@ -40903,10 +40903,12 @@ }, "packages/gasket-data": { "name": "@gasket/data", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { "@jest/globals": "^29.7.0", + "@swc/cli": "^0.3.12", + "@swc/core": "^1.5.3", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -40940,7 +40942,7 @@ }, "packages/gasket-fetch": { "name": "@gasket/fetch", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", @@ -40967,7 +40969,7 @@ }, "packages/gasket-helper-intl": { "name": "@gasket/helper-intl", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "lodash.merge": "^4.6.2" @@ -41015,10 +41017,10 @@ }, "packages/gasket-nextjs": { "name": "@gasket/nextjs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/data": "^7.0.0-next.31", + "@gasket/data": "^7.0.0-next.32", "htmlescape": "^1.1.1" }, "devDependencies": { @@ -41048,16 +41050,16 @@ }, "packages/gasket-plugin-analyze": { "name": "@gasket/plugin-analyze", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/plugin-command": "^7.0.0-next.31", + "@gasket/plugin-command": "^7.0.0-next.32", "@types/webpack-bundle-analyzer": "^4.6.3", "deepmerge": "^4.3.1", "webpack-bundle-analyzer": "^4.10.1" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -41071,10 +41073,10 @@ }, "packages/gasket-plugin-command": { "name": "@gasket/plugin-command", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "commander": "^12.0.0" }, "devDependencies": { @@ -41155,11 +41157,11 @@ }, "packages/gasket-plugin-cypress": { "name": "@gasket/plugin-cypress", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.12", "cypress": "^13.6.6", @@ -41175,10 +41177,10 @@ }, "packages/gasket-plugin-docs": { "name": "@gasket/plugin-docs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/plugin-command": "^7.0.0-next.31", + "@gasket/plugin-command": "^7.0.0-next.32", "glob": "^8.1.0", "lodash.defaultsdeep": "^4.6.1", "markdown-table": "^1.1.3", @@ -41186,8 +41188,8 @@ "rimraf": "^3.0.2" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -41202,7 +41204,7 @@ }, "packages/gasket-plugin-docs-graphs": { "name": "@gasket/plugin-docs-graphs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { "cross-env": "^7.0.3", @@ -41281,7 +41283,7 @@ }, "packages/gasket-plugin-docusaurus": { "name": "@gasket/plugin-docusaurus", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "lodash.defaultsdeep": "^4.6.1" @@ -41289,7 +41291,7 @@ "devDependencies": { "@docusaurus/core": "^3.1.1", "@docusaurus/preset-classic": "^3.1.1", - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -41304,10 +41306,10 @@ }, "packages/gasket-plugin-elastic-apm": { "name": "@gasket/plugin-elastic-apm", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "elastic-apm-node": "^4.4.1", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -41321,7 +41323,7 @@ }, "packages/gasket-plugin-express": { "name": "@gasket/plugin-express", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@types/express": "^4.17.21", @@ -41333,7 +41335,7 @@ "http2-express-bridge": "^1.0.7" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -41387,7 +41389,7 @@ }, "packages/gasket-plugin-fastify": { "name": "@gasket/plugin-fastify", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "compression": "^1.7.4", @@ -41396,7 +41398,7 @@ "middie": "^5.4.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -41413,10 +41415,10 @@ }, "packages/gasket-plugin-git": { "name": "@gasket/plugin-git", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/utils": "^7.0.0-next.31" + "@gasket/utils": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", @@ -41431,7 +41433,7 @@ }, "packages/gasket-plugin-happyfeet": { "name": "@gasket/plugin-happyfeet", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "happy-feet": "^2.2.0" @@ -41451,7 +41453,7 @@ }, "packages/gasket-plugin-https": { "name": "@gasket/plugin-https", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@godaddy/terminus": "^4.12.1", @@ -41463,7 +41465,7 @@ "one-time": "^1.0.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -41477,10 +41479,10 @@ }, "packages/gasket-plugin-intl": { "name": "@gasket/plugin-intl", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/helper-intl": "^7.0.0-next.31", + "@gasket/helper-intl": "^7.0.0-next.32", "@hapi/accept": "^6.0.3", "debug": "^4.3.4", "fs-extra": "^10.0.0", @@ -41493,8 +41495,8 @@ "url-join": "^4.0.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/react-intl": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/react-intl": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -41546,7 +41548,7 @@ }, "packages/gasket-plugin-jest": { "name": "@gasket/plugin-jest", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { "@testing-library/jest-dom": "^5.16.1", @@ -41591,7 +41593,7 @@ }, "packages/gasket-plugin-lint": { "name": "@gasket/plugin-lint", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@gasket/resolve": "^7.0.0-next.21", @@ -41642,12 +41644,12 @@ }, "packages/gasket-plugin-logger": { "name": "@gasket/plugin-logger", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -41658,7 +41660,7 @@ }, "packages/gasket-plugin-manifest": { "name": "@gasket/plugin-manifest", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "deepmerge": "^4.3.1", @@ -41666,7 +41668,7 @@ "mkdirp": "^1.0.4" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -41679,7 +41681,7 @@ }, "packages/gasket-plugin-metadata": { "name": "@gasket/plugin-metadata", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@gasket/resolve": "^7.0.0-next.21", @@ -41688,7 +41690,7 @@ "lodash.isobject": "^3.0.2" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -41712,14 +41714,14 @@ }, "packages/gasket-plugin-metrics": { "name": "@gasket/plugin-metrics", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "git-shizzle": "^0.1.0", "git-url-parse": "^13.1.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -41733,7 +41735,7 @@ }, "packages/gasket-plugin-mocha": { "name": "@gasket/plugin-mocha", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", @@ -41758,14 +41760,14 @@ }, "packages/gasket-plugin-morgan": { "name": "@gasket/plugin-morgan", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "morgan": "^1.10.0", "split": "^1.0.1" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "@types/morgan": "^1.9.9", "cross-env": "^7.0.3", @@ -41783,17 +41785,17 @@ }, "packages/gasket-plugin-nextjs": { "name": "@gasket/plugin-nextjs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/plugin-webpack": "^7.0.0-next.31", + "@gasket/plugin-webpack": "^7.0.0-next.32", "fastify": "^4.26.2" }, "devDependencies": { "@babel/preset-react": "^7.23.3", - "@gasket/assets": "^7.0.0-next.31", - "@gasket/core": "^7.0.0-next.31", - "@gasket/nextjs": "^7.0.0-next.31", + "@gasket/assets": "^7.0.0-next.32", + "@gasket/core": "^7.0.0-next.32", + "@gasket/nextjs": "^7.0.0-next.32", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -41999,11 +42001,11 @@ }, "packages/gasket-plugin-redux": { "name": "@gasket/plugin-redux", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/redux": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/redux": "^7.0.0-next.32", "acorn": "^8.11.3", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -42022,16 +42024,16 @@ }, "packages/gasket-plugin-response-data": { "name": "@gasket/plugin-response-data", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/utils": "^7.0.0-next.31", + "@gasket/utils": "^7.0.0-next.32", "lodash.defaultsdeep": "^4.6.1", "lodash.merge": "^4.6.2" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/data": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/data": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -42043,7 +42045,7 @@ }, "packages/gasket-plugin-service-worker": { "name": "@gasket/plugin-service-worker", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@types/lru-cache": "^5.1.1", @@ -42055,7 +42057,7 @@ "webpack-inject-plugin": "^1.5.5" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -42068,10 +42070,10 @@ }, "packages/gasket-plugin-start": { "name": "@gasket/plugin-start", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -42085,7 +42087,7 @@ }, "packages/gasket-plugin-swagger": { "name": "@gasket/plugin-swagger", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@fastify/swagger": "^6.0.0", @@ -42095,7 +42097,7 @@ "swagger-ui-express": "^4.1.4" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -42109,7 +42111,7 @@ }, "packages/gasket-plugin-typescript": { "name": "@gasket/plugin-typescript", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", @@ -42124,14 +42126,14 @@ }, "packages/gasket-plugin-webpack": { "name": "@gasket/plugin-webpack", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "webpack-chain": "^6.0.0", "webpack-merge": "^4.2.1" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -42146,14 +42148,14 @@ }, "packages/gasket-plugin-winston": { "name": "@gasket/plugin-winston", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/plugin-logger": "^7.0.0-next.31", + "@gasket/plugin-logger": "^7.0.0-next.32", "winston": "^3.11.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -42168,7 +42170,7 @@ }, "packages/gasket-plugin-workbox": { "name": "@gasket/plugin-workbox", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@types/workbox-build": "^5.0.1", @@ -42177,7 +42179,7 @@ "workbox-build": "^4.1.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -42343,21 +42345,21 @@ }, "packages/gasket-preset-api": { "name": "@gasket/preset-api", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-docs": "^7.0.0-next.31", - "@gasket/plugin-docusaurus": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-response-data": "^7.0.0-next.31", - "@gasket/plugin-swagger": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31" + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-docs": "^7.0.0-next.32", + "@gasket/plugin-docusaurus": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-response-data": "^7.0.0-next.32", + "@gasket/plugin-swagger": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", @@ -42371,21 +42373,21 @@ }, "packages/gasket-preset-nextjs": { "name": "@gasket/preset-nextjs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-nextjs": "^7.0.0-next.31", - "@gasket/plugin-redux": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-webpack": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31" + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-nextjs": "^7.0.0-next.32", + "@gasket/plugin-redux": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-webpack": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", @@ -42398,16 +42400,16 @@ }, "packages/gasket-preset-pwa": { "name": "@gasket/preset-pwa", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-manifest": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-service-worker": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-workbox": "^7.0.0-next.31" + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-manifest": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-service-worker": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-workbox": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", @@ -42420,13 +42422,13 @@ }, "packages/gasket-react-intl": { "name": "@gasket/react-intl", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.8", - "@gasket/data": "^7.0.0-next.31", - "@gasket/fetch": "^7.0.0-next.31", - "@gasket/helper-intl": "^7.0.0-next.31", + "@gasket/data": "^7.0.0-next.32", + "@gasket/fetch": "^7.0.0-next.32", + "@gasket/helper-intl": "^7.0.0-next.32", "hoist-non-react-statics": "^3.3.2", "just-extend": "^6.2.0" }, @@ -42472,7 +42474,7 @@ }, "packages/gasket-redux": { "name": "@gasket/redux", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.8", @@ -42529,54 +42531,54 @@ }, "packages/gasket-typescript-tests": { "name": "@gasket/typescript-tests", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "devDependencies": { - "@gasket/assets": "^7.0.0-next.31", - "@gasket/core": "^7.0.0-next.31", - "@gasket/data": "^7.0.0-next.31", - "@gasket/fetch": "^7.0.0-next.31", - "@gasket/helper-intl": "^7.0.0-next.31", - "@gasket/nextjs": "^7.0.0-next.31", - "@gasket/plugin-analyze": "^7.0.0-next.31", - "@gasket/plugin-command": "^7.0.0-next.31", - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-docs": "^7.0.0-next.31", - "@gasket/plugin-docs-graphs": "^7.0.0-next.31", - "@gasket/plugin-docusaurus": "^7.0.0-next.31", - "@gasket/plugin-elastic-apm": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-fastify": "^7.0.0-next.31", - "@gasket/plugin-git": "^7.0.0-next.31", - "@gasket/plugin-happyfeet": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-intl": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-logger": "^7.0.0-next.31", - "@gasket/plugin-manifest": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", - "@gasket/plugin-metrics": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-morgan": "^7.0.0-next.31", - "@gasket/plugin-nextjs": "^7.0.0-next.31", - "@gasket/plugin-redux": "^7.0.0-next.31", - "@gasket/plugin-response-data": "^7.0.0-next.31", - "@gasket/plugin-service-worker": "^7.0.0-next.31", - "@gasket/plugin-start": "^7.0.0-next.31", - "@gasket/plugin-swagger": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-webpack": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31", - "@gasket/plugin-workbox": "^7.0.0-next.31", - "@gasket/preset-api": "^7.0.0-next.31", - "@gasket/preset-nextjs": "^7.0.0-next.31", - "@gasket/preset-pwa": "^7.0.0-next.31", - "@gasket/react-intl": "^7.0.0-next.31", - "@gasket/redux": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/assets": "^7.0.0-next.32", + "@gasket/core": "^7.0.0-next.32", + "@gasket/data": "^7.0.0-next.32", + "@gasket/fetch": "^7.0.0-next.32", + "@gasket/helper-intl": "^7.0.0-next.32", + "@gasket/nextjs": "^7.0.0-next.32", + "@gasket/plugin-analyze": "^7.0.0-next.32", + "@gasket/plugin-command": "^7.0.0-next.32", + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-docs": "^7.0.0-next.32", + "@gasket/plugin-docs-graphs": "^7.0.0-next.32", + "@gasket/plugin-docusaurus": "^7.0.0-next.32", + "@gasket/plugin-elastic-apm": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-fastify": "^7.0.0-next.32", + "@gasket/plugin-git": "^7.0.0-next.32", + "@gasket/plugin-happyfeet": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-intl": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-logger": "^7.0.0-next.32", + "@gasket/plugin-manifest": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", + "@gasket/plugin-metrics": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-morgan": "^7.0.0-next.32", + "@gasket/plugin-nextjs": "^7.0.0-next.32", + "@gasket/plugin-redux": "^7.0.0-next.32", + "@gasket/plugin-response-data": "^7.0.0-next.32", + "@gasket/plugin-service-worker": "^7.0.0-next.32", + "@gasket/plugin-start": "^7.0.0-next.32", + "@gasket/plugin-swagger": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-webpack": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32", + "@gasket/plugin-workbox": "^7.0.0-next.32", + "@gasket/preset-api": "^7.0.0-next.32", + "@gasket/preset-nextjs": "^7.0.0-next.32", + "@gasket/preset-pwa": "^7.0.0-next.32", + "@gasket/react-intl": "^7.0.0-next.32", + "@gasket/redux": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", - "create-gasket-app": "^7.0.0-next.31", + "create-gasket-app": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy-react-typescript": "^4.0.2", @@ -42590,7 +42592,7 @@ }, "packages/gasket-utils": { "name": "@gasket/utils", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "license": "MIT", "dependencies": { "chalk": "^4.1.2", @@ -42600,7 +42602,7 @@ "semver": "^7.6.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "abort-controller": "^3.0.0", "cross-env": "^7.0.3", @@ -42690,7 +42692,7 @@ } }, "scripts/generate-docs-index": { - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "devDependencies": { "copy-dir": "^1.3.0", "eslint": "^8.56.0", @@ -46507,6 +46509,8 @@ "version": "file:packages/gasket-data", "requires": { "@jest/globals": "^29.7.0", + "@swc/cli": "^0.3.12", + "@swc/core": "^1.5.3", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -46561,7 +46565,7 @@ "@gasket/nextjs": { "version": "file:packages/gasket-nextjs", "requires": { - "@gasket/data": "^7.0.0-next.31", + "@gasket/data": "^7.0.0-next.32", "@jest/globals": "^29.7.0", "@testing-library/react": "^13.4.0", "cross-env": "^7.0.3", @@ -46585,8 +46589,8 @@ "@gasket/plugin-analyze": { "version": "file:packages/gasket-plugin-analyze", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-command": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-command": "^7.0.0-next.32", "@types/jest": "^29.5.12", "@types/webpack-bundle-analyzer": "^4.6.3", "cross-env": "^7.0.3", @@ -46604,7 +46608,7 @@ "@gasket/plugin-command": { "version": "file:packages/gasket-plugin-command", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@jest/globals": "^29.7.0", "@swc/cli": "^0.3.12", "@swc/core": "^1.5.3", @@ -46654,7 +46658,7 @@ "version": "file:packages/gasket-plugin-cypress", "requires": { "@babel/core": "^7.23.7", - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.12", "cypress": "^13.6.6", @@ -46671,9 +46675,9 @@ "@gasket/plugin-docs": { "version": "file:packages/gasket-plugin-docs", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-command": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-command": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -46739,7 +46743,7 @@ "requires": { "@docusaurus/core": "^3.1.1", "@docusaurus/preset-classic": "^3.1.1", - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -46756,7 +46760,7 @@ "@gasket/plugin-elastic-apm": { "version": "file:packages/gasket-plugin-elastic-apm", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "elastic-apm-node": "^4.4.1", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -46771,7 +46775,7 @@ "@gasket/plugin-express": { "version": "file:packages/gasket-plugin-express", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "compression": "^1.7.4", @@ -46823,7 +46827,7 @@ "@gasket/plugin-fastify": { "version": "file:packages/gasket-plugin-fastify", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3", @@ -46842,7 +46846,7 @@ "@gasket/plugin-git": { "version": "file:packages/gasket-plugin-git", "requires": { - "@gasket/utils": "^7.0.0-next.31", + "@gasket/utils": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -46872,7 +46876,7 @@ "@gasket/plugin-https": { "version": "file:packages/gasket-plugin-https", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@godaddy/terminus": "^4.12.1", "@types/http-proxy": "^1.17.14", "@types/jest": "^29.5.12", @@ -46894,9 +46898,9 @@ "@gasket/plugin-intl": { "version": "file:packages/gasket-plugin-intl", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/helper-intl": "^7.0.0-next.31", - "@gasket/react-intl": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/helper-intl": "^7.0.0-next.32", + "@gasket/react-intl": "^7.0.0-next.32", "@hapi/accept": "^6.0.3", "cross-env": "^7.0.3", "debug": "^4.3.4", @@ -47003,9 +47007,9 @@ "@gasket/plugin-logger": { "version": "file:packages/gasket-plugin-logger", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -47017,7 +47021,7 @@ "@gasket/plugin-manifest": { "version": "file:packages/gasket-plugin-manifest", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "deepmerge": "^4.3.1", "escape-string-regexp": "^1.0.5", @@ -47034,7 +47038,7 @@ "@gasket/plugin-metadata": { "version": "file:packages/gasket-plugin-metadata", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@gasket/resolve": "^7.0.0-next.21", "@godaddy/dmd": "^1.0.4", "cross-env": "^7.0.3", @@ -47065,7 +47069,7 @@ "@gasket/plugin-metrics": { "version": "file:packages/gasket-plugin-metrics", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -47105,7 +47109,7 @@ "@gasket/plugin-morgan": { "version": "file:packages/gasket-plugin-morgan", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "@types/morgan": "^1.9.9", "cross-env": "^7.0.3", @@ -47124,10 +47128,10 @@ "version": "file:packages/gasket-plugin-nextjs", "requires": { "@babel/preset-react": "^7.23.3", - "@gasket/assets": "^7.0.0-next.31", - "@gasket/core": "^7.0.0-next.31", - "@gasket/nextjs": "^7.0.0-next.31", - "@gasket/plugin-webpack": "^7.0.0-next.31", + "@gasket/assets": "^7.0.0-next.32", + "@gasket/core": "^7.0.0-next.32", + "@gasket/nextjs": "^7.0.0-next.32", + "@gasket/plugin-webpack": "^7.0.0-next.32", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -47312,8 +47316,8 @@ "@gasket/plugin-redux": { "version": "file:packages/gasket-plugin-redux", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/redux": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/redux": "^7.0.0-next.32", "acorn": "^8.11.3", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -47333,9 +47337,9 @@ "@gasket/plugin-response-data": { "version": "file:packages/gasket-plugin-response-data", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/data": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/data": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -47350,7 +47354,7 @@ "@gasket/plugin-service-worker": { "version": "file:packages/gasket-plugin-service-worker", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/lru-cache": "^5.1.1", "@types/uglify-js": "^3.17.4", "cross-env": "^7.0.3", @@ -47371,7 +47375,7 @@ "@gasket/plugin-start": { "version": "file:packages/gasket-plugin-start", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -47387,7 +47391,7 @@ "version": "file:packages/gasket-plugin-swagger", "requires": { "@fastify/swagger": "^6.0.0", - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/swagger-ui-express": "^4.1.6", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -47419,7 +47423,7 @@ "@gasket/plugin-webpack": { "version": "file:packages/gasket-plugin-webpack", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", @@ -47437,8 +47441,8 @@ "@gasket/plugin-winston": { "version": "file:packages/gasket-plugin-winston", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-logger": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-logger": "^7.0.0-next.32", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -47455,7 +47459,7 @@ "@gasket/plugin-workbox": { "version": "file:packages/gasket-plugin-workbox", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/workbox-build": "^5.0.1", "cross-env": "^7.0.3", "deepmerge": "^4.3.1", @@ -47624,18 +47628,18 @@ "@gasket/preset-api": { "version": "file:packages/gasket-preset-api", "requires": { - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-docs": "^7.0.0-next.31", - "@gasket/plugin-docusaurus": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-response-data": "^7.0.0-next.31", - "@gasket/plugin-swagger": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31", + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-docs": "^7.0.0-next.32", + "@gasket/plugin-docusaurus": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-response-data": "^7.0.0-next.32", + "@gasket/plugin-swagger": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.0.2", @@ -47648,18 +47652,18 @@ "@gasket/preset-nextjs": { "version": "file:packages/gasket-preset-nextjs", "requires": { - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-nextjs": "^7.0.0-next.31", - "@gasket/plugin-redux": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-webpack": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-nextjs": "^7.0.0-next.32", + "@gasket/plugin-redux": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-webpack": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.0.2", @@ -47671,13 +47675,13 @@ "@gasket/preset-pwa": { "version": "file:packages/gasket-preset-pwa", "requires": { - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-manifest": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-service-worker": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-workbox": "^7.0.0-next.31", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-manifest": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-service-worker": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-workbox": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.0.2", @@ -47697,9 +47701,9 @@ "@babel/preset-react": "^7.23.3", "@babel/register": "^7.23.7", "@babel/runtime": "^7.23.8", - "@gasket/data": "^7.0.0-next.31", - "@gasket/fetch": "^7.0.0-next.31", - "@gasket/helper-intl": "^7.0.0-next.31", + "@gasket/data": "^7.0.0-next.32", + "@gasket/fetch": "^7.0.0-next.32", + "@gasket/helper-intl": "^7.0.0-next.32", "@testing-library/react": "^13.4.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", @@ -47762,51 +47766,51 @@ "@gasket/typescript-tests": { "version": "file:packages/gasket-typescript-tests", "requires": { - "@gasket/assets": "^7.0.0-next.31", - "@gasket/core": "^7.0.0-next.31", - "@gasket/data": "^7.0.0-next.31", - "@gasket/fetch": "^7.0.0-next.31", - "@gasket/helper-intl": "^7.0.0-next.31", - "@gasket/nextjs": "^7.0.0-next.31", - "@gasket/plugin-analyze": "^7.0.0-next.31", - "@gasket/plugin-command": "^7.0.0-next.31", - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-docs": "^7.0.0-next.31", - "@gasket/plugin-docs-graphs": "^7.0.0-next.31", - "@gasket/plugin-docusaurus": "^7.0.0-next.31", - "@gasket/plugin-elastic-apm": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-fastify": "^7.0.0-next.31", - "@gasket/plugin-git": "^7.0.0-next.31", - "@gasket/plugin-happyfeet": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-intl": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-logger": "^7.0.0-next.31", - "@gasket/plugin-manifest": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", - "@gasket/plugin-metrics": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-morgan": "^7.0.0-next.31", - "@gasket/plugin-nextjs": "^7.0.0-next.31", - "@gasket/plugin-redux": "^7.0.0-next.31", - "@gasket/plugin-response-data": "^7.0.0-next.31", - "@gasket/plugin-service-worker": "^7.0.0-next.31", - "@gasket/plugin-start": "^7.0.0-next.31", - "@gasket/plugin-swagger": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-webpack": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31", - "@gasket/plugin-workbox": "^7.0.0-next.31", - "@gasket/preset-api": "^7.0.0-next.31", - "@gasket/preset-nextjs": "^7.0.0-next.31", - "@gasket/preset-pwa": "^7.0.0-next.31", - "@gasket/react-intl": "^7.0.0-next.31", - "@gasket/redux": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/assets": "^7.0.0-next.32", + "@gasket/core": "^7.0.0-next.32", + "@gasket/data": "^7.0.0-next.32", + "@gasket/fetch": "^7.0.0-next.32", + "@gasket/helper-intl": "^7.0.0-next.32", + "@gasket/nextjs": "^7.0.0-next.32", + "@gasket/plugin-analyze": "^7.0.0-next.32", + "@gasket/plugin-command": "^7.0.0-next.32", + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-docs": "^7.0.0-next.32", + "@gasket/plugin-docs-graphs": "^7.0.0-next.32", + "@gasket/plugin-docusaurus": "^7.0.0-next.32", + "@gasket/plugin-elastic-apm": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-fastify": "^7.0.0-next.32", + "@gasket/plugin-git": "^7.0.0-next.32", + "@gasket/plugin-happyfeet": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-intl": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-logger": "^7.0.0-next.32", + "@gasket/plugin-manifest": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", + "@gasket/plugin-metrics": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-morgan": "^7.0.0-next.32", + "@gasket/plugin-nextjs": "^7.0.0-next.32", + "@gasket/plugin-redux": "^7.0.0-next.32", + "@gasket/plugin-response-data": "^7.0.0-next.32", + "@gasket/plugin-service-worker": "^7.0.0-next.32", + "@gasket/plugin-start": "^7.0.0-next.32", + "@gasket/plugin-swagger": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-webpack": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32", + "@gasket/plugin-workbox": "^7.0.0-next.32", + "@gasket/preset-api": "^7.0.0-next.32", + "@gasket/preset-nextjs": "^7.0.0-next.32", + "@gasket/preset-pwa": "^7.0.0-next.32", + "@gasket/react-intl": "^7.0.0-next.32", + "@gasket/redux": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", - "create-gasket-app": "^7.0.0-next.31", + "create-gasket-app": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy-react-typescript": "^4.0.2", @@ -47821,7 +47825,7 @@ "@gasket/utils": { "version": "file:packages/gasket-utils", "requires": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "abort-controller": "^3.0.0", "chalk": "^4.1.2", @@ -55151,10 +55155,10 @@ "create-gasket-app": { "version": "file:packages/create-gasket-app", "requires": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-git": "^7.0.0-next.31", - "@gasket/plugin-logger": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-git": "^7.0.0-next.32", + "@gasket/plugin-logger": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "commander": "^12.0.0", "cross-env": "^7.0.3", "deepmerge": "^4.3.1", diff --git a/packages/create-gasket-app/package.json b/packages/create-gasket-app/package.json index 43c8a8de2..6bd32665c 100644 --- a/packages/create-gasket-app/package.json +++ b/packages/create-gasket-app/package.json @@ -1,6 +1,6 @@ { "name": "create-gasket-app", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "starter pack for creating a gasket app", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,10 +33,10 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/create-gasket-app", "dependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-git": "^7.0.0-next.31", - "@gasket/plugin-logger": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-git": "^7.0.0-next.32", + "@gasket/plugin-logger": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "commander": "^12.0.0", "deepmerge": "^4.3.1", "glob": "^8.1.0", diff --git a/packages/gasket-assets/package.json b/packages/gasket-assets/package.json index e79859caf..c497d1200 100644 --- a/packages/gasket-assets/package.json +++ b/packages/gasket-assets/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/assets", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket assets", "main": "react", "files": [ diff --git a/packages/gasket-core/package.json b/packages/gasket-core/package.json index 2cc539ec8..878fc789d 100644 --- a/packages/gasket-core/package.json +++ b/packages/gasket-core/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/core", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Entry point to setting up Gasket instances", "exports": { ".": { diff --git a/packages/gasket-data/package.json b/packages/gasket-data/package.json index 00a79a7e1..9a9950717 100644 --- a/packages/gasket-data/package.json +++ b/packages/gasket-data/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/data", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Helper package for accessing embedded Gasket Data in the browser", "exports": { ".": { diff --git a/packages/gasket-fetch/package.json b/packages/gasket-fetch/package.json index 1056a83b1..2fd48c09f 100644 --- a/packages/gasket-fetch/package.json +++ b/packages/gasket-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/fetch", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket Fetch API", "main": "lib/node.js", "browser": "lib/browser.js", diff --git a/packages/gasket-helper-intl/package.json b/packages/gasket-helper-intl/package.json index 57e4997e5..931994e24 100644 --- a/packages/gasket-helper-intl/package.json +++ b/packages/gasket-helper-intl/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/helper-intl", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Internal helpers used by loaders to resolve locale file paths", "main": "lib/server.js", "browser": "lib/index.js", diff --git a/packages/gasket-nextjs/package.json b/packages/gasket-nextjs/package.json index 020e7962f..5c4b88c63 100644 --- a/packages/gasket-nextjs/package.json +++ b/packages/gasket-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/nextjs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket integrations for Next.js apps", "type": "module", "files": [ @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-nextjs", "dependencies": { - "@gasket/data": "^7.0.0-next.31", + "@gasket/data": "^7.0.0-next.32", "htmlescape": "^1.1.1" }, "devDependencies": { diff --git a/packages/gasket-plugin-analyze/package.json b/packages/gasket-plugin-analyze/package.json index 379019a1b..0020f3920 100644 --- a/packages/gasket-plugin-analyze/package.json +++ b/packages/gasket-plugin-analyze/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-analyze", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket Analyzer Plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -39,13 +39,13 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-analyze", "dependencies": { - "@gasket/plugin-command": "^7.0.0-next.31", + "@gasket/plugin-command": "^7.0.0-next.32", "@types/webpack-bundle-analyzer": "^4.6.3", "deepmerge": "^4.3.1", "webpack-bundle-analyzer": "^4.10.1" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-command/package.json b/packages/gasket-plugin-command/package.json index c5ba955d3..b39a2e27f 100644 --- a/packages/gasket-plugin-command/package.json +++ b/packages/gasket-plugin-command/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-command", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Plugin to enable other plugins to inject new gasket commands", "types": "lib/index.d.ts", "files": [ @@ -49,7 +49,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-command", "dependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "commander": "^12.0.0" }, "devDependencies": { diff --git a/packages/gasket-plugin-cypress/package.json b/packages/gasket-plugin-cypress/package.json index e05f04d59..4836cebc8 100644 --- a/packages/gasket-plugin-cypress/package.json +++ b/packages/gasket-plugin-cypress/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-cypress", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Integrates Cypress based testing into your Gasket application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-cypress", "devDependencies": { "@babel/core": "^7.23.7", - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.12", "cypress": "^13.6.6", diff --git a/packages/gasket-plugin-docs-graphs/package.json b/packages/gasket-plugin-docs-graphs/package.json index 91550f254..d23d6268e 100644 --- a/packages/gasket-plugin-docs-graphs/package.json +++ b/packages/gasket-plugin-docs-graphs/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-docs-graphs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Generate mermaid graphs of an applications gasket lifecycles", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-docs/package.json b/packages/gasket-plugin-docs/package.json index e8bac6efb..40a26cb4d 100644 --- a/packages/gasket-plugin-docs/package.json +++ b/packages/gasket-plugin-docs/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-docs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Centralize doc files from plugins and modules", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -42,7 +42,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-docs", "dependencies": { - "@gasket/plugin-command": "^7.0.0-next.31", + "@gasket/plugin-command": "^7.0.0-next.32", "glob": "^8.1.0", "lodash.defaultsdeep": "^4.6.1", "markdown-table": "^1.1.3", @@ -50,8 +50,8 @@ "rimraf": "^3.0.2" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-docusaurus/package.json b/packages/gasket-plugin-docusaurus/package.json index ad200391f..b79fcaa00 100644 --- a/packages/gasket-plugin-docusaurus/package.json +++ b/packages/gasket-plugin-docusaurus/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-docusaurus", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket plugin for docusaurus", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "devDependencies": { "@docusaurus/core": "^3.1.1", "@docusaurus/preset-classic": "^3.1.1", - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-elastic-apm/package.json b/packages/gasket-plugin-elastic-apm/package.json index de69de852..c038ebfac 100644 --- a/packages/gasket-plugin-elastic-apm/package.json +++ b/packages/gasket-plugin-elastic-apm/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-elastic-apm", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds Elastic APM instrumentation to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -42,7 +42,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-elastic-apm", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "elastic-apm-node": "^4.4.1", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-express/package.json b/packages/gasket-plugin-express/package.json index a2200b873..8cb7f7b4a 100644 --- a/packages/gasket-plugin-express/package.json +++ b/packages/gasket-plugin-express/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-express", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds express support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -50,7 +50,7 @@ "http2-express-bridge": "^1.0.7" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-fastify/package.json b/packages/gasket-plugin-fastify/package.json index 8a3ce021c..c20d2b157 100644 --- a/packages/gasket-plugin-fastify/package.json +++ b/packages/gasket-plugin-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-fastify", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds fastify support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -45,7 +45,7 @@ "middie": "^5.4.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-git/package.json b/packages/gasket-plugin-git/package.json index b69b3d2b5..dd41c4d4a 100644 --- a/packages/gasket-plugin-git/package.json +++ b/packages/gasket-plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-git", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds git support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-git", "dependencies": { - "@gasket/utils": "^7.0.0-next.31" + "@gasket/utils": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-plugin-happyfeet/package.json b/packages/gasket-plugin-happyfeet/package.json index d6fb4656e..50744d5b7 100644 --- a/packages/gasket-plugin-happyfeet/package.json +++ b/packages/gasket-plugin-happyfeet/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-happyfeet", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "A gasket plugin to enable happyfeet healthchecks", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-https/package.json b/packages/gasket-plugin-https/package.json index 1360f8e07..deab287d4 100644 --- a/packages/gasket-plugin-https/package.json +++ b/packages/gasket-plugin-https/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-https", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Create http/s servers with graceful termination", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -49,7 +49,7 @@ "one-time": "^1.0.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-intl/package.json b/packages/gasket-plugin-intl/package.json index 39691ba63..141ae3410 100644 --- a/packages/gasket-plugin-intl/package.json +++ b/packages/gasket-plugin-intl/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-intl", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "NodeJS script to build localization files.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-intl", "dependencies": { - "@gasket/helper-intl": "^7.0.0-next.31", + "@gasket/helper-intl": "^7.0.0-next.32", "@hapi/accept": "^6.0.3", "debug": "^4.3.4", "fs-extra": "^10.0.0", @@ -53,8 +53,8 @@ "url-join": "^4.0.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/react-intl": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/react-intl": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-jest/package.json b/packages/gasket-plugin-jest/package.json index b36086ae3..ac82fc890 100644 --- a/packages/gasket-plugin-jest/package.json +++ b/packages/gasket-plugin-jest/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-jest", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Integrated jest into your application.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-lint/package.json b/packages/gasket-plugin-lint/package.json index d1df278de..ae6bed26f 100644 --- a/packages/gasket-plugin-lint/package.json +++ b/packages/gasket-plugin-lint/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-lint", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds GoDaddy standard linting to your application", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-logger/package.json b/packages/gasket-plugin-logger/package.json index 5a9c0a505..b28c8ce42 100644 --- a/packages/gasket-plugin-logger/package.json +++ b/packages/gasket-plugin-logger/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-logger", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket plugin for logging", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,9 +34,9 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-logger", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-manifest/package.json b/packages/gasket-plugin-manifest/package.json index 9443ef08b..0becf6d57 100644 --- a/packages/gasket-plugin-manifest/package.json +++ b/packages/gasket-plugin-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-manifest", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "The web app manifest for progressive Gasket applications", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "mkdirp": "^1.0.4" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-metadata/package.json b/packages/gasket-plugin-metadata/package.json index 3d382f5d7..da571fcbb 100644 --- a/packages/gasket-plugin-metadata/package.json +++ b/packages/gasket-plugin-metadata/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-metadata", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds metadata to gasket lifecycles", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "lodash.isobject": "^3.0.2" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-metrics/package.json b/packages/gasket-plugin-metrics/package.json index d1bb4ac69..2cc1a4de5 100644 --- a/packages/gasket-plugin-metrics/package.json +++ b/packages/gasket-plugin-metrics/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-metrics", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Collect metrics for gasket commands", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -43,7 +43,7 @@ "git-url-parse": "^13.1.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-mocha/package.json b/packages/gasket-plugin-mocha/package.json index 17a3663c2..1a9380d63 100644 --- a/packages/gasket-plugin-mocha/package.json +++ b/packages/gasket-plugin-mocha/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-mocha", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Integrates mocha based testing in to your Gasket application", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-morgan/package.json b/packages/gasket-plugin-morgan/package.json index 3ea7a6797..226e43e22 100644 --- a/packages/gasket-plugin-morgan/package.json +++ b/packages/gasket-plugin-morgan/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-morgan", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds morgan request logger to your app", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -44,7 +44,7 @@ "split": "^1.0.1" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "@types/morgan": "^1.9.9", "cross-env": "^7.0.3", diff --git a/packages/gasket-plugin-nextjs/package.json b/packages/gasket-plugin-nextjs/package.json index a519697c3..f7dd72395 100644 --- a/packages/gasket-plugin-nextjs/package.json +++ b/packages/gasket-plugin-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-nextjs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds Next support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -42,14 +42,14 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-nextjs", "dependencies": { - "@gasket/plugin-webpack": "^7.0.0-next.31", + "@gasket/plugin-webpack": "^7.0.0-next.32", "fastify": "^4.26.2" }, "devDependencies": { "@babel/preset-react": "^7.23.3", - "@gasket/assets": "^7.0.0-next.31", - "@gasket/core": "^7.0.0-next.31", - "@gasket/nextjs": "^7.0.0-next.31", + "@gasket/assets": "^7.0.0-next.32", + "@gasket/core": "^7.0.0-next.32", + "@gasket/nextjs": "^7.0.0-next.32", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-redux/package.json b/packages/gasket-plugin-redux/package.json index e5de9a907..4163f0f0b 100644 --- a/packages/gasket-plugin-redux/package.json +++ b/packages/gasket-plugin-redux/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-redux", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket Redux Setup", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -40,8 +40,8 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-redux", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/redux": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/redux": "^7.0.0-next.32", "acorn": "^8.11.3", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-response-data/package.json b/packages/gasket-plugin-response-data/package.json index 949594436..eddb8602e 100644 --- a/packages/gasket-plugin-response-data/package.json +++ b/packages/gasket-plugin-response-data/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-response-data", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Supports application-specific (non-Gasket) configuration", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,13 +37,13 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-response-data", "dependencies": { - "@gasket/utils": "^7.0.0-next.31", + "@gasket/utils": "^7.0.0-next.32", "lodash.defaultsdeep": "^4.6.1", "lodash.merge": "^4.6.2" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", - "@gasket/data": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", + "@gasket/data": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-service-worker/package.json b/packages/gasket-plugin-service-worker/package.json index 46c1a0852..3e1ea666e 100644 --- a/packages/gasket-plugin-service-worker/package.json +++ b/packages/gasket-plugin-service-worker/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-service-worker", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket Service Worker Plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -48,7 +48,7 @@ "webpack-inject-plugin": "^1.5.5" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-start/package.json b/packages/gasket-plugin-start/package.json index e33a5bc6f..23d0d44a5 100644 --- a/packages/gasket-plugin-start/package.json +++ b/packages/gasket-plugin-start/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-start", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds commands for building and starting Gasket apps", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -42,7 +42,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-start", "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-swagger/package.json b/packages/gasket-plugin-swagger/package.json index 61b1319d2..1460afcb9 100644 --- a/packages/gasket-plugin-swagger/package.json +++ b/packages/gasket-plugin-swagger/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-swagger", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Generate and serve swagger docs", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "swagger-ui-express": "^4.1.4" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-typescript/package.json b/packages/gasket-plugin-typescript/package.json index 4c3233d93..7b6748fb9 100644 --- a/packages/gasket-plugin-typescript/package.json +++ b/packages/gasket-plugin-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-typescript", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket plugin for TypeScript support", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-webpack/package.json b/packages/gasket-plugin-webpack/package.json index d22b8144b..f12377550 100644 --- a/packages/gasket-plugin-webpack/package.json +++ b/packages/gasket-plugin-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-webpack", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Adds webpack support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -44,7 +44,7 @@ "webpack-merge": "^4.2.1" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-plugin-winston/package.json b/packages/gasket-plugin-winston/package.json index 961f5c964..872c1c565 100644 --- a/packages/gasket-plugin-winston/package.json +++ b/packages/gasket-plugin-winston/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-winston", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket logger based on Winston", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -38,11 +38,11 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-winston", "dependencies": { - "@gasket/plugin-logger": "^7.0.0-next.31", + "@gasket/plugin-logger": "^7.0.0-next.32", "winston": "^3.11.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-workbox/package.json b/packages/gasket-plugin-workbox/package.json index 9f92775fb..14bc54030 100644 --- a/packages/gasket-plugin-workbox/package.json +++ b/packages/gasket-plugin-workbox/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-workbox", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket Workbox Plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -43,7 +43,7 @@ "workbox-build": "^4.1.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.0", diff --git a/packages/gasket-preset-api/package.json b/packages/gasket-preset-api/package.json index f5a06d190..a9e3a2040 100644 --- a/packages/gasket-preset-api/package.json +++ b/packages/gasket-preset-api/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/preset-api", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Create Express-based API with Gasket", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,18 +30,18 @@ "url": "https://github.com/godaddy/gasket/issues" }, "dependencies": { - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-docs": "^7.0.0-next.31", - "@gasket/plugin-docusaurus": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-response-data": "^7.0.0-next.31", - "@gasket/plugin-swagger": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31" + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-docs": "^7.0.0-next.32", + "@gasket/plugin-docusaurus": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-response-data": "^7.0.0-next.32", + "@gasket/plugin-swagger": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-preset-nextjs/package.json b/packages/gasket-preset-nextjs/package.json index be0985f72..f66256dad 100644 --- a/packages/gasket-preset-nextjs/package.json +++ b/packages/gasket-preset-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/preset-nextjs", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Basic NextJS Framework", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -29,18 +29,18 @@ "url": "https://github.com/godaddy/gasket/issues" }, "dependencies": { - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-nextjs": "^7.0.0-next.31", - "@gasket/plugin-redux": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-webpack": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31" + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-nextjs": "^7.0.0-next.32", + "@gasket/plugin-redux": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-webpack": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-preset-pwa/package.json b/packages/gasket-preset-pwa/package.json index 2c06630fc..53dd8b1ae 100644 --- a/packages/gasket-preset-pwa/package.json +++ b/packages/gasket-preset-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/preset-pwa", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Turn Gasket apps into Progressive Web Apps", "main": "lib", "types": "lib/index.d.ts", @@ -30,13 +30,13 @@ "url": "https://github.com/godaddy/gasket/issues" }, "dependencies": { - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-lint": "^7.0.0-next.31", - "@gasket/plugin-manifest": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-service-worker": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-workbox": "^7.0.0-next.31" + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-lint": "^7.0.0-next.32", + "@gasket/plugin-manifest": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-service-worker": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-workbox": "^7.0.0-next.32" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-react-intl/package.json b/packages/gasket-react-intl/package.json index fcdcd38f0..517f28025 100644 --- a/packages/gasket-react-intl/package.json +++ b/packages/gasket-react-intl/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/react-intl", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "React component library to enable localization for gasket apps.", "main": "lib", "browser": "lib", @@ -46,9 +46,9 @@ "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-react-intl", "dependencies": { "@babel/runtime": "^7.23.8", - "@gasket/data": "^7.0.0-next.31", - "@gasket/fetch": "^7.0.0-next.31", - "@gasket/helper-intl": "^7.0.0-next.31", + "@gasket/data": "^7.0.0-next.32", + "@gasket/fetch": "^7.0.0-next.32", + "@gasket/helper-intl": "^7.0.0-next.32", "hoist-non-react-statics": "^3.3.2", "just-extend": "^6.2.0" }, diff --git a/packages/gasket-redux/package.json b/packages/gasket-redux/package.json index 80d3e5358..05edab982 100644 --- a/packages/gasket-redux/package.json +++ b/packages/gasket-redux/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/redux", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Gasket Redux Configuration", "main": "lib", "browser": "lib", diff --git a/packages/gasket-typescript-tests/package.json b/packages/gasket-typescript-tests/package.json index 114b0a9f7..7030cdc43 100644 --- a/packages/gasket-typescript-tests/package.json +++ b/packages/gasket-typescript-tests/package.json @@ -1,7 +1,7 @@ { "name": "@gasket/typescript-tests", "private": true, - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Not a published package; hosts unit tests to verify TypeScript support", "files": [ "lib" @@ -36,51 +36,51 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/typescript-tests", "devDependencies": { - "@gasket/assets": "^7.0.0-next.31", - "@gasket/core": "^7.0.0-next.31", - "@gasket/data": "^7.0.0-next.31", - "@gasket/fetch": "^7.0.0-next.31", - "@gasket/helper-intl": "^7.0.0-next.31", - "@gasket/nextjs": "^7.0.0-next.31", - "@gasket/plugin-analyze": "^7.0.0-next.31", - "@gasket/plugin-command": "^7.0.0-next.31", - "@gasket/plugin-cypress": "^7.0.0-next.31", - "@gasket/plugin-docs": "^7.0.0-next.31", - "@gasket/plugin-docs-graphs": "^7.0.0-next.31", - "@gasket/plugin-docusaurus": "^7.0.0-next.31", - "@gasket/plugin-elastic-apm": "^7.0.0-next.31", - "@gasket/plugin-express": "^7.0.0-next.31", - "@gasket/plugin-fastify": "^7.0.0-next.31", - "@gasket/plugin-git": "^7.0.0-next.31", - "@gasket/plugin-happyfeet": "^7.0.0-next.31", - "@gasket/plugin-https": "^7.0.0-next.31", - "@gasket/plugin-intl": "^7.0.0-next.31", - "@gasket/plugin-jest": "^7.0.0-next.31", - "@gasket/plugin-logger": "^7.0.0-next.31", - "@gasket/plugin-manifest": "^7.0.0-next.31", - "@gasket/plugin-metadata": "^7.0.0-next.31", - "@gasket/plugin-metrics": "^7.0.0-next.31", - "@gasket/plugin-mocha": "^7.0.0-next.31", - "@gasket/plugin-morgan": "^7.0.0-next.31", - "@gasket/plugin-nextjs": "^7.0.0-next.31", - "@gasket/plugin-redux": "^7.0.0-next.31", - "@gasket/plugin-response-data": "^7.0.0-next.31", - "@gasket/plugin-service-worker": "^7.0.0-next.31", - "@gasket/plugin-start": "^7.0.0-next.31", - "@gasket/plugin-swagger": "^7.0.0-next.31", - "@gasket/plugin-typescript": "^7.0.0-next.31", - "@gasket/plugin-webpack": "^7.0.0-next.31", - "@gasket/plugin-winston": "^7.0.0-next.31", - "@gasket/plugin-workbox": "^7.0.0-next.31", - "@gasket/preset-api": "^7.0.0-next.31", - "@gasket/preset-nextjs": "^7.0.0-next.31", - "@gasket/preset-pwa": "^7.0.0-next.31", - "@gasket/react-intl": "^7.0.0-next.31", - "@gasket/redux": "^7.0.0-next.31", - "@gasket/utils": "^7.0.0-next.31", + "@gasket/assets": "^7.0.0-next.32", + "@gasket/core": "^7.0.0-next.32", + "@gasket/data": "^7.0.0-next.32", + "@gasket/fetch": "^7.0.0-next.32", + "@gasket/helper-intl": "^7.0.0-next.32", + "@gasket/nextjs": "^7.0.0-next.32", + "@gasket/plugin-analyze": "^7.0.0-next.32", + "@gasket/plugin-command": "^7.0.0-next.32", + "@gasket/plugin-cypress": "^7.0.0-next.32", + "@gasket/plugin-docs": "^7.0.0-next.32", + "@gasket/plugin-docs-graphs": "^7.0.0-next.32", + "@gasket/plugin-docusaurus": "^7.0.0-next.32", + "@gasket/plugin-elastic-apm": "^7.0.0-next.32", + "@gasket/plugin-express": "^7.0.0-next.32", + "@gasket/plugin-fastify": "^7.0.0-next.32", + "@gasket/plugin-git": "^7.0.0-next.32", + "@gasket/plugin-happyfeet": "^7.0.0-next.32", + "@gasket/plugin-https": "^7.0.0-next.32", + "@gasket/plugin-intl": "^7.0.0-next.32", + "@gasket/plugin-jest": "^7.0.0-next.32", + "@gasket/plugin-logger": "^7.0.0-next.32", + "@gasket/plugin-manifest": "^7.0.0-next.32", + "@gasket/plugin-metadata": "^7.0.0-next.32", + "@gasket/plugin-metrics": "^7.0.0-next.32", + "@gasket/plugin-mocha": "^7.0.0-next.32", + "@gasket/plugin-morgan": "^7.0.0-next.32", + "@gasket/plugin-nextjs": "^7.0.0-next.32", + "@gasket/plugin-redux": "^7.0.0-next.32", + "@gasket/plugin-response-data": "^7.0.0-next.32", + "@gasket/plugin-service-worker": "^7.0.0-next.32", + "@gasket/plugin-start": "^7.0.0-next.32", + "@gasket/plugin-swagger": "^7.0.0-next.32", + "@gasket/plugin-typescript": "^7.0.0-next.32", + "@gasket/plugin-webpack": "^7.0.0-next.32", + "@gasket/plugin-winston": "^7.0.0-next.32", + "@gasket/plugin-workbox": "^7.0.0-next.32", + "@gasket/preset-api": "^7.0.0-next.32", + "@gasket/preset-nextjs": "^7.0.0-next.32", + "@gasket/preset-pwa": "^7.0.0-next.32", + "@gasket/react-intl": "^7.0.0-next.32", + "@gasket/redux": "^7.0.0-next.32", + "@gasket/utils": "^7.0.0-next.32", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", - "create-gasket-app": "^7.0.0-next.31", + "create-gasket-app": "^7.0.0-next.32", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy-react-typescript": "^4.0.2", diff --git a/packages/gasket-utils/package.json b/packages/gasket-utils/package.json index df15100e8..b00f8d5bd 100644 --- a/packages/gasket-utils/package.json +++ b/packages/gasket-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/utils", - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Reusable utilities for Gasket internals", "main": "lib", "types": "lib/index.d.ts", @@ -47,7 +47,7 @@ "semver": "^7.6.0" }, "devDependencies": { - "@gasket/core": "^7.0.0-next.31", + "@gasket/core": "^7.0.0-next.32", "@godaddy/dmd": "^1.0.4", "abort-controller": "^3.0.0", "cross-env": "^7.0.3", diff --git a/scripts/generate-docs-index/package.json b/scripts/generate-docs-index/package.json index a09903edf..c7410a5c0 100644 --- a/scripts/generate-docs-index/package.json +++ b/scripts/generate-docs-index/package.json @@ -1,7 +1,7 @@ { "name": "generate-docs-index", "private": true, - "version": "7.0.0-next.31", + "version": "7.0.0-next.32", "description": "Generate the overview index", "scripts": { "lint": "eslint .",