From 98e2ff713318f53ad89eacffdc5da8bdb9eb2e63 Mon Sep 17 00:00:00 2001 From: Andrew Gerard Date: Thu, 2 Mar 2023 18:39:09 -0700 Subject: [PATCH] v6.38.4 --- lerna.json | 2 +- package-lock.json | 30 +++++++++---------- packages/create-gasket-app/package.json | 4 +-- packages/gasket-cli/package.json | 4 +-- packages/gasket-plugin-command/package.json | 2 +- packages/gasket-typescript-tests/package.json | 6 ++-- scripts/generate-docs-index/package.json | 4 +-- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/lerna.json b/lerna.json index 5a2c28d59..800602682 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.38.3", + "version": "6.38.4", "$schema": "https://json.schemastore.org/lerna.json", "useWorkspaces": true, "useNx": true, diff --git a/package-lock.json b/package-lock.json index 020b51bca..ddf881981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35944,10 +35944,10 @@ } }, "packages/create-gasket-app": { - "version": "6.38.3", + "version": "6.38.4", "license": "MIT", "dependencies": { - "@gasket/cli": "^6.38.3" + "@gasket/cli": "^6.38.4" }, "bin": { "create-gasket-app": "lib/index.js" @@ -35998,11 +35998,11 @@ }, "packages/gasket-cli": { "name": "@gasket/cli", - "version": "6.38.3", + "version": "6.38.4", "license": "MIT", "dependencies": { "@gasket/engine": "^6.38.1", - "@gasket/plugin-command": "^6.38.3", + "@gasket/plugin-command": "^6.38.4", "@gasket/plugin-git": "^6.38.2", "@gasket/plugin-lifecycle": "^6.38.1", "@gasket/plugin-metadata": "^6.38.1", @@ -36327,7 +36327,7 @@ }, "packages/gasket-plugin-command": { "name": "@gasket/plugin-command", - "version": "6.38.3", + "version": "6.38.4", "license": "MIT", "dependencies": { "@gasket/utils": "^6.38.2" @@ -37710,10 +37710,10 @@ }, "packages/gasket-typescript-tests": { "name": "@gasket/typescript-tests", - "version": "6.38.3", + "version": "6.38.4", "license": "MIT", "devDependencies": { - "@gasket/cli": "^6.38.3", + "@gasket/cli": "^6.38.4", "@gasket/data": "^6.38.1", "@gasket/engine": "^6.38.1", "@gasket/fetch": "^6.38.1", @@ -37721,7 +37721,7 @@ "@gasket/log": "^6.38.0", "@gasket/nextjs": "^6.38.1", "@gasket/plugin-analyze": "^6.38.1", - "@gasket/plugin-command": "^6.38.3", + "@gasket/plugin-command": "^6.38.4", "@gasket/plugin-config": "^6.38.2", "@gasket/plugin-docs": "^6.38.1", "@gasket/plugin-docsify": "^6.38.1", @@ -37876,9 +37876,9 @@ } }, "scripts/generate-docs-index": { - "version": "6.38.3", + "version": "6.38.4", "dependencies": { - "@gasket/cli": "^6.38.3" + "@gasket/cli": "^6.38.4" }, "devDependencies": { "copy-dir": "^1.2.0", @@ -40784,7 +40784,7 @@ "version": "file:packages/gasket-cli", "requires": { "@gasket/engine": "^6.38.1", - "@gasket/plugin-command": "^6.38.3", + "@gasket/plugin-command": "^6.38.4", "@gasket/plugin-git": "^6.38.2", "@gasket/plugin-lifecycle": "^6.38.1", "@gasket/plugin-metadata": "^6.38.1", @@ -42192,7 +42192,7 @@ "@gasket/typescript-tests": { "version": "file:packages/gasket-typescript-tests", "requires": { - "@gasket/cli": "^6.38.3", + "@gasket/cli": "^6.38.4", "@gasket/data": "^6.38.1", "@gasket/engine": "^6.38.1", "@gasket/fetch": "^6.38.1", @@ -42200,7 +42200,7 @@ "@gasket/log": "^6.38.0", "@gasket/nextjs": "^6.38.1", "@gasket/plugin-analyze": "^6.38.1", - "@gasket/plugin-command": "^6.38.3", + "@gasket/plugin-command": "^6.38.4", "@gasket/plugin-config": "^6.38.2", "@gasket/plugin-docs": "^6.38.1", "@gasket/plugin-docsify": "^6.38.1", @@ -50320,7 +50320,7 @@ "create-gasket-app": { "version": "file:packages/create-gasket-app", "requires": { - "@gasket/cli": "^6.38.3", + "@gasket/cli": "^6.38.4", "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^7.0.0", @@ -53724,7 +53724,7 @@ "generate-docs-index": { "version": "file:scripts/generate-docs-index", "requires": { - "@gasket/cli": "^6.38.3", + "@gasket/cli": "^6.38.4", "copy-dir": "^1.2.0", "eslint": "^8.7.0", "eslint-plugin-unicorn": "^44.0.0" diff --git a/packages/create-gasket-app/package.json b/packages/create-gasket-app/package.json index 9e18b2130..016fa0e05 100644 --- a/packages/create-gasket-app/package.json +++ b/packages/create-gasket-app/package.json @@ -1,6 +1,6 @@ { "name": "create-gasket-app", - "version": "6.38.3", + "version": "6.38.4", "description": "starter pack for creating a gasket app", "main": "lib", "bin": { @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/create-gasket-app", "dependencies": { - "@gasket/cli": "^6.38.3" + "@gasket/cli": "^6.38.4" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/packages/gasket-cli/package.json b/packages/gasket-cli/package.json index 8b67306a9..dd5bc8f74 100644 --- a/packages/gasket-cli/package.json +++ b/packages/gasket-cli/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/cli", - "version": "6.38.3", + "version": "6.38.4", "description": "CLI for rapid application development with gasket", "main": "src/index.js", "bin": { @@ -56,7 +56,7 @@ "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-cli", "dependencies": { "@gasket/engine": "^6.38.1", - "@gasket/plugin-command": "^6.38.3", + "@gasket/plugin-command": "^6.38.4", "@gasket/plugin-git": "^6.38.2", "@gasket/plugin-lifecycle": "^6.38.1", "@gasket/plugin-metadata": "^6.38.1", diff --git a/packages/gasket-plugin-command/package.json b/packages/gasket-plugin-command/package.json index 1dfdc509f..5ad262d2e 100644 --- a/packages/gasket-plugin-command/package.json +++ b/packages/gasket-plugin-command/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-command", - "version": "6.38.3", + "version": "6.38.4", "description": "Plugin to enable other plugins to inject new gasket commands", "main": "lib/plugin.js", "types": "lib/plugin.d.ts", diff --git a/packages/gasket-typescript-tests/package.json b/packages/gasket-typescript-tests/package.json index b0a0b6607..6ce511450 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": "6.38.3", + "version": "6.38.4", "description": "Not a published package; hosts unit tests to verify TypeScript support", "files": [ "lib" @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/typescript-tests", "devDependencies": { - "@gasket/cli": "^6.38.3", + "@gasket/cli": "^6.38.4", "@gasket/data": "^6.38.1", "@gasket/engine": "^6.38.1", "@gasket/fetch": "^6.38.1", @@ -38,7 +38,7 @@ "@gasket/log": "^6.38.0", "@gasket/nextjs": "^6.38.1", "@gasket/plugin-analyze": "^6.38.1", - "@gasket/plugin-command": "^6.38.3", + "@gasket/plugin-command": "^6.38.4", "@gasket/plugin-config": "^6.38.2", "@gasket/plugin-docs": "^6.38.1", "@gasket/plugin-docsify": "^6.38.1", diff --git a/scripts/generate-docs-index/package.json b/scripts/generate-docs-index/package.json index 46ceeb4ef..52ea1b2ee 100644 --- a/scripts/generate-docs-index/package.json +++ b/scripts/generate-docs-index/package.json @@ -1,10 +1,10 @@ { "name": "generate-docs-index", "private": true, - "version": "6.38.3", + "version": "6.38.4", "description": "Generate the overview index", "dependencies": { - "@gasket/cli": "^6.38.3" + "@gasket/cli": "^6.38.4" }, "devDependencies": { "copy-dir": "^1.2.0",