From eb663b93543699ad6c1019c120c44b76d86d90ec Mon Sep 17 00:00:00 2001 From: Andrew Gerard Date: Wed, 18 Dec 2024 11:17:18 -0700 Subject: [PATCH] v7.1.0 --- lerna.json | 2 +- package-lock.json | 394 ++++++++++-------- packages/create-gasket-app/package.json | 22 +- packages/gasket-assets/package.json | 2 +- packages/gasket-core/package.json | 4 +- packages/gasket-data/package.json | 4 +- packages/gasket-fetch/package.json | 2 +- packages/gasket-intl/package.json | 2 +- packages/gasket-nextjs/package.json | 6 +- packages/gasket-plugin-analyze/package.json | 4 +- packages/gasket-plugin-command/package.json | 4 +- packages/gasket-plugin-cypress/package.json | 4 +- packages/gasket-plugin-data/package.json | 10 +- .../gasket-plugin-docs-graphs/package.json | 2 +- packages/gasket-plugin-docs/package.json | 8 +- .../gasket-plugin-docusaurus/package.json | 4 +- .../package.json | 4 +- .../gasket-plugin-elastic-apm/package.json | 6 +- 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 +- .../gasket-plugin-https-proxy/package.json | 6 +- packages/gasket-plugin-https/package.json | 4 +- packages/gasket-plugin-intl/package.json | 10 +- 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 | 6 +- .../gasket-plugin-middleware/package.json | 2 +- packages/gasket-plugin-mocha/package.json | 2 +- packages/gasket-plugin-morgan/package.json | 4 +- packages/gasket-plugin-nextjs/package.json | 12 +- packages/gasket-plugin-redux/package.json | 6 +- .../gasket-plugin-service-worker/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 | 22 +- packages/gasket-preset-nextjs/package.json | 28 +- packages/gasket-react-intl/package.json | 8 +- packages/gasket-redux/package.json | 2 +- packages/gasket-request/package.json | 2 +- packages/gasket-typescript-tests/package.json | 82 ++-- packages/gasket-utils/package.json | 4 +- scripts/generate-docs-index/package.json | 4 +- 49 files changed, 393 insertions(+), 349 deletions(-) diff --git a/lerna.json b/lerna.json index d5b239be4..5eb8681bd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.15", + "version": "7.1.0", "$schema": "https://json.schemastore.org/lerna.json", "useNx": true, "packages": [ diff --git a/package-lock.json b/package-lock.json index a7fa0b5ec..7cde3aeeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42232,18 +42232,19 @@ } }, "packages/create-gasket-app": { - "version": "7.1.0-next.4", - "license": "MIT", - "dependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/plugin-command": "7.1.0-next.4", - "@gasket/plugin-docs": "7.1.0-next.4", - "@gasket/plugin-docusaurus": "7.1.0-next.4", - "@gasket/plugin-dynamic-plugins": "7.1.0-next.4", - "@gasket/plugin-git": "7.1.0-next.4", - "@gasket/plugin-logger": "7.1.0-next.4", - "@gasket/plugin-metadata": "7.1.0-next.4", - "@gasket/utils": "7.1.0-next.4", + "version": "7.1.0", + "license": "MIT", + "dependencies": { + "@gasket/core": "^7.1.0", + "@gasket/plugin-command": "^7.1.0", + "@gasket/plugin-docs": "^7.1.0", + "@gasket/plugin-docusaurus": "^7.1.0", + "@gasket/plugin-dynamic-plugins": "^7.1.0", + "@gasket/plugin-git": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", + "@gasket/request": "^7.1.0", + "@gasket/utils": "^7.1.0", "commander": "^12.0.0", "deepmerge": "^4.3.1", "diagnostics": "^2.0.2", @@ -42259,7 +42260,7 @@ "create-gasket-app": "lib/index.js" }, "devDependencies": { - "@gasket/request": "7.1.0-next.4", + "@gasket/request": "7.1.0-next.6", "@types/inquirer": "^9.0.7", "cross-env": "^7.0.3", "dotenv": "^16.4.5", @@ -42272,6 +42273,16 @@ "typescript": "^5.4.5" } }, + "packages/create-gasket-app/node_modules/@gasket/request": { + "version": "7.1.0-next.6", + "resolved": "https://registry.npmjs.org/@gasket/request/-/request-7.1.0-next.6.tgz", + "integrity": "sha512-8E/8+nxpZMqvhCVoMsXYoDSO+DCnvoz0jeONzT4/MtwVt4v2jNrLk5rh/JPQNIZvcj5t5Qj5YXg2GhgXCvgE7Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + } + }, "packages/create-gasket-app/node_modules/commander": { "version": "12.1.0", "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", @@ -42283,7 +42294,7 @@ }, "packages/gasket-assets": { "name": "@gasket/assets", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", @@ -42512,10 +42523,10 @@ }, "packages/gasket-core": { "name": "@gasket/core", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/utils": "7.1.0-next.4", + "@gasket/utils": "^7.1.0", "debug": "^4.3.4" }, "devDependencies": { @@ -42536,10 +42547,10 @@ }, "packages/gasket-data": { "name": "@gasket/data", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/request": "7.1.0-next.4" + "@gasket/request": "^7.1.0" }, "devDependencies": { "@jest/globals": "^29.7.0", @@ -42559,7 +42570,7 @@ }, "packages/gasket-fetch": { "name": "@gasket/fetch", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", @@ -42586,7 +42597,7 @@ }, "packages/gasket-intl": { "name": "@gasket/intl", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { "@jest/globals": "^29.7.0", @@ -42602,11 +42613,11 @@ }, "packages/gasket-nextjs": { "name": "@gasket/nextjs", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/data": "7.1.0-next.4", - "@gasket/request": "7.1.0-next.4", + "@gasket/data": "^7.1.0", + "@gasket/request": "^7.1.0", "htmlescape": "^1.1.1" }, "devDependencies": { @@ -42626,11 +42637,15 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" + }, + "peerDependencies": { + "next": "^14", + "react": "^18" } }, "packages/gasket-plugin-analyze": { "name": "@gasket/plugin-analyze", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@types/webpack-bundle-analyzer": "^4.6.3", @@ -42638,7 +42653,7 @@ "webpack-bundle-analyzer": "^4.10.1" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -42652,10 +42667,10 @@ }, "packages/gasket-plugin-command": { "name": "@gasket/plugin-command", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "commander": "^12.0.0" }, "devDependencies": { @@ -42684,11 +42699,11 @@ }, "packages/gasket-plugin-cypress": { "name": "@gasket/plugin-cypress", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", @@ -42706,15 +42721,16 @@ }, "packages/gasket-plugin-data": { "name": "@gasket/plugin-data", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/utils": "7.1.0-next.4", + "@gasket/request": "^7.1.0", + "@gasket/utils": "^7.1.0", "lodash.merge": "^4.6.2" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/data": "7.1.0-next.4", + "@gasket/core": "^7.1.0", + "@gasket/data": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -42727,10 +42743,10 @@ }, "packages/gasket-plugin-docs": { "name": "@gasket/plugin-docs", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/plugin-command": "7.1.0-next.4", + "@gasket/plugin-command": "^7.1.0", "glob": "^8.1.0", "lodash.defaultsdeep": "^4.6.1", "markdown-table": "^1.1.3", @@ -42738,8 +42754,8 @@ "rimraf": "^3.0.2" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/plugin-metadata": "7.1.0-next.4", + "@gasket/core": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", "@godaddy/dmd": "^1.0.4", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -42753,7 +42769,7 @@ }, "packages/gasket-plugin-docs-graphs": { "name": "@gasket/plugin-docs-graphs", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { "cross-env": "^7.0.3", @@ -42774,7 +42790,7 @@ }, "packages/gasket-plugin-docusaurus": { "name": "@gasket/plugin-docusaurus", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "lodash.defaultsdeep": "^4.6.1" @@ -42782,7 +42798,7 @@ "devDependencies": { "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.5.2", - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "ajv": "^8.17.1", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -42795,6 +42811,9 @@ "react-dom": "^18.2.0", "search-insights": "^2.13.0", "typescript": "^5.4.5" + }, + "peerDependencies": { + "@gasket/plugin-logger": "^7.1" } }, "packages/gasket-plugin-docusaurus/node_modules/ajv": { @@ -42823,10 +42842,10 @@ }, "packages/gasket-plugin-dynamic-plugins": { "name": "@gasket/plugin-dynamic-plugins", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", "eslint-plugin-jest": "^28.6.0", @@ -42838,13 +42857,13 @@ }, "packages/gasket-plugin-elastic-apm": { "name": "@gasket/plugin-elastic-apm", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/request": "7.1.0-next.4" + "@gasket/request": "^7.1.0" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "dotenv": "^16.4.5", "elastic-apm-node": "^4.4.1", @@ -42860,7 +42879,7 @@ }, "packages/gasket-plugin-express": { "name": "@gasket/plugin-express", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@types/express": "^4.17.21", @@ -42872,7 +42891,7 @@ "http2-express": "^1.0.0" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -42882,17 +42901,20 @@ "express": "^4.21.0", "jest": "^29.7.0", "typescript": "^5.4.5" + }, + "peerDependencies": { + "express": "^4.21.0" } }, "packages/gasket-plugin-fastify": { "name": "@gasket/plugin-fastify", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "fastify": "^4.28.1" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -42902,14 +42924,17 @@ "fastify": "^4.28.1", "jest": "^29.7.0", "typescript": "^5.4.5" + }, + "peerDependencies": { + "fastify": "^4" } }, "packages/gasket-plugin-git": { "name": "@gasket/plugin-git", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/utils": "7.1.0-next.4" + "@gasket/utils": "^7.1.0" }, "devDependencies": { "cross-env": "^7.0.3", @@ -42924,7 +42949,7 @@ }, "packages/gasket-plugin-happyfeet": { "name": "@gasket/plugin-happyfeet", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "happy-feet": "^2.2.0" @@ -42944,7 +42969,7 @@ }, "packages/gasket-plugin-https": { "name": "@gasket/plugin-https", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@godaddy/terminus": "^4.12.1", @@ -42956,7 +42981,7 @@ "one-time": "^1.0.0" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -42970,14 +42995,14 @@ }, "packages/gasket-plugin-https-proxy": { "name": "@gasket/plugin-https-proxy", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "http-proxy": "^1.18.1" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/plugin-logger": "7.1.0-next.4", + "@gasket/core": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0", "@types/node": "^20.12.5", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -42990,10 +43015,10 @@ }, "packages/gasket-plugin-intl": { "name": "@gasket/plugin-intl", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/request": "7.1.0-next.4", + "@gasket/request": "^7.1.0", "@hapi/accept": "^6.0.3", "debug": "^4.3.4", "fs-extra": "^10.0.0", @@ -43002,9 +43027,9 @@ "semver": "^7.6.3" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/intl": "7.1.0-next.4", - "@gasket/react-intl": "7.1.0-next.4", + "@gasket/core": "^7.1.0", + "@gasket/intl": "^7.1.0", + "@gasket/react-intl": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -43085,7 +43110,7 @@ }, "packages/gasket-plugin-jest": { "name": "@gasket/plugin-jest", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { "@testing-library/jest-dom": "^5.16.1", @@ -43112,7 +43137,7 @@ }, "packages/gasket-plugin-lint": { "name": "@gasket/plugin-lint", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "semver": "^7.6.3" @@ -43240,12 +43265,12 @@ }, "packages/gasket-plugin-logger": { "name": "@gasket/plugin-logger", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/plugin-https": "7.1.0-next.4", - "@gasket/plugin-metadata": "7.1.0-next.4", + "@gasket/core": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -43258,7 +43283,7 @@ }, "packages/gasket-plugin-manifest": { "name": "@gasket/plugin-manifest", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "deepmerge": "^4.3.1", @@ -43266,7 +43291,7 @@ "mkdirp": "^1.0.4" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -43288,11 +43313,11 @@ }, "packages/gasket-plugin-metadata": { "name": "@gasket/plugin-metadata", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/plugin-logger": "7.1.0-next.4" + "@gasket/core": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0" }, "devDependencies": { "@godaddy/dmd": "^1.0.4", @@ -43308,7 +43333,7 @@ }, "packages/gasket-plugin-middleware": { "name": "@gasket/plugin-middleware", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@fastify/express": "^3.0.0", @@ -43331,7 +43356,7 @@ }, "packages/gasket-plugin-mocha": { "name": "@gasket/plugin-mocha", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", @@ -43361,14 +43386,14 @@ }, "packages/gasket-plugin-morgan": { "name": "@gasket/plugin-morgan", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "morgan": "^1.10.0", "split": "^1.0.1" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "@types/jest": "^29.5.12", "@types/morgan": "^1.9.9", "cross-env": "^7.0.3", @@ -43379,21 +43404,25 @@ "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", "typescript": "^5.4.5" + }, + "peerDependencies": { + "@gasket/plugin-logger": "^7.1", + "express": "^4.21.0" } }, "packages/gasket-plugin-nextjs": { "name": "@gasket/plugin-nextjs", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/plugin-webpack": "7.1.0-next.4", + "@gasket/plugin-webpack": "^7.1.0", "fastify": "^4.28.1" }, "devDependencies": { "@babel/preset-react": "^7.23.3", - "@gasket/assets": "7.1.0-next.4", - "@gasket/core": "7.1.0-next.4", - "@gasket/nextjs": "7.1.0-next.4", + "@gasket/assets": "^7.1.0", + "@gasket/core": "^7.1.0", + "@gasket/nextjs": "^7.1.0", "@types/react": "^18.2.0", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", @@ -43410,15 +43439,21 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" + }, + "peerDependencies": { + "@gasket/plugin-webpack": "^7.1", + "next": "^14", + "react": "^18", + "react-dom": "^18" } }, "packages/gasket-plugin-redux": { "name": "@gasket/plugin-redux", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { - "@gasket/core": "7.1.0-next.4", - "@gasket/redux": "7.1.0-next.4", + "@gasket/core": "^7.1.0", + "@gasket/redux": "^7.1.0", "acorn": "^8.11.3", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -43437,7 +43472,7 @@ }, "packages/gasket-plugin-service-worker": { "name": "@gasket/plugin-service-worker", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@types/lru-cache": "^5.1.1", @@ -43449,7 +43484,7 @@ "webpack-inject-plugin": "^1.5.5" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -43462,7 +43497,7 @@ }, "packages/gasket-plugin-swagger": { "name": "@gasket/plugin-swagger", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@fastify/swagger": "^8.14.0", @@ -43473,7 +43508,7 @@ "swagger-ui-express": "^4.1.4" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -43487,7 +43522,7 @@ }, "packages/gasket-plugin-typescript": { "name": "@gasket/plugin-typescript", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", @@ -43504,10 +43539,10 @@ }, "packages/gasket-plugin-webpack": { "name": "@gasket/plugin-webpack", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -43522,14 +43557,14 @@ }, "packages/gasket-plugin-winston": { "name": "@gasket/plugin-winston", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/plugin-logger": "7.1.0-next.4", + "@gasket/plugin-logger": "^7.1.0", "winston": "^3.11.0" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -43540,11 +43575,14 @@ "jest": "^29.7.0", "triple-beam": "^1.4.1", "typescript": "^5.4.5" + }, + "peerDependencies": { + "@gasket/plugin-logger": "^7.1" } }, "packages/gasket-plugin-workbox": { "name": "@gasket/plugin-workbox", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@types/workbox-build": "^5.0.1", @@ -43553,7 +43591,7 @@ "workbox-build": "^4.1.0" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", @@ -43566,19 +43604,19 @@ }, "packages/gasket-preset-api": { "name": "@gasket/preset-api", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/plugin-cypress": "7.1.0-next.4", - "@gasket/plugin-express": "7.1.0-next.4", - "@gasket/plugin-fastify": "7.1.0-next.4", - "@gasket/plugin-https": "7.1.0-next.4", - "@gasket/plugin-jest": "7.1.0-next.4", - "@gasket/plugin-lint": "7.1.0-next.4", - "@gasket/plugin-mocha": "7.1.0-next.4", - "@gasket/plugin-swagger": "7.1.0-next.4", - "@gasket/plugin-typescript": "7.1.0-next.4", - "@gasket/plugin-winston": "7.1.0-next.4" + "@gasket/plugin-cypress": "^7.1.0", + "@gasket/plugin-express": "^7.1.0", + "@gasket/plugin-fastify": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-jest": "^7.1.0", + "@gasket/plugin-lint": "^7.1.0", + "@gasket/plugin-mocha": "^7.1.0", + "@gasket/plugin-swagger": "^7.1.0", + "@gasket/plugin-typescript": "^7.1.0", + "@gasket/plugin-winston": "^7.1.0" }, "devDependencies": { "cross-env": "^7.0.3", @@ -43592,22 +43630,22 @@ }, "packages/gasket-preset-nextjs": { "name": "@gasket/preset-nextjs", - "version": "7.1.0-next.4", - "license": "MIT", - "dependencies": { - "@gasket/plugin-cypress": "7.1.0-next.4", - "@gasket/plugin-express": "7.1.0-next.4", - "@gasket/plugin-https": "7.1.0-next.4", - "@gasket/plugin-https-proxy": "7.1.0-next.4", - "@gasket/plugin-intl": "7.1.0-next.4", - "@gasket/plugin-jest": "7.1.0-next.4", - "@gasket/plugin-lint": "7.1.0-next.4", - "@gasket/plugin-mocha": "7.1.0-next.4", - "@gasket/plugin-nextjs": "7.1.0-next.4", - "@gasket/plugin-typescript": "7.1.0-next.4", - "@gasket/plugin-webpack": "7.1.0-next.4", - "@gasket/plugin-winston": "7.1.0-next.4", - "@gasket/utils": "7.1.0-next.4" + "version": "7.1.0", + "license": "MIT", + "dependencies": { + "@gasket/plugin-cypress": "^7.1.0", + "@gasket/plugin-express": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-https-proxy": "^7.1.0", + "@gasket/plugin-intl": "^7.1.0", + "@gasket/plugin-jest": "^7.1.0", + "@gasket/plugin-lint": "^7.1.0", + "@gasket/plugin-mocha": "^7.1.0", + "@gasket/plugin-nextjs": "^7.1.0", + "@gasket/plugin-typescript": "^7.1.0", + "@gasket/plugin-webpack": "^7.1.0", + "@gasket/plugin-winston": "^7.1.0", + "@gasket/utils": "^7.1.0" }, "devDependencies": { "cross-env": "^7.0.3", @@ -43620,12 +43658,12 @@ }, "packages/gasket-react-intl": { "name": "@gasket/react-intl", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { - "@gasket/data": "7.1.0-next.4", - "@gasket/fetch": "7.1.0-next.4", - "@gasket/intl": "7.1.0-next.4", + "@gasket/data": "^7.1.0", + "@gasket/fetch": "^7.1.0", + "@gasket/intl": "^7.1.0", "hoist-non-react-statics": "^3.3.2", "htmlescape": "^1.1.1", "just-extend": "^6.2.0" @@ -43649,6 +43687,9 @@ "react-intl": "~6.6.8", "react-redux": "^8.0.0", "typescript": "^5.4.5" + }, + "peerDependencies": { + "@gasket/plugin-intl": "^7.1" } }, "packages/gasket-react-intl/node_modules/@formatjs/intl": { @@ -43705,7 +43746,7 @@ }, "packages/gasket-redux": { "name": "@gasket/redux", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.8", @@ -43732,11 +43773,14 @@ "jest-environment-jsdom": "^29.7.0", "redux": "^4.0.5", "typescript": "^5.4.5" + }, + "peerDependencies": { + "redux": "^3.7.2 || ^4.0.1" } }, "packages/gasket-request": { "name": "@gasket/request", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "debug": "^4.3.4" @@ -43760,51 +43804,51 @@ }, "packages/gasket-typescript-tests": { "name": "@gasket/typescript-tests", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "devDependencies": { - "@gasket/assets": "7.1.0-next.4", - "@gasket/core": "7.1.0-next.4", - "@gasket/data": "7.1.0-next.4", - "@gasket/fetch": "7.1.0-next.4", - "@gasket/intl": "7.1.0-next.4", - "@gasket/nextjs": "7.1.0-next.4", - "@gasket/plugin-analyze": "7.1.0-next.4", - "@gasket/plugin-command": "7.1.0-next.4", - "@gasket/plugin-cypress": "7.1.0-next.4", - "@gasket/plugin-data": "7.1.0-next.4", - "@gasket/plugin-docs": "7.1.0-next.4", - "@gasket/plugin-docs-graphs": "7.1.0-next.4", - "@gasket/plugin-docusaurus": "7.1.0-next.4", - "@gasket/plugin-elastic-apm": "7.1.0-next.4", - "@gasket/plugin-express": "7.1.0-next.4", - "@gasket/plugin-fastify": "7.1.0-next.4", - "@gasket/plugin-git": "7.1.0-next.4", - "@gasket/plugin-happyfeet": "7.1.0-next.4", - "@gasket/plugin-https": "7.1.0-next.4", - "@gasket/plugin-intl": "7.1.0-next.4", - "@gasket/plugin-jest": "7.1.0-next.4", - "@gasket/plugin-logger": "7.1.0-next.4", - "@gasket/plugin-manifest": "7.1.0-next.4", - "@gasket/plugin-metadata": "7.1.0-next.4", - "@gasket/plugin-mocha": "7.1.0-next.4", - "@gasket/plugin-morgan": "7.1.0-next.4", - "@gasket/plugin-nextjs": "7.1.0-next.4", - "@gasket/plugin-redux": "7.1.0-next.4", - "@gasket/plugin-service-worker": "7.1.0-next.4", - "@gasket/plugin-swagger": "7.1.0-next.4", - "@gasket/plugin-typescript": "7.1.0-next.4", - "@gasket/plugin-webpack": "7.1.0-next.4", - "@gasket/plugin-winston": "7.1.0-next.4", - "@gasket/plugin-workbox": "7.1.0-next.4", - "@gasket/preset-api": "7.1.0-next.4", - "@gasket/preset-nextjs": "7.1.0-next.4", - "@gasket/react-intl": "7.1.0-next.4", - "@gasket/redux": "7.1.0-next.4", - "@gasket/utils": "7.1.0-next.4", + "@gasket/assets": "^7.1.0", + "@gasket/core": "^7.1.0", + "@gasket/data": "^7.1.0", + "@gasket/fetch": "^7.1.0", + "@gasket/intl": "^7.1.0", + "@gasket/nextjs": "^7.1.0", + "@gasket/plugin-analyze": "^7.1.0", + "@gasket/plugin-command": "^7.1.0", + "@gasket/plugin-cypress": "^7.1.0", + "@gasket/plugin-data": "^7.1.0", + "@gasket/plugin-docs": "^7.1.0", + "@gasket/plugin-docs-graphs": "^7.1.0", + "@gasket/plugin-docusaurus": "^7.1.0", + "@gasket/plugin-elastic-apm": "^7.1.0", + "@gasket/plugin-express": "^7.1.0", + "@gasket/plugin-fastify": "^7.1.0", + "@gasket/plugin-git": "^7.1.0", + "@gasket/plugin-happyfeet": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-intl": "^7.1.0", + "@gasket/plugin-jest": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0", + "@gasket/plugin-manifest": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", + "@gasket/plugin-mocha": "^7.1.0", + "@gasket/plugin-morgan": "^7.1.0", + "@gasket/plugin-nextjs": "^7.1.0", + "@gasket/plugin-redux": "^7.1.0", + "@gasket/plugin-service-worker": "^7.1.0", + "@gasket/plugin-swagger": "^7.1.0", + "@gasket/plugin-typescript": "^7.1.0", + "@gasket/plugin-webpack": "^7.1.0", + "@gasket/plugin-winston": "^7.1.0", + "@gasket/plugin-workbox": "^7.1.0", + "@gasket/preset-api": "^7.1.0", + "@gasket/preset-nextjs": "^7.1.0", + "@gasket/react-intl": "^7.1.0", + "@gasket/redux": "^7.1.0", + "@gasket/utils": "^7.1.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", - "create-gasket-app": "7.1.0-next.4", + "create-gasket-app": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy-react-typescript": "^4.0.2", @@ -44243,7 +44287,7 @@ }, "packages/gasket-utils": { "name": "@gasket/utils", - "version": "7.1.0-next.4", + "version": "7.1.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2", @@ -44253,7 +44297,7 @@ "semver": "^7.6.3" }, "devDependencies": { - "@gasket/core": "7.1.0-next.4", + "@gasket/core": "^7.1.0", "@types/concat-stream": "^2.0.3", "@types/cross-spawn": "^6.0.6", "abort-controller": "^3.0.0", @@ -44269,9 +44313,9 @@ } }, "scripts/generate-docs-index": { - "version": "7.1.0-next.4", + "version": "7.1.0", "dependencies": { - "@gasket/core": "7.1.0-next.4" + "@gasket/core": "^7.1.0" }, "devDependencies": { "eslint": "^8.56.0", diff --git a/packages/create-gasket-app/package.json b/packages/create-gasket-app/package.json index af2583e0e..6864fc789 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.15", + "version": "7.1.0", "description": "starter pack for creating a gasket app", "type": "module", "bin": { @@ -35,16 +35,16 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/create-gasket-app", "dependencies": { - "@gasket/core": "^7.0.15", - "@gasket/plugin-command": "^7.0.15", - "@gasket/plugin-docs": "^7.0.15", - "@gasket/plugin-docusaurus": "^7.0.15", - "@gasket/plugin-dynamic-plugins": "0.0.0", - "@gasket/plugin-git": "^7.0.15", - "@gasket/plugin-logger": "^7.0.15", - "@gasket/plugin-metadata": "^7.0.15", - "@gasket/request": "7.1.0-next.6", - "@gasket/utils": "^7.0.15", + "@gasket/core": "^7.1.0", + "@gasket/plugin-command": "^7.1.0", + "@gasket/plugin-docs": "^7.1.0", + "@gasket/plugin-docusaurus": "^7.1.0", + "@gasket/plugin-dynamic-plugins": "^7.1.0", + "@gasket/plugin-git": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", + "@gasket/request": "^7.1.0", + "@gasket/utils": "^7.1.0", "commander": "^12.0.0", "deepmerge": "^4.3.1", "diagnostics": "^2.0.2", diff --git a/packages/gasket-assets/package.json b/packages/gasket-assets/package.json index b5ad66879..5035ccf4e 100644 --- a/packages/gasket-assets/package.json +++ b/packages/gasket-assets/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/assets", - "version": "7.0.1", + "version": "7.1.0", "description": "Gasket assets", "main": "react/index.js", "files": [ diff --git a/packages/gasket-core/package.json b/packages/gasket-core/package.json index 76079990b..4bdfa1122 100644 --- a/packages/gasket-core/package.json +++ b/packages/gasket-core/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/core", - "version": "7.0.15", + "version": "7.1.0", "description": "Entry point to setting up Gasket instances", "type": "module", "types": "lib/index.d.ts", @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-core", "dependencies": { - "@gasket/utils": "^7.0.15", + "@gasket/utils": "^7.1.0", "debug": "^4.3.4" }, "devDependencies": { diff --git a/packages/gasket-data/package.json b/packages/gasket-data/package.json index aa195d2ad..eb9557525 100644 --- a/packages/gasket-data/package.json +++ b/packages/gasket-data/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/data", - "version": "7.0.15", + "version": "7.1.0", "description": "Helper package for accessing embedded Gasket Data in the browser", "type": "module", "types": "lib/index.d.ts", @@ -48,7 +48,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-data", "dependencies": { - "@gasket/request": "^7.1.0-next.6" + "@gasket/request": "^7.1.0" }, "devDependencies": { "@jest/globals": "^29.7.0", diff --git a/packages/gasket-fetch/package.json b/packages/gasket-fetch/package.json index 9370da24d..05e9d879d 100644 --- a/packages/gasket-fetch/package.json +++ b/packages/gasket-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/fetch", - "version": "7.0.1", + "version": "7.1.0", "description": "Gasket Fetch API", "main": "lib/node.js", "browser": "lib/browser.js", diff --git a/packages/gasket-intl/package.json b/packages/gasket-intl/package.json index 5f7d4c10d..963fd151c 100644 --- a/packages/gasket-intl/package.json +++ b/packages/gasket-intl/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/intl", - "version": "7.0.15", + "version": "7.1.0", "description": "Internationalization managers for translation files and locale handling.", "type": "module", "main": "lib/index.js", diff --git a/packages/gasket-nextjs/package.json b/packages/gasket-nextjs/package.json index 9fc134861..ecbd3af7f 100644 --- a/packages/gasket-nextjs/package.json +++ b/packages/gasket-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/nextjs", - "version": "7.0.15", + "version": "7.1.0", "description": "Gasket integrations for Next.js apps", "type": "module", "files": [ @@ -57,8 +57,8 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-nextjs", "dependencies": { - "@gasket/data": "^7.0.15", - "@gasket/request": "^7.1.0-next.6", + "@gasket/data": "^7.1.0", + "@gasket/request": "^7.1.0", "htmlescape": "^1.1.1" }, "devDependencies": { diff --git a/packages/gasket-plugin-analyze/package.json b/packages/gasket-plugin-analyze/package.json index fa1a10b7c..b9fbe4d06 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.15", + "version": "7.1.0", "description": "Gasket Analyzer Plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -41,7 +41,7 @@ "webpack-bundle-analyzer": "^4.10.1" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "@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 4d21dbf4a..70a7d619c 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.15", + "version": "7.1.0", "description": "Plugin to enable other plugins to inject new gasket commands", "type": "module", "main": "lib/index.js", @@ -41,7 +41,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-command", "dependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "commander": "^12.0.0" }, "devDependencies": { diff --git a/packages/gasket-plugin-cypress/package.json b/packages/gasket-plugin-cypress/package.json index 0bdfd5fce..f631fdfda 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.15", + "version": "7.1.0", "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.15", + "@gasket/core": "^7.1.0", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.12", "cross-env": "^7.0.3", diff --git a/packages/gasket-plugin-data/package.json b/packages/gasket-plugin-data/package.json index c4ef41966..8bc687232 100644 --- a/packages/gasket-plugin-data/package.json +++ b/packages/gasket-plugin-data/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-data", - "version": "7.0.15", + "version": "7.1.0", "description": "Supports application-specific settings and configurations", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,13 +37,13 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-data", "dependencies": { - "@gasket/utils": "^7.0.15", - "@gasket/request": "7.1.0-next.6", + "@gasket/request": "^7.1.0", + "@gasket/utils": "^7.1.0", "lodash.merge": "^4.6.2" }, "devDependencies": { - "@gasket/core": "^7.0.15", - "@gasket/data": "^7.0.15", + "@gasket/core": "^7.1.0", + "@gasket/data": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-docs-graphs/package.json b/packages/gasket-plugin-docs-graphs/package.json index 8406ed188..a7e7f6316 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.1", + "version": "7.1.0", "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 ab5c051ef..60f0d3e6b 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.15", + "version": "7.1.0", "description": "Centralize doc files from plugins and modules", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-docs", "dependencies": { - "@gasket/plugin-command": "^7.0.15", + "@gasket/plugin-command": "^7.1.0", "glob": "^8.1.0", "lodash.defaultsdeep": "^4.6.1", "markdown-table": "^1.1.3", @@ -44,8 +44,8 @@ "rimraf": "^3.0.2" }, "devDependencies": { - "@gasket/core": "^7.0.15", - "@gasket/plugin-metadata": "^7.0.15", + "@gasket/core": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", "@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 72830b4d7..f5c6ced90 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.15", + "version": "7.1.0", "description": "Gasket plugin for docusaurus", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -43,7 +43,7 @@ "devDependencies": { "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.5.2", - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "ajv": "^8.17.1", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-dynamic-plugins/package.json b/packages/gasket-plugin-dynamic-plugins/package.json index d660d8b9d..6629ba430 100644 --- a/packages/gasket-plugin-dynamic-plugins/package.json +++ b/packages/gasket-plugin-dynamic-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-dynamic-plugins", - "version": "0.0.0", + "version": "7.1.0", "description": "Gasket plugin for dynamically adding plugins to Gasket", "type": "module", "main": "lib/index.js", @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-dynamic-plugins", "devDependencies": { - "@gasket/core": "^7.0.9", + "@gasket/core": "^7.1.0", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", "eslint-plugin-jest": "^28.6.0", diff --git a/packages/gasket-plugin-elastic-apm/package.json b/packages/gasket-plugin-elastic-apm/package.json index 7898e400b..4bb355f52 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.15", + "version": "7.1.0", "description": "Adds Elastic APM instrumentation to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,10 +37,10 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-elastic-apm", "dependencies": { - "@gasket/request": "^7.1.0-next.6" + "@gasket/request": "^7.1.0" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "dotenv": "^16.4.5", "elastic-apm-node": "^4.4.1", diff --git a/packages/gasket-plugin-express/package.json b/packages/gasket-plugin-express/package.json index afe9d1fae..c408662da 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.15", + "version": "7.1.0", "description": "Adds express support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -47,7 +47,7 @@ "http2-express": "^1.0.0" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-fastify/package.json b/packages/gasket-plugin-fastify/package.json index 001fa5590..e07a154c7 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.15", + "version": "7.1.0", "description": "Adds fastify support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -40,7 +40,7 @@ "fastify": "^4.28.1" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-git/package.json b/packages/gasket-plugin-git/package.json index 2631f6da3..f8c630a30 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.15", + "version": "7.1.0", "description": "Adds git support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-git", "dependencies": { - "@gasket/utils": "^7.0.15" + "@gasket/utils": "^7.1.0" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-plugin-happyfeet/package.json b/packages/gasket-plugin-happyfeet/package.json index 417cf9a6b..960a2a10e 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.15", + "version": "7.1.0", "description": "A gasket plugin to enable happyfeet healthchecks", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-https-proxy/package.json b/packages/gasket-plugin-https-proxy/package.json index a38552a33..90100b2ec 100644 --- a/packages/gasket-plugin-https-proxy/package.json +++ b/packages/gasket-plugin-https-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-https-proxy", - "version": "7.1.0-next.6", + "version": "7.1.0", "description": "Adds support for running an https proxy", "type": "module", "main": "lib/index.js", @@ -41,8 +41,8 @@ "http-proxy": "^1.18.1" }, "devDependencies": { - "@gasket/core": "^7.0.9", - "@gasket/plugin-logger": "^7.0.9", + "@gasket/core": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0", "@types/node": "^20.12.5", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-https/package.json b/packages/gasket-plugin-https/package.json index 8407f1620..08108483e 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.15", + "version": "7.1.0", "description": "Create http/s servers with graceful termination", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "one-time": "^1.0.0" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "@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 05101069c..0ce371db5 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.15", + "version": "7.1.0", "description": "NodeJS script to build localization files.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-intl", "dependencies": { - "@gasket/request": "^7.1.0-next.6", + "@gasket/request": "^7.1.0", "@hapi/accept": "^6.0.3", "debug": "^4.3.4", "fs-extra": "^10.0.0", @@ -46,9 +46,9 @@ "semver": "^7.6.3" }, "devDependencies": { - "@gasket/core": "^7.0.15", - "@gasket/intl": "^7.0.15", - "@gasket/react-intl": "^7.0.15", + "@gasket/core": "^7.1.0", + "@gasket/intl": "^7.1.0", + "@gasket/react-intl": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-jest/package.json b/packages/gasket-plugin-jest/package.json index 8726c0134..c494adb1d 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.15", + "version": "7.1.0", "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 5a2c3c6ca..cc5717695 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.15", + "version": "7.1.0", "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 41b8d1217..23cd9af04 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.15", + "version": "7.1.0", "description": "Gasket plugin for logging", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -36,9 +36,9 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-logger", "devDependencies": { - "@gasket/core": "^7.0.15", - "@gasket/plugin-https": "^7.0.15", - "@gasket/plugin-metadata": "^7.0.15", + "@gasket/core": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-manifest/package.json b/packages/gasket-plugin-manifest/package.json index f52386755..e59ec8f95 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.15", + "version": "7.1.0", "description": "The web app manifest for progressive Gasket applications", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -42,7 +42,7 @@ "mkdirp": "^1.0.4" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-metadata/package.json b/packages/gasket-plugin-metadata/package.json index a40b05972..6f9d71a15 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.15", + "version": "7.1.0", "description": "Adds metadata to gasket lifecycles", "type": "module", "main": "lib/index.js", @@ -37,8 +37,8 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-metadata", "dependencies": { - "@gasket/core": "^7.0.15", - "@gasket/plugin-logger": "^7.0.15" + "@gasket/core": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0" }, "devDependencies": { "@godaddy/dmd": "^1.0.4", diff --git a/packages/gasket-plugin-middleware/package.json b/packages/gasket-plugin-middleware/package.json index a3d13c03b..b3a403e17 100644 --- a/packages/gasket-plugin-middleware/package.json +++ b/packages/gasket-plugin-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-middleware", - "version": "7.0.15", + "version": "7.1.0", "description": "Handles common server engine setups for routing and executing lifecycles.", "main": "lib", "types": "lib/index.d.ts", diff --git a/packages/gasket-plugin-mocha/package.json b/packages/gasket-plugin-mocha/package.json index 7bf697873..628f3904f 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.15", + "version": "7.1.0", "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 8768bd9b5..a40db4ebc 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.15", + "version": "7.1.0", "description": "Adds morgan request logger to your app", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -41,7 +41,7 @@ "split": "^1.0.1" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "@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 00e56cd02..389d344f2 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.15", + "version": "7.1.0", "description": "Adds Next support to your application", "types": "lib/index.d.ts", "files": [ @@ -43,14 +43,15 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-nextjs", "dependencies": { - "@gasket/plugin-webpack": "^7.0.15", + "@gasket/plugin-webpack": "^7.1.0", "fastify": "^4.28.1" }, "devDependencies": { "@babel/preset-react": "^7.23.3", - "@gasket/assets": "^7.0.1", - "@gasket/core": "^7.0.15", - "@gasket/nextjs": "^7.0.15", + "@gasket/assets": "^7.1.0", + "@gasket/core": "^7.1.0", + "@gasket/nextjs": "^7.1.0", + "@types/react": "^18.2.0", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -64,7 +65,6 @@ "next": "^14.0.0", "nodemon": "^3.1.0", "react": "^18.2.0", - "@types/react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" }, diff --git a/packages/gasket-plugin-redux/package.json b/packages/gasket-plugin-redux/package.json index 31167c845..62c8aff74 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.15", + "version": "7.1.0", "description": "Gasket Redux Setup", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,8 +37,8 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-redux", "devDependencies": { - "@gasket/core": "^7.0.15", - "@gasket/redux": "^7.0.15", + "@gasket/core": "^7.1.0", + "@gasket/redux": "^7.1.0", "acorn": "^8.11.3", "cross-env": "^7.0.3", "eslint": "^8.56.0", diff --git a/packages/gasket-plugin-service-worker/package.json b/packages/gasket-plugin-service-worker/package.json index 9e38a89b2..5204ede46 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.15", + "version": "7.1.0", "description": "Gasket Service Worker Plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -45,7 +45,7 @@ "webpack-inject-plugin": "^1.5.5" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-swagger/package.json b/packages/gasket-plugin-swagger/package.json index b684805ee..dd2e599ab 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.15", + "version": "7.1.0", "description": "Generate and serve swagger docs", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -49,7 +49,7 @@ "swagger-ui-express": "^4.1.4" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-typescript/package.json b/packages/gasket-plugin-typescript/package.json index 969213ca8..2f905b101 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.15", + "version": "7.1.0", "description": "Gasket plugin for TypeScript support", "types": "lib/index.d.ts", "files": [ diff --git a/packages/gasket-plugin-webpack/package.json b/packages/gasket-plugin-webpack/package.json index 78d1015ee..b9f3017ab 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.15", + "version": "7.1.0", "description": "Adds webpack support to your application", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-webpack", "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-plugin-winston/package.json b/packages/gasket-plugin-winston/package.json index 3bf178fec..64970e2c2 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.15", + "version": "7.1.0", "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.15", + "@gasket/plugin-logger": "^7.1.0", "winston": "^3.11.0" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "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 00c678219..2d8696545 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.15", + "version": "7.1.0", "description": "Gasket Workbox Plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -40,7 +40,7 @@ "workbox-build": "^4.1.0" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-godaddy": "^7.1.1", diff --git a/packages/gasket-preset-api/package.json b/packages/gasket-preset-api/package.json index 7cace4a06..7fd4438c0 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.15", + "version": "7.1.0", "description": "Create Express-based API with Gasket", "type": "module", "main": "lib/index.js", @@ -31,16 +31,16 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-api", "dependencies": { - "@gasket/plugin-cypress": "^7.0.15", - "@gasket/plugin-express": "^7.0.15", - "@gasket/plugin-fastify": "^7.0.15", - "@gasket/plugin-https": "^7.0.15", - "@gasket/plugin-jest": "^7.0.15", - "@gasket/plugin-lint": "^7.0.15", - "@gasket/plugin-mocha": "^7.0.15", - "@gasket/plugin-swagger": "^7.0.15", - "@gasket/plugin-typescript": "^7.0.15", - "@gasket/plugin-winston": "^7.0.15" + "@gasket/plugin-cypress": "^7.1.0", + "@gasket/plugin-express": "^7.1.0", + "@gasket/plugin-fastify": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-jest": "^7.1.0", + "@gasket/plugin-lint": "^7.1.0", + "@gasket/plugin-mocha": "^7.1.0", + "@gasket/plugin-swagger": "^7.1.0", + "@gasket/plugin-typescript": "^7.1.0", + "@gasket/plugin-winston": "^7.1.0" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-preset-nextjs/package.json b/packages/gasket-preset-nextjs/package.json index 06e26103e..1dae53422 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.15", + "version": "7.1.0", "description": "Basic NextJS Framework", "type": "module", "main": "lib/index.js", @@ -31,19 +31,19 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-nextjs", "dependencies": { - "@gasket/plugin-cypress": "^7.0.15", - "@gasket/plugin-express": "^7.0.15", - "@gasket/plugin-https": "^7.0.15", - "@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", - "@gasket/plugin-mocha": "^7.0.15", - "@gasket/plugin-nextjs": "^7.0.15", - "@gasket/plugin-typescript": "^7.0.15", - "@gasket/plugin-webpack": "^7.0.15", - "@gasket/plugin-winston": "^7.0.15", - "@gasket/utils": "^7.0.15" + "@gasket/plugin-cypress": "^7.1.0", + "@gasket/plugin-express": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-https-proxy": "^7.1.0", + "@gasket/plugin-intl": "^7.1.0", + "@gasket/plugin-jest": "^7.1.0", + "@gasket/plugin-lint": "^7.1.0", + "@gasket/plugin-mocha": "^7.1.0", + "@gasket/plugin-nextjs": "^7.1.0", + "@gasket/plugin-typescript": "^7.1.0", + "@gasket/plugin-webpack": "^7.1.0", + "@gasket/plugin-winston": "^7.1.0", + "@gasket/utils": "^7.1.0" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-react-intl/package.json b/packages/gasket-react-intl/package.json index b719bec0d..4c760675c 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.15", + "version": "7.1.0", "description": "React component library to enable localization for gasket apps.", "type": "module", "main": "lib/index.js", @@ -36,9 +36,9 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-react-intl", "dependencies": { - "@gasket/data": "^7.0.15", - "@gasket/fetch": "^7.0.1", - "@gasket/intl": "^7.0.15", + "@gasket/data": "^7.1.0", + "@gasket/fetch": "^7.1.0", + "@gasket/intl": "^7.1.0", "hoist-non-react-statics": "^3.3.2", "htmlescape": "^1.1.1", "just-extend": "^6.2.0" diff --git a/packages/gasket-redux/package.json b/packages/gasket-redux/package.json index e6feb3621..8fda4d75b 100644 --- a/packages/gasket-redux/package.json +++ b/packages/gasket-redux/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/redux", - "version": "7.0.15", + "version": "7.1.0", "description": "Gasket Redux Configuration", "main": "lib", "types": "src/index.d.ts", diff --git a/packages/gasket-request/package.json b/packages/gasket-request/package.json index ef15337d1..18ea8d7ef 100644 --- a/packages/gasket-request/package.json +++ b/packages/gasket-request/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/request", - "version": "7.1.0-next.6", + "version": "7.1.0", "description": "Utilities for working with request objects in Gasket", "type": "module", "types": "lib/index.d.ts", diff --git a/packages/gasket-typescript-tests/package.json b/packages/gasket-typescript-tests/package.json index 54ffa12a5..a0b421ca4 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.15", + "version": "7.1.0", "description": "Not a published package; hosts unit tests to verify TypeScript support", "files": [ "lib" @@ -36,48 +36,48 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-typescript-tests", "devDependencies": { - "@gasket/assets": "^7.0.1", - "@gasket/core": "^7.0.15", - "@gasket/data": "^7.0.15", - "@gasket/fetch": "^7.0.1", - "@gasket/intl": "^7.0.15", - "@gasket/nextjs": "^7.0.15", - "@gasket/plugin-analyze": "^7.0.15", - "@gasket/plugin-command": "^7.0.15", - "@gasket/plugin-cypress": "^7.0.15", - "@gasket/plugin-data": "^7.0.15", - "@gasket/plugin-docs": "^7.0.15", - "@gasket/plugin-docs-graphs": "^7.0.1", - "@gasket/plugin-docusaurus": "^7.0.15", - "@gasket/plugin-elastic-apm": "^7.0.15", - "@gasket/plugin-express": "^7.0.15", - "@gasket/plugin-fastify": "^7.0.15", - "@gasket/plugin-git": "^7.0.15", - "@gasket/plugin-happyfeet": "^7.0.15", - "@gasket/plugin-https": "^7.0.15", - "@gasket/plugin-intl": "^7.0.15", - "@gasket/plugin-jest": "^7.0.15", - "@gasket/plugin-logger": "^7.0.15", - "@gasket/plugin-manifest": "^7.0.15", - "@gasket/plugin-metadata": "^7.0.15", - "@gasket/plugin-mocha": "^7.0.15", - "@gasket/plugin-morgan": "^7.0.15", - "@gasket/plugin-nextjs": "^7.0.15", - "@gasket/plugin-redux": "^7.0.15", - "@gasket/plugin-service-worker": "^7.0.15", - "@gasket/plugin-swagger": "^7.0.15", - "@gasket/plugin-typescript": "^7.0.15", - "@gasket/plugin-webpack": "^7.0.15", - "@gasket/plugin-winston": "^7.0.15", - "@gasket/plugin-workbox": "^7.0.15", - "@gasket/preset-api": "^7.0.15", - "@gasket/preset-nextjs": "^7.0.15", - "@gasket/react-intl": "^7.0.15", - "@gasket/redux": "^7.0.15", - "@gasket/utils": "^7.0.15", + "@gasket/assets": "^7.1.0", + "@gasket/core": "^7.1.0", + "@gasket/data": "^7.1.0", + "@gasket/fetch": "^7.1.0", + "@gasket/intl": "^7.1.0", + "@gasket/nextjs": "^7.1.0", + "@gasket/plugin-analyze": "^7.1.0", + "@gasket/plugin-command": "^7.1.0", + "@gasket/plugin-cypress": "^7.1.0", + "@gasket/plugin-data": "^7.1.0", + "@gasket/plugin-docs": "^7.1.0", + "@gasket/plugin-docs-graphs": "^7.1.0", + "@gasket/plugin-docusaurus": "^7.1.0", + "@gasket/plugin-elastic-apm": "^7.1.0", + "@gasket/plugin-express": "^7.1.0", + "@gasket/plugin-fastify": "^7.1.0", + "@gasket/plugin-git": "^7.1.0", + "@gasket/plugin-happyfeet": "^7.1.0", + "@gasket/plugin-https": "^7.1.0", + "@gasket/plugin-intl": "^7.1.0", + "@gasket/plugin-jest": "^7.1.0", + "@gasket/plugin-logger": "^7.1.0", + "@gasket/plugin-manifest": "^7.1.0", + "@gasket/plugin-metadata": "^7.1.0", + "@gasket/plugin-mocha": "^7.1.0", + "@gasket/plugin-morgan": "^7.1.0", + "@gasket/plugin-nextjs": "^7.1.0", + "@gasket/plugin-redux": "^7.1.0", + "@gasket/plugin-service-worker": "^7.1.0", + "@gasket/plugin-swagger": "^7.1.0", + "@gasket/plugin-typescript": "^7.1.0", + "@gasket/plugin-webpack": "^7.1.0", + "@gasket/plugin-winston": "^7.1.0", + "@gasket/plugin-workbox": "^7.1.0", + "@gasket/preset-api": "^7.1.0", + "@gasket/preset-nextjs": "^7.1.0", + "@gasket/react-intl": "^7.1.0", + "@gasket/redux": "^7.1.0", + "@gasket/utils": "^7.1.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", - "create-gasket-app": "^7.0.15", + "create-gasket-app": "^7.1.0", "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 a065625ed..a8756e138 100644 --- a/packages/gasket-utils/package.json +++ b/packages/gasket-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/utils", - "version": "7.0.15", + "version": "7.1.0", "description": "Reusable utilities for Gasket internals", "files": [ "lib" @@ -51,7 +51,7 @@ "semver": "^7.6.3" }, "devDependencies": { - "@gasket/core": "^7.0.15", + "@gasket/core": "^7.1.0", "@types/concat-stream": "^2.0.3", "@types/cross-spawn": "^6.0.6", "abort-controller": "^3.0.0", diff --git a/scripts/generate-docs-index/package.json b/scripts/generate-docs-index/package.json index 88660e88c..866349ef8 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.15", + "version": "7.1.0", "description": "Generate the overview index", "type": "module", "scripts": { @@ -9,7 +9,7 @@ "lint:fix": "npm run lint -- --fix" }, "dependencies": { - "@gasket/core": "^7.0.15" + "@gasket/core": "^7.1.0" }, "devDependencies": { "eslint": "^8.56.0",