From 41e5c6d4d1dea6bd567a63382ad5b089f531e439 Mon Sep 17 00:00:00 2001 From: Kawika Bader <76699310+kbader-godaddy@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:06:08 -0700 Subject: [PATCH] Remove Workspace and Catalog Dep Versions (#1048) * chore: remove the workspace and catalog deps * fix: fastify test * changeset --------- Co-authored-by: Kawika Bader --- .changeset/slow-insects-wash.md | 51 + package.json | 11 +- packages/create-gasket-app/package.json | 28 +- packages/gasket-assets/package.json | 6 +- packages/gasket-core/package.json | 6 +- packages/gasket-data/package.json | 8 +- packages/gasket-fetch/package.json | 4 +- packages/gasket-intl/package.json | 4 +- packages/gasket-nextjs/package.json | 14 +- packages/gasket-plugin-analyze/package.json | 12 +- packages/gasket-plugin-command/package.json | 12 +- packages/gasket-plugin-cypress/package.json | 12 +- packages/gasket-plugin-data/package.json | 20 +- .../gasket-plugin-docs-graphs/package.json | 12 +- packages/gasket-plugin-docs/package.json | 18 +- .../gasket-plugin-docusaurus/package.json | 18 +- .../package.json | 12 +- .../gasket-plugin-elastic-apm/package.json | 12 +- packages/gasket-plugin-express/package.json | 14 +- packages/gasket-plugin-fastify/package.json | 18 +- .../gasket-plugin-fastify/test/plugin.test.js | 2 +- packages/gasket-plugin-git/package.json | 12 +- packages/gasket-plugin-happyfeet/package.json | 12 +- .../gasket-plugin-https-proxy/package.json | 14 +- packages/gasket-plugin-https/package.json | 12 +- packages/gasket-plugin-intl/package.json | 30 +- packages/gasket-plugin-jest/package.json | 14 +- packages/gasket-plugin-lint/package.json | 12 +- packages/gasket-plugin-logger/package.json | 12 +- packages/gasket-plugin-manifest/package.json | 20 +- packages/gasket-plugin-metadata/package.json | 14 +- .../gasket-plugin-middleware/package.json | 18 +- packages/gasket-plugin-mocha/package.json | 14 +- packages/gasket-plugin-morgan/package.json | 14 +- packages/gasket-plugin-nextjs/package.json | 40 +- packages/gasket-plugin-redux/package.json | 22 +- .../gasket-plugin-service-worker/package.json | 20 +- packages/gasket-plugin-swagger/package.json | 18 +- .../gasket-plugin-typescript/package.json | 10 +- packages/gasket-plugin-webpack/package.json | 12 +- packages/gasket-plugin-winston/package.json | 12 +- packages/gasket-plugin-workbox/package.json | 20 +- packages/gasket-preset-api/package.json | 40 +- packages/gasket-preset-nextjs/package.json | 42 +- packages/gasket-react-intl/package.json | 12 +- packages/gasket-redux/package.json | 6 +- packages/gasket-request/package.json | 6 +- packages/gasket-typescript-tests/package.json | 90 +- packages/gasket-utils/package.json | 6 +- pnpm-lock.yaml | 1250 ++++++----------- pnpm-workspace.yaml | 143 +- scripts/generate-docs-index/package.json | 6 +- 52 files changed, 1006 insertions(+), 1241 deletions(-) create mode 100644 .changeset/slow-insects-wash.md diff --git a/.changeset/slow-insects-wash.md b/.changeset/slow-insects-wash.md new file mode 100644 index 000000000..2a78d9145 --- /dev/null +++ b/.changeset/slow-insects-wash.md @@ -0,0 +1,51 @@ +--- +"@gasket/plugin-dynamic-plugins": patch +"@gasket/plugin-service-worker": patch +"@gasket/plugin-docs-graphs": patch +"@gasket/plugin-elastic-apm": patch +"@gasket/plugin-https-proxy": patch +"@gasket/plugin-docusaurus": patch +"@gasket/plugin-middleware": patch +"@gasket/plugin-typescript": patch +"@gasket/plugin-happyfeet": patch +"@gasket/typescript-tests": patch +"@gasket/plugin-manifest": patch +"@gasket/plugin-metadata": patch +"@gasket/plugin-analyze": patch +"@gasket/plugin-command": patch +"@gasket/plugin-cypress": patch +"@gasket/plugin-express": patch +"@gasket/plugin-fastify": patch +"@gasket/plugin-swagger": patch +"@gasket/plugin-webpack": patch +"@gasket/plugin-winston": patch +"@gasket/plugin-workbox": patch +"@gasket/plugin-logger": patch +"@gasket/plugin-morgan": patch +"@gasket/plugin-nextjs": patch +"@gasket/preset-nextjs": patch +"@gasket/plugin-https": patch +"@gasket/plugin-mocha": patch +"@gasket/plugin-redux": patch +"@gasket/plugin-data": patch +"@gasket/plugin-docs": patch +"@gasket/plugin-intl": patch +"@gasket/plugin-jest": patch +"@gasket/plugin-lint": patch +"generate-docs-index": patch +"create-gasket-app": patch +"@gasket/plugin-git": patch +"@gasket/preset-api": patch +"@gasket/react-intl": patch +"@gasket/request": patch +"@gasket/assets": patch +"@gasket/nextjs": patch +"@gasket/fetch": patch +"@gasket/redux": patch +"@gasket/utils": patch +"@gasket/core": patch +"@gasket/data": patch +"@gasket/intl": patch +--- + +Remove Catalog and Workspace alias usage. diff --git a/package.json b/package.json index cdb4e9b97..22076e9f5 100644 --- a/package.json +++ b/package.json @@ -56,19 +56,20 @@ "@docusaurus/preset-classic": "^3.7.0", "@docusaurus/theme-mermaid": "^3.7.0", "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.0.0", - "eslint": "catalog:", + "@typescript-eslint/parser": "^6.21.0", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-unicorn": "^55.0.0", "glob": "^8.1.0", + "js-yaml": "^4.1.0", "jsdom": "^20.0.3", "nx": "^20.4.6", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", "rimraf": "^3.0.2", - "search-insights": ">= 1 < 3", - "typescript": "catalog:" + "search-insights": "^2.17.3", + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/create-gasket-app/package.json b/packages/create-gasket-app/package.json index 15a689d36..f73647a05 100644 --- a/packages/create-gasket-app/package.json +++ b/packages/create-gasket-app/package.json @@ -35,17 +35,17 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/create-gasket-app", "dependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-docs": "workspace:^", - "@gasket/plugin-docusaurus": "workspace:^", - "@gasket/plugin-dynamic-plugins": "workspace:^", - "@gasket/plugin-git": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/request": "workspace:^", - "@gasket/utils": "workspace:^", - "chalk": "^5.4.1", + "@gasket/core": "^7.3.0", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-docs": "^7.3.0", + "@gasket/plugin-docusaurus": "^7.3.0", + "@gasket/plugin-dynamic-plugins": "^7.3.0", + "@gasket/plugin-git": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/request": "^7.3.0", + "@gasket/utils": "^7.3.0", + "chalk": "^4.1.2", "commander": "^12.1.0", "deepmerge": "^4.3.1", "diagnostics": "^2.0.2", @@ -58,19 +58,19 @@ "semver": "^7.7.1" }, "devDependencies": { - "@gasket/request": "workspace:^", + "@gasket/request": "^7.3.0", "@types/inquirer": "^9.0.7", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "cross-env": "^7.0.3", "dotenv": "^16.4.7", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-assets/package.json b/packages/gasket-assets/package.json index 66a98190f..d185300bb 100644 --- a/packages/gasket-assets/package.json +++ b/packages/gasket-assets/package.json @@ -43,15 +43,15 @@ "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "babel-plugin-add-module-exports": "^1.0.4", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-unicorn": "^55.0.0", "mkdirp": "^1.0.4", - "react": "catalog:", + "react": "^18.3.1", "recursive-readdir": "^2.2.3", "rimraf": "^3.0.2", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-core/package.json b/packages/gasket-core/package.json index b6277792d..d04b0a35b 100644 --- a/packages/gasket-core/package.json +++ b/packages/gasket-core/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-core", "dependencies": { - "@gasket/utils": "workspace:^", + "@gasket/utils": "^7.3.0", "debug": "^4.4.0" }, "devDependencies": { @@ -61,13 +61,13 @@ "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "ignorePatterns": [ diff --git a/packages/gasket-data/package.json b/packages/gasket-data/package.json index d46d437e6..b81407359 100644 --- a/packages/gasket-data/package.json +++ b/packages/gasket-data/package.json @@ -48,24 +48,24 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-data", "dependencies": { - "@gasket/request": "workspace:^" + "@gasket/request": "^7.3.0" }, "devDependencies": { - "@gasket/plugin-data": "workspace:^", + "@gasket/plugin-data": "^7.3.0", "@jest/globals": "^29.7.0", "@swc/cli": "^0.3.14", "@swc/core": "^1.10.18", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", "jsdom": "^20.0.3", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "ignorePatterns": [ diff --git a/packages/gasket-fetch/package.json b/packages/gasket-fetch/package.json index 3f0c9ecd0..b3a4b2ef6 100644 --- a/packages/gasket-fetch/package.json +++ b/packages/gasket-fetch/package.json @@ -49,7 +49,7 @@ "@types/node": "^20.17.19", "core-js": "^3.40.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -57,7 +57,7 @@ "jest": "^29.7.0", "jsdom": "^20.0.3", "regenerator-runtime": "^0.14.1", - "typescript": "catalog:", + "typescript": "^5.7.3", "whatwg-fetch": "3.6.20" }, "eslintConfig": { diff --git a/packages/gasket-intl/package.json b/packages/gasket-intl/package.json index d86c7712b..32b52ed27 100644 --- a/packages/gasket-intl/package.json +++ b/packages/gasket-intl/package.json @@ -40,13 +40,13 @@ "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-nextjs/package.json b/packages/gasket-nextjs/package.json index d129b43f6..ff8674dcc 100644 --- a/packages/gasket-nextjs/package.json +++ b/packages/gasket-nextjs/package.json @@ -58,21 +58,21 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-nextjs", "dependencies": { - "@gasket/data": "workspace:^", - "@gasket/request": "workspace:^", + "@gasket/data": "^7.3.0", + "@gasket/request": "^7.3.0", "hoist-non-react-statics": "^3.3.2", "htmlescape": "^1.1.1" }, "devDependencies": { - "@gasket/plugin-data": "workspace:^", - "@gasket/plugin-intl": "workspace:^", + "@gasket/plugin-data": "^7.3.0", + "@gasket/plugin-intl": "^7.3.0", "@jest/globals": "^29.7.0", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "@types/react": "^18.3.18", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy-react": "^9.1.0", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -82,9 +82,9 @@ "jest": "^29.7.0", "jsdom": "^20.0.3", "next": "^14.2.24", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { "next": "^14", diff --git a/packages/gasket-plugin-analyze/package.json b/packages/gasket-plugin-analyze/package.json index a177465e6..f307f5478 100644 --- a/packages/gasket-plugin-analyze/package.json +++ b/packages/gasket-plugin-analyze/package.json @@ -40,21 +40,21 @@ "webpack-bundle-analyzer": "^4.10.2" }, "devDependencies": { - "@gasket/core": "workspace:^", + "@gasket/core": "^7.3.0", "@types/webpack-bundle-analyzer": "^4.7.0", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-command/package.json b/packages/gasket-plugin-command/package.json index 1ecb4ef39..9cf3b0d8f 100644 --- a/packages/gasket-plugin-command/package.json +++ b/packages/gasket-plugin-command/package.json @@ -41,24 +41,24 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-command", "dependencies": { - "@gasket/core": "workspace:^", - "@gasket/utils": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/utils": "^7.3.0", "commander": "^12.1.0" }, "devDependencies": { - "@gasket/plugin-metadata": "workspace:^", + "@gasket/plugin-metadata": "^7.3.0", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-cypress/package.json b/packages/gasket-plugin-cypress/package.json index 5f6151331..f92644df6 100644 --- a/packages/gasket-plugin-cypress/package.json +++ b/packages/gasket-plugin-cypress/package.json @@ -34,25 +34,25 @@ "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-cypress", "devDependencies": { "@babel/core": "^7.26.9", - "@gasket/core": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "@types/react": "^18.3.18", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", "cypress": "^13.17.0", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", "start-server-and-test": "^1.15.4", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-data/package.json b/packages/gasket-plugin-data/package.json index 4ea09afff..fca9f2e8a 100644 --- a/packages/gasket-plugin-data/package.json +++ b/packages/gasket-plugin-data/package.json @@ -37,27 +37,27 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-data", "dependencies": { - "@gasket/request": "workspace:^", - "@gasket/utils": "workspace:^", + "@gasket/request": "^7.3.0", + "@gasket/utils": "^7.3.0", "lodash.merge": "^4.6.2" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/data": "workspace:^", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-redux": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/data": "^7.3.0", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-redux": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-docs-graphs/package.json b/packages/gasket-plugin-docs-graphs/package.json index bd0e0fb47..03a8cff62 100644 --- a/packages/gasket-plugin-docs-graphs/package.json +++ b/packages/gasket-plugin-docs-graphs/package.json @@ -37,20 +37,20 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-docs-graphs", "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-docs": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-docs": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-docs/package.json b/packages/gasket-plugin-docs/package.json index b6a73cd48..d38da7244 100644 --- a/packages/gasket-plugin-docs/package.json +++ b/packages/gasket-plugin-docs/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-docs", "dependencies": { - "@gasket/plugin-command": "workspace:^", + "@gasket/plugin-command": "^7.3.0", "glob": "^8.1.0", "lodash.defaultsdeep": "^4.6.1", "markdown-table": "^1.1.3", @@ -44,23 +44,23 @@ "rimraf": "^3.0.2" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-git": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-git": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", "@godaddy/dmd": "^1.0.4", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-docusaurus/package.json b/packages/gasket-plugin-docusaurus/package.json index a9c38cb09..8b7939d0d 100644 --- a/packages/gasket-plugin-docusaurus/package.json +++ b/packages/gasket-plugin-docusaurus/package.json @@ -43,28 +43,28 @@ "devDependencies": { "@docusaurus/core": "^3.7.0", "@docusaurus/preset-classic": "^3.7.0", - "@gasket/core": "workspace:^", - "@gasket/plugin-docs": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-docs": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "ajv": "^8.17.1", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", "search-insights": "^2.17.3", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { - "@gasket/plugin-logger": "workspace:^" + "@gasket/plugin-logger": "^7.3.0" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-dynamic-plugins/package.json b/packages/gasket-plugin-dynamic-plugins/package.json index d248e9de5..22d9539c0 100644 --- a/packages/gasket-plugin-dynamic-plugins/package.json +++ b/packages/gasket-plugin-dynamic-plugins/package.json @@ -38,22 +38,22 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-dynamic-plugins", "dependencies": { - "chalk": "^5.4.1" + "chalk": "^4.1.2" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-elastic-apm/package.json b/packages/gasket-plugin-elastic-apm/package.json index cc77e49cc..6e0b0ca48 100644 --- a/packages/gasket-plugin-elastic-apm/package.json +++ b/packages/gasket-plugin-elastic-apm/package.json @@ -37,25 +37,25 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-elastic-apm", "dependencies": { - "@gasket/request": "workspace:^" + "@gasket/request": "^7.3.0" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", "dotenv": "^16.4.7", "elastic-apm-node": "^4.11.0", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", "nyc": "^15.1.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-express/package.json b/packages/gasket-plugin-express/package.json index e47b302a5..c921435bd 100644 --- a/packages/gasket-plugin-express/package.json +++ b/packages/gasket-plugin-express/package.json @@ -45,23 +45,23 @@ "http2-express": "^1.0.1" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "express": "^4.21.2", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { "express": "^4.21.0" diff --git a/packages/gasket-plugin-fastify/package.json b/packages/gasket-plugin-fastify/package.json index 0bd6a89c2..3d0d10dca 100644 --- a/packages/gasket-plugin-fastify/package.json +++ b/packages/gasket-plugin-fastify/package.json @@ -40,25 +40,25 @@ "fastify": "^4.29.0" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", - "fastify": "^4.28.1", + "fastify": "^4.29.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { - "fastify": "^4" + "fastify": "^4.29.0" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-fastify/test/plugin.test.js b/packages/gasket-plugin-fastify/test/plugin.test.js index c729826c0..2fe087f7b 100644 --- a/packages/gasket-plugin-fastify/test/plugin.test.js +++ b/packages/gasket-plugin-fastify/test/plugin.test.js @@ -251,7 +251,7 @@ describe('create', () => { expectCreatedWith(({ pkg }) => { expect(pkg.add).toHaveBeenCalledWith('dependencies', expect.objectContaining({ - fastify: '^4.28.1' + fastify: expect.any(String) })); }) ); diff --git a/packages/gasket-plugin-git/package.json b/packages/gasket-plugin-git/package.json index b86cdf397..d93d00c8c 100644 --- a/packages/gasket-plugin-git/package.json +++ b/packages/gasket-plugin-git/package.json @@ -37,22 +37,22 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-git", "dependencies": { - "@gasket/utils": "workspace:^" + "@gasket/utils": "^7.3.0" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-happyfeet/package.json b/packages/gasket-plugin-happyfeet/package.json index e1f6d4e18..11a31c359 100644 --- a/packages/gasket-plugin-happyfeet/package.json +++ b/packages/gasket-plugin-happyfeet/package.json @@ -35,21 +35,21 @@ "happy-feet": "^2.2.0" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@godaddy/terminus": "^4.12.1", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-https-proxy/package.json b/packages/gasket-plugin-https-proxy/package.json index 3f4d6aac3..15e3a08cc 100644 --- a/packages/gasket-plugin-https-proxy/package.json +++ b/packages/gasket-plugin-https-proxy/package.json @@ -41,19 +41,19 @@ "http-proxy": "^1.18.1" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", - "eslint": "catalog:", + "create-gasket-app": "^7.3.0", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", - "typescript": "catalog:", + "typescript": "^5.7.3", "vitest": "^2.1.9" }, "eslintConfig": { diff --git a/packages/gasket-plugin-https/package.json b/packages/gasket-plugin-https/package.json index dc2711491..f2f18bc74 100644 --- a/packages/gasket-plugin-https/package.json +++ b/packages/gasket-plugin-https/package.json @@ -45,21 +45,21 @@ "one-time": "^1.0.0" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "@types/http-proxy": "^1.17.16", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-intl/package.json b/packages/gasket-plugin-intl/package.json index 7b3e5aa37..6f5e5ed8f 100644 --- a/packages/gasket-plugin-intl/package.json +++ b/packages/gasket-plugin-intl/package.json @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-intl", "dependencies": { - "@gasket/request": "workspace:^", + "@gasket/request": "^7.3.0", "debug": "^4.4.0", "fs-extra": "^10.1.0", "glob": "^8.1.0", @@ -46,29 +46,29 @@ "semver": "^7.7.1" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/intl": "workspace:^", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-data": "workspace:^", - "@gasket/plugin-elastic-apm": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-nextjs": "workspace:^", - "@gasket/plugin-service-worker": "workspace:^", - "@gasket/react-intl": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/intl": "^7.3.0", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-data": "^7.3.0", + "@gasket/plugin-elastic-apm": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-nextjs": "^7.3.0", + "@gasket/plugin-service-worker": "^7.3.0", + "@gasket/react-intl": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "react": "catalog:", + "react": "^18.3.1", "react-intl": "~6.6.8", - "typescript": "catalog:", + "typescript": "^5.7.3", "webpack": "^5.98.0" }, "eslintConfig": { diff --git a/packages/gasket-plugin-jest/package.json b/packages/gasket-plugin-jest/package.json index 1a9dc8423..6a6c654ed 100644 --- a/packages/gasket-plugin-jest/package.json +++ b/packages/gasket-plugin-jest/package.json @@ -37,18 +37,18 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-jest", "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "@types/react": "^18.3.18", "babel-eslint": "^10.1.0", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -58,11 +58,11 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "next": "^14.2.24", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-lint/package.json b/packages/gasket-plugin-lint/package.json index a757f7ec2..b28e9fdf1 100644 --- a/packages/gasket-plugin-lint/package.json +++ b/packages/gasket-plugin-lint/package.json @@ -40,22 +40,22 @@ "semver": "^7.7.1" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "@typescript-eslint/parser": "^6.21.0", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-config-next": "^13.5.8", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-logger/package.json b/packages/gasket-plugin-logger/package.json index 3b087d679..a020e29f2 100644 --- a/packages/gasket-plugin-logger/package.json +++ b/packages/gasket-plugin-logger/package.json @@ -36,20 +36,20 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-logger", "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-manifest/package.json b/packages/gasket-plugin-manifest/package.json index 10675fd62..51ef9421b 100644 --- a/packages/gasket-plugin-manifest/package.json +++ b/packages/gasket-plugin-manifest/package.json @@ -42,26 +42,26 @@ "mkdirp": "^1.0.4" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-service-worker": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-service-worker": "^7.3.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "fastify": "^4.29.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-metadata/package.json b/packages/gasket-plugin-metadata/package.json index 3ca2409d4..e2c3314f5 100644 --- a/packages/gasket-plugin-metadata/package.json +++ b/packages/gasket-plugin-metadata/package.json @@ -37,22 +37,22 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-metadata", "dependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-logger": "workspace:^" + "@gasket/core": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0" }, "devDependencies": { - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", "@godaddy/dmd": "^1.0.4", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", - "eslint": "catalog:", + "create-gasket-app": "^7.3.0", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", - "typescript": "catalog:", + "typescript": "^5.7.3", "vitest": "^2.1.9" }, "eslintConfig": { diff --git a/packages/gasket-plugin-middleware/package.json b/packages/gasket-plugin-middleware/package.json index 517f0dbb7..5c5e82ac1 100644 --- a/packages/gasket-plugin-middleware/package.json +++ b/packages/gasket-plugin-middleware/package.json @@ -34,27 +34,27 @@ "diagnostics": "^2.0.2" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/compression": "^1.7.5", "@types/cookie-parser": "^1.4.8", "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "fastify": "^4.29.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-mocha/package.json b/packages/gasket-plugin-mocha/package.json index 31f8e1026..72eeeda55 100644 --- a/packages/gasket-plugin-mocha/package.json +++ b/packages/gasket-plugin-mocha/package.json @@ -58,18 +58,18 @@ "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", - "@gasket/core": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.10", "@types/node": "^20.17.19", "@types/react": "^18.3.18", "babel-eslint": "^10.1.0", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -78,10 +78,10 @@ "global-jsdom": "^8.8.0", "jest": "^29.7.0", "jsdom": "^20.0.3", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", "ts-node": "^10.9.2", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-morgan/package.json b/packages/gasket-plugin-morgan/package.json index dae3293b2..642ea743a 100644 --- a/packages/gasket-plugin-morgan/package.json +++ b/packages/gasket-plugin-morgan/package.json @@ -41,24 +41,24 @@ "split": "^1.0.1" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/morgan": "^1.9.9", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { - "@gasket/plugin-logger": "workspace:^", + "@gasket/plugin-logger": "^7.3.0", "express": "^4.21.0" }, "eslintConfig": { diff --git a/packages/gasket-plugin-nextjs/package.json b/packages/gasket-plugin-nextjs/package.json index 8290a9839..21a81cc0f 100644 --- a/packages/gasket-plugin-nextjs/package.json +++ b/packages/gasket-plugin-nextjs/package.json @@ -43,34 +43,34 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-nextjs", "dependencies": { - "@gasket/plugin-webpack": "workspace:^", + "@gasket/plugin-webpack": "^7.3.0", "fastify": "^4.29.0" }, "devDependencies": { "@babel/preset-react": "^7.26.3", - "@gasket/assets": "workspace:^", - "@gasket/core": "workspace:^", - "@gasket/intl": "workspace:^", - "@gasket/nextjs": "workspace:^", - "@gasket/plugin-elastic-apm": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-intl": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-nextjs": "workspace:^", - "@gasket/plugin-service-worker": "workspace:^", - "@gasket/plugin-workbox": "workspace:^", - "@gasket/request": "workspace:^", + "@gasket/assets": "^7.3.0", + "@gasket/core": "^7.3.0", + "@gasket/intl": "^7.3.0", + "@gasket/nextjs": "^7.3.0", + "@gasket/plugin-elastic-apm": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-intl": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-nextjs": "^7.3.0", + "@gasket/plugin-service-worker": "^7.3.0", + "@gasket/plugin-workbox": "^7.3.0", + "@gasket/request": "^7.3.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "@types/react": "^18.3.18", "babel-eslint": "^10.1.0", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-react": "^9.1.0", "eslint-config-godaddy-typescript": "^4.0.3", @@ -80,9 +80,9 @@ "lodash.merge": "^4.6.2", "next": "^14.2.24", "nodemon": "^3.1.9", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { "@gasket/plugin-webpack": "^7.3.0", diff --git a/packages/gasket-plugin-redux/package.json b/packages/gasket-plugin-redux/package.json index 61c9be8e9..a42a1d9c1 100644 --- a/packages/gasket-plugin-redux/package.json +++ b/packages/gasket-plugin-redux/package.json @@ -37,29 +37,29 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-redux", "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-middleware": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", - "@gasket/redux": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-middleware": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", + "@gasket/redux": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "acorn": "^8.14.0", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^8.1.3", "redux": "^4.2.1", - "typescript": "catalog:", + "typescript": "^5.7.3", "webpack": "^5.98.0" }, "eslintConfig": { diff --git a/packages/gasket-plugin-service-worker/package.json b/packages/gasket-plugin-service-worker/package.json index c0e753060..a4806d712 100644 --- a/packages/gasket-plugin-service-worker/package.json +++ b/packages/gasket-plugin-service-worker/package.json @@ -43,20 +43,20 @@ "webpack-inject-plugin": "^1.5.5" }, "devDependencies": { - "@gasket/core": "workspace:^", + "@gasket/core": "^7.3.0", "@types/lru-cache": "^5.1.1", "@types/uglify-js": "^3.17.5", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -64,7 +64,7 @@ "express": "^4.21.2", "fastify": "^4.29.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-swagger/package.json b/packages/gasket-plugin-swagger/package.json index 8726131e3..a70b53db0 100644 --- a/packages/gasket-plugin-swagger/package.json +++ b/packages/gasket-plugin-swagger/package.json @@ -49,24 +49,24 @@ "swagger-ui-express": "^4.6.3" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "fastify": "^4.29.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-typescript/package.json b/packages/gasket-plugin-typescript/package.json index 79d979087..306323ef8 100644 --- a/packages/gasket-plugin-typescript/package.json +++ b/packages/gasket-plugin-typescript/package.json @@ -41,20 +41,20 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-typescript", "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "concurrently": "^9.1.2", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "jest": "^29.7.0", "tsx": "^4.19.3", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-webpack/package.json b/packages/gasket-plugin-webpack/package.json index 1acccdfc8..5b58564d3 100644 --- a/packages/gasket-plugin-webpack/package.json +++ b/packages/gasket-plugin-webpack/package.json @@ -37,21 +37,21 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-webpack", "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", "mock-require": "^3.0.3", - "typescript": "catalog:", + "typescript": "^5.7.3", "webpack": "^5.98.0" }, "eslintConfig": { diff --git a/packages/gasket-plugin-winston/package.json b/packages/gasket-plugin-winston/package.json index ad67f9f19..4c2621a3e 100644 --- a/packages/gasket-plugin-winston/package.json +++ b/packages/gasket-plugin-winston/package.json @@ -38,25 +38,25 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-winston", "dependencies": { - "@gasket/plugin-logger": "workspace:^", + "@gasket/plugin-logger": "^7.3.0", "winston": "^3.17.0" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "babel-eslint": "^10.1.0", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", "triple-beam": "^1.4.1", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-plugin-workbox/package.json b/packages/gasket-plugin-workbox/package.json index 6f1be9fbb..98aa6d150 100644 --- a/packages/gasket-plugin-workbox/package.json +++ b/packages/gasket-plugin-workbox/package.json @@ -41,26 +41,26 @@ "workbox-build": "^4.3.1" }, "devDependencies": { - "@gasket/core": "workspace:^", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-service-worker": "workspace:^", + "@gasket/core": "^7.3.0", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-service-worker": "^7.3.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "@types/workbox-build": "^5.1.0", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-preset-api/package.json b/packages/gasket-preset-api/package.json index 93677fa81..1d0d1ce4d 100644 --- a/packages/gasket-preset-api/package.json +++ b/packages/gasket-preset-api/package.json @@ -31,37 +31,37 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-api", "dependencies": { - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-cypress": "workspace:^", - "@gasket/plugin-docs": "workspace:^", - "@gasket/plugin-docusaurus": "workspace:^", - "@gasket/plugin-dynamic-plugins": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-git": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-jest": "workspace:^", - "@gasket/plugin-lint": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-mocha": "workspace:^", - "@gasket/plugin-swagger": "workspace:^", - "@gasket/plugin-typescript": "workspace:^", - "@gasket/plugin-winston": "workspace:^" + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-cypress": "^7.3.0", + "@gasket/plugin-docs": "^7.3.0", + "@gasket/plugin-docusaurus": "^7.3.0", + "@gasket/plugin-dynamic-plugins": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-git": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-jest": "^7.3.0", + "@gasket/plugin-lint": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-mocha": "^7.3.0", + "@gasket/plugin-swagger": "^7.3.0", + "@gasket/plugin-typescript": "^7.3.0", + "@gasket/plugin-winston": "^7.3.0" }, "devDependencies": { - "@gasket/plugin-metadata": "workspace:^", + "@gasket/plugin-metadata": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", "nodemon": "^3.1.9", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-preset-nextjs/package.json b/packages/gasket-preset-nextjs/package.json index 1db88afb6..970b1c538 100644 --- a/packages/gasket-preset-nextjs/package.json +++ b/packages/gasket-preset-nextjs/package.json @@ -31,37 +31,37 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-preset-nextjs", "dependencies": { - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-cypress": "workspace:^", - "@gasket/plugin-docs": "workspace:^", - "@gasket/plugin-docusaurus": "workspace:^", - "@gasket/plugin-dynamic-plugins": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-git": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-https-proxy": "workspace:^", - "@gasket/plugin-intl": "workspace:^", - "@gasket/plugin-jest": "workspace:^", - "@gasket/plugin-lint": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-mocha": "workspace:^", - "@gasket/plugin-nextjs": "workspace:^", - "@gasket/plugin-typescript": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", - "@gasket/plugin-winston": "workspace:^", - "@gasket/utils": "workspace:^" + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-cypress": "^7.3.0", + "@gasket/plugin-docs": "^7.3.0", + "@gasket/plugin-docusaurus": "^7.3.0", + "@gasket/plugin-dynamic-plugins": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-git": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-https-proxy": "^7.3.0", + "@gasket/plugin-intl": "^7.3.0", + "@gasket/plugin-jest": "^7.3.0", + "@gasket/plugin-lint": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-mocha": "^7.3.0", + "@gasket/plugin-nextjs": "^7.3.0", + "@gasket/plugin-typescript": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", + "@gasket/plugin-winston": "^7.3.0", + "@gasket/utils": "^7.3.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-react-intl/package.json b/packages/gasket-react-intl/package.json index 1523ad75d..b71ef7704 100644 --- a/packages/gasket-react-intl/package.json +++ b/packages/gasket-react-intl/package.json @@ -36,9 +36,9 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-react-intl", "dependencies": { - "@gasket/data": "workspace:^", - "@gasket/fetch": "workspace:^", - "@gasket/intl": "workspace:^", + "@gasket/data": "^7.3.0", + "@gasket/fetch": "^7.3.0", + "@gasket/intl": "^7.3.0", "hoist-non-react-statics": "^3.3.2", "htmlescape": "^1.1.1", "just-extend": "^6.2.0" @@ -49,7 +49,7 @@ "@types/node": "^20.17.19", "@types/react": "^18.3.18", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy-react": "^9.1.0", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -60,11 +60,11 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jsdom": "^20.0.3", - "react": "catalog:", + "react": "^18.3.1", "react-dom": "^18.3.1", "react-intl": "~6.6.8", "react-redux": "^8.1.3", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { "@gasket/plugin-intl": "^7.3.0" diff --git a/packages/gasket-redux/package.json b/packages/gasket-redux/package.json index 466d766dc..1c47f5489 100644 --- a/packages/gasket-redux/package.json +++ b/packages/gasket-redux/package.json @@ -48,14 +48,14 @@ "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-transform-runtime": "^7.26.9", "@babel/preset-env": "^7.26.9", - "@gasket/plugin-logger": "workspace:^", + "@gasket/plugin-logger": "^7.3.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^29.7.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -64,7 +64,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "redux": "^4.2.1", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "peerDependencies": { "redux": "^3.7.2 || ^4.0.1" diff --git a/packages/gasket-request/package.json b/packages/gasket-request/package.json index aace04f91..0c29d27f3 100644 --- a/packages/gasket-request/package.json +++ b/packages/gasket-request/package.json @@ -56,21 +56,21 @@ "debug": "^4.4.0" }, "devDependencies": { - "@gasket/core": "workspace:^", + "@gasket/core": "^7.3.0", "@jest/globals": "^29.7.0", "@swc/cli": "^0.3.14", "@swc/core": "^1.10.18", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", "replace": "^1.2.2", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "ignorePatterns": [ diff --git a/packages/gasket-typescript-tests/package.json b/packages/gasket-typescript-tests/package.json index 4b819a328..15a3badc0 100644 --- a/packages/gasket-typescript-tests/package.json +++ b/packages/gasket-typescript-tests/package.json @@ -36,53 +36,53 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-typescript-tests", "devDependencies": { - "@gasket/assets": "workspace:^", - "@gasket/core": "workspace:^", - "@gasket/data": "workspace:^", - "@gasket/fetch": "workspace:^", - "@gasket/intl": "workspace:^", - "@gasket/nextjs": "workspace:^", - "@gasket/plugin-analyze": "workspace:^", - "@gasket/plugin-command": "workspace:^", - "@gasket/plugin-cypress": "workspace:^", - "@gasket/plugin-data": "workspace:^", - "@gasket/plugin-docs": "workspace:^", - "@gasket/plugin-docs-graphs": "workspace:^", - "@gasket/plugin-docusaurus": "workspace:^", - "@gasket/plugin-elastic-apm": "workspace:^", - "@gasket/plugin-express": "workspace:^", - "@gasket/plugin-fastify": "workspace:^", - "@gasket/plugin-git": "workspace:^", - "@gasket/plugin-happyfeet": "workspace:^", - "@gasket/plugin-https": "workspace:^", - "@gasket/plugin-intl": "workspace:^", - "@gasket/plugin-jest": "workspace:^", - "@gasket/plugin-lint": "workspace:^", - "@gasket/plugin-logger": "workspace:^", - "@gasket/plugin-manifest": "workspace:^", - "@gasket/plugin-metadata": "workspace:^", - "@gasket/plugin-mocha": "workspace:^", - "@gasket/plugin-morgan": "workspace:^", - "@gasket/plugin-nextjs": "workspace:^", - "@gasket/plugin-redux": "workspace:^", - "@gasket/plugin-service-worker": "workspace:^", - "@gasket/plugin-swagger": "workspace:^", - "@gasket/plugin-typescript": "workspace:^", - "@gasket/plugin-webpack": "workspace:^", - "@gasket/plugin-winston": "workspace:^", - "@gasket/plugin-workbox": "workspace:^", - "@gasket/preset-api": "workspace:^", - "@gasket/preset-nextjs": "workspace:^", - "@gasket/react-intl": "workspace:^", - "@gasket/redux": "workspace:^", - "@gasket/request": "workspace:^", - "@gasket/utils": "workspace:^", + "@gasket/assets": "^7.3.0", + "@gasket/core": "^7.3.0", + "@gasket/data": "^7.3.0", + "@gasket/fetch": "^7.3.0", + "@gasket/intl": "^7.3.0", + "@gasket/nextjs": "^7.3.0", + "@gasket/plugin-analyze": "^7.3.0", + "@gasket/plugin-command": "^7.3.0", + "@gasket/plugin-cypress": "^7.3.0", + "@gasket/plugin-data": "^7.3.0", + "@gasket/plugin-docs": "^7.3.0", + "@gasket/plugin-docs-graphs": "^7.3.0", + "@gasket/plugin-docusaurus": "^7.3.0", + "@gasket/plugin-elastic-apm": "^7.3.0", + "@gasket/plugin-express": "^7.3.0", + "@gasket/plugin-fastify": "^7.3.1", + "@gasket/plugin-git": "^7.3.0", + "@gasket/plugin-happyfeet": "^7.3.0", + "@gasket/plugin-https": "^7.3.0", + "@gasket/plugin-intl": "^7.3.0", + "@gasket/plugin-jest": "^7.3.0", + "@gasket/plugin-lint": "^7.3.0", + "@gasket/plugin-logger": "^7.3.0", + "@gasket/plugin-manifest": "^7.3.0", + "@gasket/plugin-metadata": "^7.3.0", + "@gasket/plugin-mocha": "^7.3.0", + "@gasket/plugin-morgan": "^7.3.0", + "@gasket/plugin-nextjs": "^7.3.0", + "@gasket/plugin-redux": "^7.3.0", + "@gasket/plugin-service-worker": "^7.3.0", + "@gasket/plugin-swagger": "^7.3.0", + "@gasket/plugin-typescript": "^7.3.0", + "@gasket/plugin-webpack": "^7.3.0", + "@gasket/plugin-winston": "^7.3.0", + "@gasket/plugin-workbox": "^7.3.0", + "@gasket/preset-api": "^7.3.1", + "@gasket/preset-nextjs": "^7.3.0", + "@gasket/react-intl": "^7.3.0", + "@gasket/redux": "^7.3.0", + "@gasket/request": "^7.3.0", + "@gasket/utils": "^7.3.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", - "create-gasket-app": "workspace:^", + "create-gasket-app": "^7.3.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy-react-typescript": "^4.0.3", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", @@ -90,8 +90,8 @@ "jest": "^29.7.0", "redux": "^4.2.1", "ts-jest": "^29.2.5", - "typescript": "catalog:", - "workbox-build": "^7.3.0" + "typescript": "^5.7.3", + "workbox-build": "^4.3.1" }, "eslintConfig": { "extends": [ diff --git a/packages/gasket-utils/package.json b/packages/gasket-utils/package.json index e24c2b571..04be41df0 100644 --- a/packages/gasket-utils/package.json +++ b/packages/gasket-utils/package.json @@ -52,20 +52,20 @@ "semver": "^7.7.1" }, "devDependencies": { - "@gasket/core": "workspace:^", + "@gasket/core": "^7.3.0", "@types/concat-stream": "^2.0.3", "@types/cross-spawn": "^6.0.6", "@types/jest": "^29.5.14", "@types/node": "^20.17.19", "abort-controller": "^3.0.0", "cross-env": "^7.0.3", - "eslint": "catalog:", + "eslint": "^8.57.1", "eslint-config-godaddy": "^7.1.1", "eslint-config-godaddy-typescript": "^4.0.3", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^55.0.0", "jest": "^29.7.0", - "typescript": "catalog:" + "typescript": "^5.7.3" }, "eslintConfig": { "extends": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96d9af3f5..023b0b244 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,15 +6,18 @@ settings: catalogs: default: + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/node': + specifier: ^20.17.19 + version: 20.17.19 eslint: specifier: ^8.57.1 version: 8.57.1 - react: - specifier: ^18.3.1 - version: 18.3.1 - typescript: - specifier: ^5.7.3 - version: 5.7.3 + eslint-plugin-unicorn: + specifier: ^55.0.0 + version: 55.0.0 overrides: '@typescript-eslint/parser': ^6.21.0 @@ -42,7 +45,7 @@ importers: specifier: ^6.21.0 version: 6.21.0(eslint@8.57.1)(typescript@5.7.3) eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -56,6 +59,9 @@ importers: glob: specifier: ^8.1.0 version: 8.1.0 + js-yaml: + specifier: ^4.1.0 + version: 4.1.0 jsdom: specifier: ^20.0.3 version: 20.0.3 @@ -63,7 +69,7 @@ importers: specifier: ^20.4.6 version: 20.4.6(@swc/core@1.10.18(@swc/helpers@0.5.5)) react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 @@ -72,47 +78,47 @@ importers: specifier: ^3.0.2 version: 3.0.2 search-insights: - specifier: '>= 1 < 3' + specifier: ^2.17.3 version: 2.17.3 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/create-gasket-app: dependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-docs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docs '@gasket/plugin-docusaurus': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docusaurus '@gasket/plugin-dynamic-plugins': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-dynamic-plugins '@gasket/plugin-git': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-git '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request '@gasket/utils': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-utils chalk: - specifier: ^5.4.1 - version: 5.4.1 + specifier: ^4.1.2 + version: 4.1.2 commander: specifier: ^12.1.0 version: 12.1.0 @@ -160,7 +166,7 @@ importers: specifier: ^16.4.7 version: 16.4.7 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -178,7 +184,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-assets: @@ -208,7 +214,7 @@ importers: specifier: ^1.0.4 version: 1.0.4 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -223,7 +229,7 @@ importers: specifier: ^1.0.4 version: 1.0.4 react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 recursive-readdir: specifier: ^2.2.3 @@ -232,13 +238,13 @@ importers: specifier: ^3.0.2 version: 3.0.2 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-core: dependencies: '@gasket/utils': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-utils debug: specifier: ^4.4.0 @@ -263,7 +269,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -281,17 +287,17 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-data: dependencies: '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request devDependencies: '@gasket/plugin-data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-data '@jest/globals': specifier: ^29.7.0 @@ -312,7 +318,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -333,7 +339,7 @@ importers: specifier: ^20.0.3 version: 20.0.3 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-fetch: @@ -370,7 +376,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -394,7 +400,7 @@ importers: specifier: ^0.14.1 version: 0.14.1 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 whatwg-fetch: specifier: 3.6.20 @@ -415,7 +421,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -433,16 +439,16 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-nextjs: dependencies: '@gasket/data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-data '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request hoist-non-react-statics: specifier: ^3.3.2 @@ -452,10 +458,10 @@ importers: version: 1.1.1 devDependencies: '@gasket/plugin-data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-data '@gasket/plugin-intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-intl '@jest/globals': specifier: ^29.7.0 @@ -476,7 +482,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy-react: specifier: ^9.1.0 @@ -506,13 +512,13 @@ importers: specifier: ^14.2.24 version: 14.2.24(@babel/core@7.26.9)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-analyze: @@ -525,13 +531,13 @@ importers: version: 4.10.2 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@types/jest': specifier: ^29.5.14 @@ -543,13 +549,13 @@ importers: specifier: ^4.7.0 version: 4.7.0(@swc/core@1.10.18(@swc/helpers@0.5.5)) create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -567,23 +573,23 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-command: dependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/utils': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-utils commander: specifier: ^12.1.0 version: 12.1.0 devDependencies: '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@jest/globals': specifier: ^29.7.0 @@ -595,13 +601,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -619,7 +625,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-cypress: @@ -628,10 +634,10 @@ importers: specifier: ^7.26.9 version: 7.26.9 '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@testing-library/react': specifier: ^13.4.0 @@ -646,7 +652,7 @@ importers: specifier: ^18.3.18 version: 18.3.18 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 @@ -655,7 +661,7 @@ importers: specifier: ^13.17.0 version: 13.17.0 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -673,7 +679,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 @@ -682,35 +688,35 @@ importers: specifier: ^1.15.4 version: 1.15.5 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-data: dependencies: '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request '@gasket/utils': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-utils lodash.merge: specifier: ^4.6.2 version: 4.6.2 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-data '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-redux': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-redux '@types/jest': specifier: ^29.5.14 @@ -719,13 +725,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -743,13 +749,13 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-docs: dependencies: '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command glob: specifier: ^8.1.0 @@ -768,19 +774,19 @@ importers: version: 3.0.2 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-git': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-git '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@godaddy/dmd': specifier: ^1.0.4 @@ -792,13 +798,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -816,19 +822,19 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-docs-graphs: devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-docs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docs '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -837,13 +843,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -861,13 +867,13 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-docusaurus: dependencies: '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger lodash.defaultsdeep: specifier: ^4.6.1 @@ -880,16 +886,16 @@ importers: specifier: ^3.7.0 version: 3.7.0(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@18.3.18)(react@18.3.1))(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/react@18.3.18)(acorn@8.14.0)(eslint@8.57.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.7.3) '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-docs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docs '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@types/jest': specifier: ^29.5.14 @@ -901,13 +907,13 @@ importers: specifier: ^8.17.1 version: 8.17.1 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -925,7 +931,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 @@ -934,20 +940,20 @@ importers: specifier: ^2.17.3 version: 2.17.3 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-dynamic-plugins: dependencies: chalk: - specifier: ^5.4.1 - version: 5.4.1 + specifier: ^4.1.2 + version: 4.1.2 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -956,13 +962,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -980,20 +986,20 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-elastic-apm: dependencies: '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -1002,7 +1008,7 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 @@ -1014,7 +1020,7 @@ importers: specifier: ^4.11.0 version: 4.11.0 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1035,7 +1041,7 @@ importers: specifier: ^15.1.0 version: 15.1.0 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-express: @@ -1057,16 +1063,16 @@ importers: version: 1.0.1 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/express': specifier: ^4.17.21 @@ -1078,13 +1084,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1105,7 +1111,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-fastify: @@ -1115,16 +1121,16 @@ importers: version: 4.29.0 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -1133,13 +1139,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1157,20 +1163,20 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-git: dependencies: '@gasket/utils': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-utils devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -1179,13 +1185,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1203,7 +1209,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-happyfeet: @@ -1213,13 +1219,13 @@ importers: version: 2.2.0 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@godaddy/terminus': specifier: ^4.12.1 @@ -1231,13 +1237,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1255,7 +1261,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-https: @@ -1280,13 +1286,13 @@ importers: version: 1.0.0 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/http-proxy': specifier: ^1.17.16 @@ -1298,13 +1304,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1322,7 +1328,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-https-proxy: @@ -1332,16 +1338,16 @@ importers: version: 1.18.1 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -1350,10 +1356,10 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1368,7 +1374,7 @@ importers: specifier: ^55.0.0 version: 55.0.0(eslint@8.57.1) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 vitest: specifier: ^2.1.9 @@ -1377,7 +1383,7 @@ importers: packages/gasket-plugin-intl: dependencies: '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request debug: specifier: ^4.4.0 @@ -1399,34 +1405,34 @@ importers: version: 7.7.1 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-intl '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-data '@gasket/plugin-elastic-apm': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-elastic-apm '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-nextjs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-nextjs '@gasket/plugin-service-worker': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-service-worker '@gasket/react-intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-react-intl '@types/jest': specifier: ^29.5.14 @@ -1435,13 +1441,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1459,13 +1465,13 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-intl: specifier: ~6.6.8 version: 6.6.8(react@18.3.1)(typescript@5.7.3) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 webpack: specifier: ^5.98.0 @@ -1474,13 +1480,13 @@ importers: packages/gasket-plugin-jest: devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@testing-library/jest-dom': specifier: ^5.17.0 @@ -1501,13 +1507,13 @@ importers: specifier: ^10.1.0 version: 10.1.0(eslint@8.57.1) create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1537,7 +1543,7 @@ importers: specifier: ^14.2.24 version: 14.2.24(@babel/core@7.26.9)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 @@ -1549,7 +1555,7 @@ importers: specifier: ^10.9.2 version: 10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-lint: @@ -1559,13 +1565,13 @@ importers: version: 7.7.1 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -1577,13 +1583,13 @@ importers: specifier: ^6.21.0 version: 6.21.0(eslint@8.57.1)(typescript@5.7.3) create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1604,19 +1610,19 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-logger: devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -1625,13 +1631,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1649,7 +1655,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-manifest: @@ -1665,25 +1671,25 @@ importers: version: 1.0.4 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-service-worker': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-service-worker '@types/express': specifier: ^4.17.21 @@ -1695,13 +1701,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1722,23 +1728,23 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-metadata: dependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger devDependencies: '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: 'link:' '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@godaddy/dmd': specifier: ^1.0.4 @@ -1750,10 +1756,10 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1768,7 +1774,7 @@ importers: specifier: ^55.0.0 version: 55.0.0(eslint@8.57.1) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 vitest: specifier: ^2.1.9 @@ -1790,22 +1796,22 @@ importers: version: 2.0.2 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/compression': specifier: ^1.7.5 @@ -1823,13 +1829,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1850,7 +1856,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-mocha: @@ -1871,13 +1877,13 @@ importers: specifier: ^7.26.0 version: 7.26.0(@babel/core@7.26.9) '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@testing-library/react': specifier: ^13.4.0 @@ -1898,13 +1904,13 @@ importers: specifier: ^10.1.0 version: 10.1.0(eslint@8.57.1) create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -1931,7 +1937,7 @@ importers: specifier: ^20.0.3 version: 20.0.3 react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 @@ -1940,13 +1946,13 @@ importers: specifier: ^10.9.2 version: 10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-morgan: dependencies: '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger express: specifier: ^4.21.0 @@ -1959,13 +1965,13 @@ importers: version: 1.0.1 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -1977,13 +1983,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2001,13 +2007,13 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-nextjs: dependencies: '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack fastify: specifier: ^4.29.0 @@ -2017,49 +2023,49 @@ importers: specifier: ^7.26.3 version: 7.26.3(@babel/core@7.26.9) '@gasket/assets': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-assets '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-intl '@gasket/nextjs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-nextjs '@gasket/plugin-elastic-apm': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-elastic-apm '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-intl '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-nextjs': - specifier: workspace:^ + specifier: ^7.3.0 version: 'link:' '@gasket/plugin-service-worker': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-service-worker '@gasket/plugin-workbox': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-workbox '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request '@types/express': specifier: ^4.17.21 @@ -2077,13 +2083,13 @@ importers: specifier: ^10.1.0 version: 10.1.0(eslint@8.57.1) create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2113,37 +2119,37 @@ importers: specifier: ^3.1.9 version: 3.1.9 react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-redux: devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-middleware': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-middleware '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@gasket/redux': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-redux '@types/jest': specifier: ^29.5.14 @@ -2155,13 +2161,13 @@ importers: specifier: ^8.14.0 version: 8.14.0 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2179,7 +2185,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 @@ -2191,7 +2197,7 @@ importers: specifier: ^4.2.1 version: 4.2.1 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 webpack: specifier: ^5.98.0 @@ -2216,25 +2222,25 @@ importers: version: 1.5.5(webpack@5.98.0(@swc/core@1.10.18(@swc/helpers@0.5.5))(uglify-js@3.19.3)) devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@types/jest': specifier: ^29.5.14 @@ -2249,13 +2255,13 @@ importers: specifier: ^3.17.5 version: 3.17.5 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2279,7 +2285,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-swagger: @@ -2304,22 +2310,22 @@ importers: version: 4.6.3(express@4.21.2) devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -2328,13 +2334,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2355,16 +2361,16 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-typescript: devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -2376,13 +2382,13 @@ importers: specifier: ^9.1.2 version: 9.1.2 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2400,19 +2406,19 @@ importers: specifier: ^4.19.3 version: 4.19.3 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-webpack: devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -2421,13 +2427,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2448,7 +2454,7 @@ importers: specifier: ^3.0.3 version: 3.0.3 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 webpack: specifier: ^5.98.0 @@ -2457,17 +2463,17 @@ importers: packages/gasket-plugin-winston: dependencies: '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger winston: specifier: ^3.17.0 version: 3.17.0 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -2479,13 +2485,13 @@ importers: specifier: ^10.1.0 version: 10.1.0(eslint@8.57.1) create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2506,7 +2512,7 @@ importers: specifier: ^1.4.1 version: 1.4.1 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-plugin-workbox: @@ -2522,25 +2528,25 @@ importers: version: 4.3.1 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-service-worker': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-service-worker '@types/express': specifier: ^4.17.21 @@ -2555,13 +2561,13 @@ importers: specifier: ^5.1.0 version: 5.1.0 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2579,62 +2585,62 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-preset-api: dependencies: '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-cypress': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-cypress '@gasket/plugin-docs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docs '@gasket/plugin-docusaurus': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docusaurus '@gasket/plugin-dynamic-plugins': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-dynamic-plugins '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-git': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-git '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-jest': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-jest '@gasket/plugin-lint': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-lint '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-mocha': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-mocha '@gasket/plugin-swagger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-swagger '@gasket/plugin-typescript': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-typescript '@gasket/plugin-winston': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-winston devDependencies: '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@types/jest': specifier: ^29.5.14 @@ -2643,13 +2649,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2670,67 +2676,67 @@ importers: specifier: ^3.1.9 version: 3.1.9 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-preset-nextjs: dependencies: '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-cypress': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-cypress '@gasket/plugin-docs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docs '@gasket/plugin-docusaurus': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docusaurus '@gasket/plugin-dynamic-plugins': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-dynamic-plugins '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-git': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-git '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-https-proxy': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https-proxy '@gasket/plugin-intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-intl '@gasket/plugin-jest': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-jest '@gasket/plugin-lint': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-lint '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-mocha': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-mocha '@gasket/plugin-nextjs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-nextjs '@gasket/plugin-typescript': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-typescript '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@gasket/plugin-winston': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-winston '@gasket/utils': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-utils devDependencies: '@types/jest': @@ -2743,7 +2749,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2761,19 +2767,19 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-react-intl: dependencies: '@gasket/data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-data '@gasket/fetch': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-fetch '@gasket/intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-intl '@gasket/plugin-intl': specifier: ^7.3.0 @@ -2804,7 +2810,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy-react: specifier: ^9.1.0 @@ -2837,7 +2843,7 @@ importers: specifier: ^20.0.3 version: 20.0.3 react: - specifier: 'catalog:' + specifier: ^18.3.1 version: 18.3.1 react-dom: specifier: ^18.3.1 @@ -2849,7 +2855,7 @@ importers: specifier: ^8.1.3 version: 8.1.3(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-redux: @@ -2880,7 +2886,7 @@ importers: specifier: ^7.26.9 version: 7.26.9(@babel/core@7.26.9) '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@types/jest': specifier: ^29.5.14 @@ -2901,7 +2907,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2928,7 +2934,7 @@ importers: specifier: ^4.2.1 version: 4.2.1 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-request: @@ -2938,7 +2944,7 @@ importers: version: 4.4.0(supports-color@5.5.0) devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@jest/globals': specifier: ^29.7.0 @@ -2959,7 +2965,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -2980,133 +2986,133 @@ importers: specifier: ^1.2.2 version: 1.2.2 typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 packages/gasket-typescript-tests: devDependencies: '@gasket/assets': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-assets '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@gasket/data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-data '@gasket/fetch': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-fetch '@gasket/intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-intl '@gasket/nextjs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-nextjs '@gasket/plugin-analyze': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-analyze '@gasket/plugin-command': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-command '@gasket/plugin-cypress': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-cypress '@gasket/plugin-data': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-data '@gasket/plugin-docs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docs '@gasket/plugin-docs-graphs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docs-graphs '@gasket/plugin-docusaurus': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-docusaurus '@gasket/plugin-elastic-apm': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-elastic-apm '@gasket/plugin-express': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-express '@gasket/plugin-fastify': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-plugin-fastify '@gasket/plugin-git': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-git '@gasket/plugin-happyfeet': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-happyfeet '@gasket/plugin-https': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-https '@gasket/plugin-intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-intl '@gasket/plugin-jest': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-jest '@gasket/plugin-lint': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-lint '@gasket/plugin-logger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-logger '@gasket/plugin-manifest': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-manifest '@gasket/plugin-metadata': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-metadata '@gasket/plugin-mocha': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-mocha '@gasket/plugin-morgan': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-morgan '@gasket/plugin-nextjs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-nextjs '@gasket/plugin-redux': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-redux '@gasket/plugin-service-worker': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-service-worker '@gasket/plugin-swagger': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-swagger '@gasket/plugin-typescript': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-typescript '@gasket/plugin-webpack': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-webpack '@gasket/plugin-winston': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-winston '@gasket/plugin-workbox': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-plugin-workbox '@gasket/preset-api': - specifier: workspace:^ + specifier: ^7.3.1 version: link:../gasket-preset-api '@gasket/preset-nextjs': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-preset-nextjs '@gasket/react-intl': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-react-intl '@gasket/redux': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-redux '@gasket/request': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-request '@gasket/utils': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-utils '@types/express': specifier: ^4.17.21 @@ -3118,13 +3124,13 @@ importers: specifier: ^20.17.19 version: 20.17.19 create-gasket-app: - specifier: workspace:^ + specifier: ^7.3.0 version: link:../create-gasket-app cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy-react-typescript: specifier: ^4.0.3 @@ -3148,11 +3154,11 @@ importers: specifier: ^29.2.5 version: 29.2.5(@babel/core@7.26.9)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.9))(jest@29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)))(typescript@5.7.3) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 workbox-build: - specifier: ^7.3.0 - version: 7.3.0(@types/babel__core@7.20.5) + specifier: ^4.3.1 + version: 4.3.1 packages/gasket-utils: dependencies: @@ -3176,7 +3182,7 @@ importers: version: 7.7.1 devDependencies: '@gasket/core': - specifier: workspace:^ + specifier: ^7.3.0 version: link:../gasket-core '@types/concat-stream': specifier: ^2.0.3 @@ -3197,7 +3203,7 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: 'catalog:' + specifier: ^8.57.1 version: 8.57.1 eslint-config-godaddy: specifier: ^7.1.1 @@ -3215,7 +3221,7 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.17.19)(ts-node@10.9.2(@swc/core@1.10.18(@swc/helpers@0.5.5))(@types/node@20.17.19)(typescript@5.7.3)) typescript: - specifier: 'catalog:' + specifier: ^5.7.3 version: 5.7.3 scripts/generate-docs-index: @@ -3357,17 +3363,17 @@ importers: version: link:../../packages/create-gasket-app devDependencies: '@types/jest': - specifier: ^29.5.14 + specifier: 'catalog:' version: 29.5.14 '@types/node': - specifier: ^20.17.19 + specifier: 'catalog:' version: 20.17.19 eslint: specifier: 'catalog:' version: 8.57.1 eslint-plugin-unicorn: - specifier: ^44.0.2 - version: 44.0.2(eslint@8.57.1) + specifier: 'catalog:' + version: 55.0.0(eslint@8.57.1) packages: @@ -3459,12 +3465,6 @@ packages: '@antfu/utils@8.1.1': resolution: {integrity: sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==} - '@apideck/better-ajv-errors@0.3.6': - resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} - engines: {node: '>=10'} - peerDependencies: - ajv: '>=8' - '@apidevtools/json-schema-ref-parser@9.1.2': resolution: {integrity: sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==} @@ -5557,55 +5557,6 @@ packages: '@polka/url@1.0.0-next.28': resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==} - '@rollup/plugin-babel@5.3.1': - resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} - engines: {node: '>= 10.0.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0 - peerDependenciesMeta: - '@types/babel__core': - optional: true - - '@rollup/plugin-node-resolve@15.3.1': - resolution: {integrity: sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - - '@rollup/plugin-replace@2.4.2': - resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} - peerDependencies: - rollup: ^1.20.0 || ^2.0.0 - - '@rollup/plugin-terser@0.4.4': - resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - - '@rollup/pluginutils@3.1.0': - resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} - engines: {node: '>= 8.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 - - '@rollup/pluginutils@5.1.4': - resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - '@rollup/rollup-android-arm-eabi@4.34.8': resolution: {integrity: sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==} cpu: [arm] @@ -5745,9 +5696,6 @@ packages: '@slorber/remark-comment@1.0.0': resolution: {integrity: sha512-RCE24n7jsOj1M0UPvIQCHTe7fI0sFL4S2nwKVWwHyVr/wI/H8GosgsJGyhnsZoGFnD/P2hLf1mSbrrgSLN93NA==} - '@surma/rollup-plugin-off-main-thread@2.2.3': - resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} - '@svgr/babel-plugin-add-jsx-attribute@6.5.1': resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==} engines: {node: '>=10'} @@ -6172,9 +6120,6 @@ packages: '@types/estree-jsx@1.0.5': resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} - '@types/estree@0.0.39': - resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -6312,9 +6257,6 @@ packages: '@types/react@18.3.18': resolution: {integrity: sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==} - '@types/resolve@1.20.2': - resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} - '@types/responselike@1.0.3': resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} @@ -7612,10 +7554,6 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - crypto-random-string@2.0.0: - resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} - engines: {node: '>=8'} - crypto-random-string@4.0.0: resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==} engines: {node: '>=12'} @@ -8503,12 +8441,6 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-plugin-unicorn@44.0.2: - resolution: {integrity: sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==} - engines: {node: '>=14.18'} - peerDependencies: - eslint: '>=8.23.1' - eslint-plugin-unicorn@55.0.0: resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==} engines: {node: '>=18.18'} @@ -8601,12 +8533,6 @@ packages: estree-util-visit@2.0.0: resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==} - estree-walker@1.0.1: - resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} - - estree-walker@2.0.2: - resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} - estree-walker@3.0.3: resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} @@ -9391,9 +9317,6 @@ packages: peerDependencies: postcss: ^8.1.0 - idb@7.1.1: - resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==} - ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -9621,9 +9544,6 @@ packages: resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} engines: {node: '>= 0.4'} - is-module@1.0.0: - resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} - is-npm@6.0.0: resolution: {integrity: sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -10063,10 +9983,6 @@ packages: jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} - jsonpointer@5.0.1: - resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} - engines: {node: '>=0.10.0'} - jsprim@2.0.2: resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==} engines: {'0': node >=0.6.0} @@ -10302,9 +10218,6 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - magic-string@0.25.9: - resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} - magic-string@0.30.17: resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} @@ -12172,11 +12085,6 @@ packages: robust-predicates@3.0.2: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} - rollup@2.79.2: - resolution: {integrity: sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==} - engines: {node: '>=10.0.0'} - hasBin: true - rollup@4.34.8: resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -12228,9 +12136,6 @@ packages: safe-regex2@3.1.0: resolution: {integrity: sha512-RAAZAGbap2kBfbVhvmnTFv73NWLMvDGOITFYTZBAaY8eR+Ir4ef7Up/e7amo+y1+AH+3PtLkrt9mvcTsG9LXug==} - safe-regex@2.1.1: - resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} - safe-stable-stringify@2.5.0: resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} engines: {node: '>=10'} @@ -12451,9 +12356,6 @@ packages: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} - smob@1.5.0: - resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} - snake-case@3.0.4: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} @@ -12500,10 +12402,6 @@ packages: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} - sourcemap-codec@1.4.8: - resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} - deprecated: Please use @jridgewell/sourcemap-codec instead - space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} @@ -12699,10 +12597,6 @@ packages: resolution: {integrity: sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==} engines: {node: '>=4'} - strip-comments@2.0.1: - resolution: {integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==} - engines: {node: '>=10'} - strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} engines: {node: '>=0.10.0'} @@ -12817,14 +12711,6 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - temp-dir@2.0.0: - resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} - engines: {node: '>=8'} - - tempy@0.6.0: - resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==} - engines: {node: '>=10'} - term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} @@ -13073,10 +12959,6 @@ packages: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} - type-fest@0.16.0: - resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} - engines: {node: '>=10'} - type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} @@ -13182,10 +13064,6 @@ packages: unified@11.0.5: resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} - unique-string@2.0.0: - resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} - engines: {node: '>=8'} - unique-string@3.0.0: resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==} engines: {node: '>=12'} @@ -13228,10 +13106,6 @@ packages: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} - upath@1.2.0: - resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} - engines: {node: '>=4'} - update-browserslist-db@1.1.2: resolution: {integrity: sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==} hasBin: true @@ -13592,99 +13466,50 @@ packages: workbox-background-sync@4.3.1: resolution: {integrity: sha512-1uFkvU8JXi7L7fCHVBEEnc3asPpiAL33kO495UMcD5+arew9IbKW2rV5lpzhoWcm/qhGB89YfO4PmB/0hQwPRg==} - workbox-background-sync@7.3.0: - resolution: {integrity: sha512-PCSk3eK7Mxeuyatb22pcSx9dlgWNv3+M8PqPaYDokks8Y5/FX4soaOqj3yhAZr5k6Q5JWTOMYgaJBpbw11G9Eg==} - workbox-broadcast-update@4.3.1: resolution: {integrity: sha512-MTSfgzIljpKLTBPROo4IpKjESD86pPFlZwlvVG32Kb70hW+aob4Jxpblud8EhNb1/L5m43DUM4q7C+W6eQMMbA==} - workbox-broadcast-update@7.3.0: - resolution: {integrity: sha512-T9/F5VEdJVhwmrIAE+E/kq5at2OY6+OXXgOWQevnubal6sO92Gjo24v6dCVwQiclAF5NS3hlmsifRrpQzZCdUA==} - workbox-build@4.3.1: resolution: {integrity: sha512-UHdwrN3FrDvicM3AqJS/J07X0KXj67R8Cg0waq1MKEOqzo89ap6zh6LmaLnRAjpB+bDIz+7OlPye9iii9KBnxw==} engines: {node: '>=4.0.0'} - workbox-build@7.3.0: - resolution: {integrity: sha512-JGL6vZTPlxnlqZRhR/K/msqg3wKP+m0wfEUVosK7gsYzSgeIxvZLi1ViJJzVL7CEeI8r7rGFV973RiEqkP3lWQ==} - engines: {node: '>=16.0.0'} - workbox-cacheable-response@4.3.1: resolution: {integrity: sha512-Rp5qlzm6z8IOvnQNkCdO9qrDgDpoPNguovs0H8C+wswLuPgSzSp9p2afb5maUt9R1uTIwOXrVQMmPfPypv+npw==} - workbox-cacheable-response@7.3.0: - resolution: {integrity: sha512-eAFERIg6J2LuyELhLlmeRcJFa5e16Mj8kL2yCDbhWE+HUun9skRQrGIFVUagqWj4DMaaPSMWfAolM7XZZxNmxA==} - workbox-core@4.3.1: resolution: {integrity: sha512-I3C9jlLmMKPxAC1t0ExCq+QoAMd0vAAHULEgRZ7kieCdUd919n53WC0AfvokHNwqRhGn+tIIj7vcb5duCjs2Kg==} - workbox-core@7.3.0: - resolution: {integrity: sha512-Z+mYrErfh4t3zi7NVTvOuACB0A/jA3bgxUN3PwtAVHvfEsZxV9Iju580VEETug3zYJRc0Dmii/aixI/Uxj8fmw==} - workbox-expiration@4.3.1: resolution: {integrity: sha512-vsJLhgQsQouv9m0rpbXubT5jw0jMQdjpkum0uT+d9tTwhXcEZks7qLfQ9dGSaufTD2eimxbUOJfWLbNQpIDMPw==} - workbox-expiration@7.3.0: - resolution: {integrity: sha512-lpnSSLp2BM+K6bgFCWc5bS1LR5pAwDWbcKt1iL87/eTSJRdLdAwGQznZE+1czLgn/X05YChsrEegTNxjM067vQ==} - workbox-google-analytics@4.3.1: resolution: {integrity: sha512-xzCjAoKuOb55CBSwQrbyWBKqp35yg1vw9ohIlU2wTy06ZrYfJ8rKochb1MSGlnoBfXGWss3UPzxR5QL5guIFdg==} deprecated: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained - workbox-google-analytics@7.3.0: - resolution: {integrity: sha512-ii/tSfFdhjLHZ2BrYgFNTrb/yk04pw2hasgbM70jpZfLk0vdJAXgaiMAWsoE+wfJDNWoZmBYY0hMVI0v5wWDbg==} - workbox-navigation-preload@4.3.1: resolution: {integrity: sha512-K076n3oFHYp16/C+F8CwrRqD25GitA6Rkd6+qAmLmMv1QHPI2jfDwYqrytOfKfYq42bYtW8Pr21ejZX7GvALOw==} - workbox-navigation-preload@7.3.0: - resolution: {integrity: sha512-fTJzogmFaTv4bShZ6aA7Bfj4Cewaq5rp30qcxl2iYM45YD79rKIhvzNHiFj1P+u5ZZldroqhASXwwoyusnr2cg==} - workbox-precaching@4.3.1: resolution: {integrity: sha512-piSg/2csPoIi/vPpp48t1q5JLYjMkmg5gsXBQkh/QYapCdVwwmKlU9mHdmy52KsDGIjVaqEUMFvEzn2LRaigqQ==} - workbox-precaching@7.3.0: - resolution: {integrity: sha512-ckp/3t0msgXclVAYaNndAGeAoWQUv7Rwc4fdhWL69CCAb2UHo3Cef0KIUctqfQj1p8h6aGyz3w8Cy3Ihq9OmIw==} - workbox-range-requests@4.3.1: resolution: {integrity: sha512-S+HhL9+iTFypJZ/yQSl/x2Bf5pWnbXdd3j57xnb0V60FW1LVn9LRZkPtneODklzYuFZv7qK6riZ5BNyc0R0jZA==} - workbox-range-requests@7.3.0: - resolution: {integrity: sha512-EyFmM1KpDzzAouNF3+EWa15yDEenwxoeXu9bgxOEYnFfCxns7eAxA9WSSaVd8kujFFt3eIbShNqa4hLQNFvmVQ==} - - workbox-recipes@7.3.0: - resolution: {integrity: sha512-BJro/MpuW35I/zjZQBcoxsctgeB+kyb2JAP5EB3EYzePg8wDGoQuUdyYQS+CheTb+GhqJeWmVs3QxLI8EBP1sg==} - workbox-routing@4.3.1: resolution: {integrity: sha512-FkbtrODA4Imsi0p7TW9u9MXuQ5P4pVs1sWHK4dJMMChVROsbEltuE79fBoIk/BCztvOJ7yUpErMKa4z3uQLX+g==} - workbox-routing@7.3.0: - resolution: {integrity: sha512-ZUlysUVn5ZUzMOmQN3bqu+gK98vNfgX/gSTZ127izJg/pMMy4LryAthnYtjuqcjkN4HEAx1mdgxNiKJMZQM76A==} - workbox-strategies@4.3.1: resolution: {integrity: sha512-F/+E57BmVG8dX6dCCopBlkDvvhg/zj6VDs0PigYwSN23L8hseSRwljrceU2WzTvk/+BSYICsWmRq5qHS2UYzhw==} - workbox-strategies@7.3.0: - resolution: {integrity: sha512-tmZydug+qzDFATwX7QiEL5Hdf7FrkhjaF9db1CbB39sDmEZJg3l9ayDvPxy8Y18C3Y66Nrr9kkN1f/RlkDgllg==} - workbox-streams@4.3.1: resolution: {integrity: sha512-4Kisis1f/y0ihf4l3u/+ndMkJkIT4/6UOacU3A4BwZSAC9pQ9vSvJpIi/WFGQRH/uPXvuVjF5c2RfIPQFSS2uA==} - workbox-streams@7.3.0: - resolution: {integrity: sha512-SZnXucyg8x2Y61VGtDjKPO5EgPUG5NDn/v86WYHX+9ZqvAsGOytP0Jxp1bl663YUuMoXSAtsGLL+byHzEuMRpw==} - workbox-sw@4.3.1: resolution: {integrity: sha512-0jXdusCL2uC5gM3yYFT6QMBzKfBr2XTk0g5TPAV4y8IZDyVNDyj1a8uSXy3/XrvkVTmQvLN4O5k3JawGReXr9w==} - workbox-sw@7.3.0: - resolution: {integrity: sha512-aCUyoAZU9IZtH05mn0ACUpyHzPs0lMeJimAYkQkBsOWiqaJLgusfDCR+yllkPkFRxWpZKF8vSvgHYeG7LwhlmA==} - workbox-window@4.3.1: resolution: {integrity: sha512-C5gWKh6I58w3GeSc0wp2Ne+rqVw8qwcmZnQGpjiek8A2wpbxSJb1FdCoQVO+jDJs35bFgo/WETgl1fqgsxN0Hg==} - workbox-window@7.3.0: - resolution: {integrity: sha512-qW8PDy16OV1UBaUNGlTVcepzrlzyzNW/ZJvFQQs2j2TzGsg6IKjcpZC1RSquqQnTOafl5pCj5bGfAHlCjOOjdA==} - wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} @@ -13930,13 +13755,6 @@ snapshots: '@antfu/utils@8.1.1': {} - '@apideck/better-ajv-errors@0.3.6(ajv@8.17.1)': - dependencies: - ajv: 8.17.1 - json-schema: 0.4.0 - jsonpointer: 5.0.1 - leven: 3.1.0 - '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: '@jsdevtools/ono': 7.1.3 @@ -16931,56 +16749,6 @@ snapshots: '@polka/url@1.0.0-next.28': {} - '@rollup/plugin-babel@5.3.1(@babel/core@7.26.9)(@types/babel__core@7.20.5)(rollup@2.79.2)': - dependencies: - '@babel/core': 7.26.9 - '@babel/helper-module-imports': 7.25.9 - '@rollup/pluginutils': 3.1.0(rollup@2.79.2) - rollup: 2.79.2 - optionalDependencies: - '@types/babel__core': 7.20.5 - transitivePeerDependencies: - - supports-color - - '@rollup/plugin-node-resolve@15.3.1(rollup@2.79.2)': - dependencies: - '@rollup/pluginutils': 5.1.4(rollup@2.79.2) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-module: 1.0.0 - resolve: 1.22.10 - optionalDependencies: - rollup: 2.79.2 - - '@rollup/plugin-replace@2.4.2(rollup@2.79.2)': - dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.79.2) - magic-string: 0.25.9 - rollup: 2.79.2 - - '@rollup/plugin-terser@0.4.4(rollup@2.79.2)': - dependencies: - serialize-javascript: 6.0.2 - smob: 1.5.0 - terser: 5.39.0 - optionalDependencies: - rollup: 2.79.2 - - '@rollup/pluginutils@3.1.0(rollup@2.79.2)': - dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 - picomatch: 2.3.1 - rollup: 2.79.2 - - '@rollup/pluginutils@5.1.4(rollup@2.79.2)': - dependencies: - '@types/estree': 1.0.6 - estree-walker: 2.0.2 - picomatch: 4.0.2 - optionalDependencies: - rollup: 2.79.2 - '@rollup/rollup-android-arm-eabi@4.34.8': optional: true @@ -17082,13 +16850,6 @@ snapshots: micromark-util-character: 1.2.0 micromark-util-symbol: 1.1.0 - '@surma/rollup-plugin-off-main-thread@2.2.3': - dependencies: - ejs: 3.1.10 - json5: 2.2.3 - magic-string: 0.25.9 - string.prototype.matchall: 4.0.12 - '@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.26.9)': dependencies: '@babel/core': 7.26.9 @@ -17578,8 +17339,6 @@ snapshots: dependencies: '@types/estree': 1.0.6 - '@types/estree@0.0.39': {} - '@types/estree@1.0.6': {} '@types/express-serve-static-core@4.19.6': @@ -17734,8 +17493,6 @@ snapshots: '@types/prop-types': 15.7.14 csstype: 3.1.3 - '@types/resolve@1.20.2': {} - '@types/responselike@1.0.3': dependencies: '@types/node': 20.17.19 @@ -17785,7 +17542,8 @@ snapshots: '@types/triple-beam@1.3.5': {} - '@types/trusted-types@2.0.7': {} + '@types/trusted-types@2.0.7': + optional: true '@types/uglify-js@3.17.5': dependencies: @@ -19251,8 +19009,6 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - crypto-random-string@2.0.0: {} - crypto-random-string@4.0.0: dependencies: type-fest: 1.4.0 @@ -20446,24 +20202,6 @@ snapshots: string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-unicorn@44.0.2(eslint@8.57.1): - dependencies: - '@babel/helper-validator-identifier': 7.25.9 - ci-info: 3.9.0 - clean-regexp: 1.0.0 - eslint: 8.57.1 - eslint-utils: 3.0.0(eslint@8.57.1) - esquery: 1.6.0 - indent-string: 4.0.0 - is-builtin-module: 3.2.1 - lodash: 4.17.21 - pluralize: 8.0.0 - read-pkg-up: 7.0.1 - regexp-tree: 0.1.27 - safe-regex: 2.1.1 - semver: 7.7.1 - strip-indent: 3.0.0 - eslint-plugin-unicorn@55.0.0(eslint@8.57.1): dependencies: '@babel/helper-validator-identifier': 7.25.9 @@ -20609,10 +20347,6 @@ snapshots: '@types/estree-jsx': 1.0.5 '@types/unist': 3.0.3 - estree-walker@1.0.1: {} - - estree-walker@2.0.2: {} - estree-walker@3.0.3: dependencies: '@types/estree': 1.0.6 @@ -21637,8 +21371,6 @@ snapshots: dependencies: postcss: 8.5.3 - idb@7.1.1: {} - ieee754@1.2.1: {} ignore-by-default@1.0.1: {} @@ -21854,8 +21586,6 @@ snapshots: is-map@2.0.3: {} - is-module@1.0.0: {} - is-npm@6.0.0: {} is-number-object@1.1.1: @@ -22496,8 +22226,6 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - jsonpointer@5.0.1: {} - jsprim@2.0.2: dependencies: assert-plus: 1.0.0 @@ -22724,10 +22452,6 @@ snapshots: lz-string@1.5.0: {} - magic-string@0.25.9: - dependencies: - sourcemap-codec: 1.4.8 - magic-string@0.30.17: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -23760,7 +23484,7 @@ snapshots: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.6.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 log-symbols: 4.1.0 strip-ansi: 6.0.1 @@ -25116,10 +24840,6 @@ snapshots: robust-predicates@3.0.2: {} - rollup@2.79.2: - optionalDependencies: - fsevents: 2.3.3 - rollup@4.34.8: dependencies: '@types/estree': 1.0.6 @@ -25202,10 +24922,6 @@ snapshots: dependencies: ret: 0.4.3 - safe-regex@2.1.1: - dependencies: - regexp-tree: 0.1.27 - safe-stable-stringify@2.5.0: {} safer-buffer@2.1.2: {} @@ -25463,8 +25179,6 @@ snapshots: astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 - smob@1.5.0: {} - snake-case@3.0.4: dependencies: dot-case: 3.0.4 @@ -25514,8 +25228,6 @@ snapshots: dependencies: whatwg-url: 7.1.0 - sourcemap-codec@1.4.8: {} - space-separated-tokens@2.0.2: {} spawn-wrap@2.0.0: @@ -25771,8 +25483,6 @@ snapshots: babel-extract-comments: 1.0.0 babel-plugin-transform-object-rest-spread: 6.26.0 - strip-comments@2.0.1: {} - strip-eof@1.0.0: {} strip-final-newline@2.0.0: {} @@ -25881,15 +25591,6 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 - temp-dir@2.0.0: {} - - tempy@0.6.0: - dependencies: - is-stream: 2.0.1 - temp-dir: 2.0.0 - type-fest: 0.16.0 - unique-string: 2.0.0 - term-size@2.2.1: {} terser-webpack-plugin@5.3.11(@swc/core@1.10.18(@swc/helpers@0.5.5))(uglify-js@3.19.3)(webpack@5.98.0(@swc/core@1.10.18(@swc/helpers@0.5.5))(uglify-js@3.19.3)): @@ -26119,8 +25820,6 @@ snapshots: type-detect@4.0.8: {} - type-fest@0.16.0: {} - type-fest@0.20.2: {} type-fest@0.21.3: {} @@ -26228,10 +25927,6 @@ snapshots: trough: 2.2.0 vfile: 6.0.3 - unique-string@2.0.0: - dependencies: - crypto-random-string: 2.0.0 - unique-string@3.0.0: dependencies: crypto-random-string: 4.0.0 @@ -26273,8 +25968,6 @@ snapshots: untildify@4.0.0: {} - upath@1.2.0: {} - update-browserslist-db@1.1.2(browserslist@4.24.4): dependencies: browserslist: 4.24.4 @@ -26787,19 +26480,10 @@ snapshots: dependencies: workbox-core: 4.3.1 - workbox-background-sync@7.3.0: - dependencies: - idb: 7.1.1 - workbox-core: 7.3.0 - workbox-broadcast-update@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-broadcast-update@7.3.0: - dependencies: - workbox-core: 7.3.0 - workbox-build@4.3.1: dependencies: '@babel/runtime': 7.26.9 @@ -26826,70 +26510,16 @@ snapshots: workbox-sw: 4.3.1 workbox-window: 4.3.1 - workbox-build@7.3.0(@types/babel__core@7.20.5): - dependencies: - '@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1) - '@babel/core': 7.26.9 - '@babel/preset-env': 7.26.9(@babel/core@7.26.9) - '@babel/runtime': 7.26.9 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.26.9)(@types/babel__core@7.20.5)(rollup@2.79.2) - '@rollup/plugin-node-resolve': 15.3.1(rollup@2.79.2) - '@rollup/plugin-replace': 2.4.2(rollup@2.79.2) - '@rollup/plugin-terser': 0.4.4(rollup@2.79.2) - '@surma/rollup-plugin-off-main-thread': 2.2.3 - ajv: 8.17.1 - common-tags: 1.8.2 - fast-json-stable-stringify: 2.1.0 - fs-extra: 9.1.0 - glob: 7.2.3 - lodash: 4.17.21 - pretty-bytes: 5.6.0 - rollup: 2.79.2 - source-map: 0.8.0-beta.0 - stringify-object: 3.3.0 - strip-comments: 2.0.1 - tempy: 0.6.0 - upath: 1.2.0 - workbox-background-sync: 7.3.0 - workbox-broadcast-update: 7.3.0 - workbox-cacheable-response: 7.3.0 - workbox-core: 7.3.0 - workbox-expiration: 7.3.0 - workbox-google-analytics: 7.3.0 - workbox-navigation-preload: 7.3.0 - workbox-precaching: 7.3.0 - workbox-range-requests: 7.3.0 - workbox-recipes: 7.3.0 - workbox-routing: 7.3.0 - workbox-strategies: 7.3.0 - workbox-streams: 7.3.0 - workbox-sw: 7.3.0 - workbox-window: 7.3.0 - transitivePeerDependencies: - - '@types/babel__core' - - supports-color - workbox-cacheable-response@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-cacheable-response@7.3.0: - dependencies: - workbox-core: 7.3.0 - workbox-core@4.3.1: {} - workbox-core@7.3.0: {} - workbox-expiration@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-expiration@7.3.0: - dependencies: - idb: 7.1.1 - workbox-core: 7.3.0 - workbox-google-analytics@4.3.1: dependencies: workbox-background-sync: 4.3.1 @@ -26897,86 +26527,36 @@ snapshots: workbox-routing: 4.3.1 workbox-strategies: 4.3.1 - workbox-google-analytics@7.3.0: - dependencies: - workbox-background-sync: 7.3.0 - workbox-core: 7.3.0 - workbox-routing: 7.3.0 - workbox-strategies: 7.3.0 - workbox-navigation-preload@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-navigation-preload@7.3.0: - dependencies: - workbox-core: 7.3.0 - workbox-precaching@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-precaching@7.3.0: - dependencies: - workbox-core: 7.3.0 - workbox-routing: 7.3.0 - workbox-strategies: 7.3.0 - workbox-range-requests@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-range-requests@7.3.0: - dependencies: - workbox-core: 7.3.0 - - workbox-recipes@7.3.0: - dependencies: - workbox-cacheable-response: 7.3.0 - workbox-core: 7.3.0 - workbox-expiration: 7.3.0 - workbox-precaching: 7.3.0 - workbox-routing: 7.3.0 - workbox-strategies: 7.3.0 - workbox-routing@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-routing@7.3.0: - dependencies: - workbox-core: 7.3.0 - workbox-strategies@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-strategies@7.3.0: - dependencies: - workbox-core: 7.3.0 - workbox-streams@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-streams@7.3.0: - dependencies: - workbox-core: 7.3.0 - workbox-routing: 7.3.0 - workbox-sw@4.3.1: {} - workbox-sw@7.3.0: {} - workbox-window@4.3.1: dependencies: workbox-core: 4.3.1 - workbox-window@7.3.0: - dependencies: - '@types/trusted-types': 2.0.7 - workbox-core: 7.3.0 - wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3423e0070..b3e30c732 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,14 +1,147 @@ packages: - packages/* - scripts/generate-docs-index - -# Define a catalog of version ranges. catalog: - react: ^18.3.1 - semver: ^7.7.1 + "@babel/cli": ^7.26.4 + "@babel/core": ^7.26.9 + "@babel/node": ^7.26.0 + "@babel/plugin-proposal-object-rest-spread": ^7.20.7 + "@babel/plugin-transform-runtime": ^7.26.9 + "@babel/preset-env": ^7.26.9 + "@babel/preset-react": ^7.26.3 + "@babel/preset-typescript": ^7.26.0 + "@babel/register": ^7.25.9 + "@babel/runtime": ^7.26.9 + "@changesets/cli": ^2.28.1 + "@docusaurus/core": ^3.7.0 + "@docusaurus/preset-classic": ^3.7.0 + "@docusaurus/theme-mermaid": ^3.7.0 + "@fastify/express": ^3.0.0 + "@fastify/swagger": ^8.15.0 + "@fastify/swagger-ui": ^4.2.0 + "@godaddy/dmd": ^1.0.4 + "@godaddy/terminus": ^4.12.1 + "@jest/globals": ^29.7.0 + "@svgr/core": ^6.5.1 + "@swc/cli": ^0.3.14 + "@swc/core": ^1.10.18 + "@testing-library/jest-dom": ^5.17.0 + "@testing-library/react": ^13.4.0 + "@types/compression": ^1.7.5 + "@types/concat-stream": ^2.0.3 + "@types/cookie-parser": ^1.4.8 + "@types/cross-spawn": ^6.0.6 + "@types/express": ^4.17.21 + "@types/http-proxy": ^1.17.16 + "@types/inquirer": ^9.0.7 + "@types/jest": ^29.5.14 + "@types/lru-cache": ^5.1.1 + "@types/mocha": ^10.0.10 + "@types/morgan": ^1.9.9 + "@types/node": ^20.17.19 + "@types/react": ^18.3.18 + "@types/uglify-js": ^3.17.5 + "@types/webpack-bundle-analyzer": ^4.7.0 + "@types/workbox-build": ^5.1.0 + "@typescript-eslint/eslint-plugin": ^6.21.0 + "@typescript-eslint/parser": ^6.21.0 + abort-controller: ^3.0.0 + acorn: ^8.14.0 + ajv: ^8.17.1 + babel-core: 7.0.0-bridge.0 + babel-eslint: ^10.1.0 + babel-jest: ^29.7.0 + babel-plugin-add-module-exports: ^1.0.4 + chalk: ^4.1.2 + commander: ^12.1.0 + compression: ^1.8.0 + concat-stream: ^2.0.0 + concurrently: ^9.1.2 + cookie-parser: ^1.4.7 + core-js: ^3.40.0 + create-servers: ^3.3.0 + cross-env: ^7.0.3 + cypress: ^13.17.0 + debug: ^4.4.0 + deepmerge: ^4.3.1 + diagnostics: ^2.0.2 + dotenv: ^16.4.7 + elastic-apm-node: ^4.11.0 + errs: ^0.3.2 + escape-string-regexp: ^1.0.5 eslint: ^8.57.1 + eslint-config-godaddy: ^7.1.1 + eslint-config-godaddy-react: ^9.1.0 + eslint-config-godaddy-react-typescript: ^4.0.3 eslint-config-godaddy-typescript: ^4.0.3 + eslint-config-next: ^13.5.8 eslint-plugin-jest: ^28.11.0 + eslint-plugin-jsx-a11y: ^6.10.2 + eslint-plugin-react: ^7.37.4 + eslint-plugin-unicorn: ^55.0.0 + express: ^4.21.2 + fastify: ^4.29.0 + fs-extra: ^10.1.0 + glob: ^8.1.0 + global-jsdom: ^8.8.0 + handlebars: ^4.7.8 + happy-feet: ^2.2.0 + hoist-non-react-statics: ^3.3.2 + htmlescape: ^1.1.1 + http-proxy: ^1.18.1 + http2-express: ^1.0.1 + inquirer: 6.5.2 + intl: ^1.2.5 + is-plain-object: ^5.0.0 jest: ^29.7.0 + jest-environment-jsdom: ^29.7.0 + js-yaml: ^4.1.0 + jsdom: ^20.0.3 + json5: ^2.2.3 + just-extend: ^6.2.0 + lodash.defaultsdeep: ^4.6.1 + lodash.merge: ^4.6.2 + lru-cache: ^5.1.1 + markdown-table: ^1.1.3 + mkdirp: ^1.0.4 + mock-require: ^3.0.3 + morgan: ^1.10.0 + negotiator: ^1.0.0 + next: ^14.2.24 + node-fetch: ^2.7.0 + nodemon: ^3.1.9 + nx: ^20.4.6 + nyc: ^15.1.0 + one-time: ^1.0.0 + ora: 3.4.0 + react: ^18.3.1 + react-dom: ^18.3.1 + react-intl: ~6.6.8 + react-redux: ^8.1.3 + recursive-readdir: ^2.2.3 + redux: ^4.2.1 + redux-logger: ^3.0.6 + redux-thunk: ^2.4.2 + regenerator-runtime: ^0.14.1 + replace: ^1.2.2 + rimraf: ^3.0.2 + search-insights: ^2.17.3 + semver: ^7.7.1 + serve-static: ^1.16.2 + split: ^1.0.1 + start-server-and-test: ^1.15.4 + swagger-jsdoc: ^4.3.2 + swagger-ui-express: ^4.6.3 + triple-beam: ^1.4.1 + ts-jest: ^29.2.5 + ts-node: ^10.9.2 + tsx: ^4.19.3 typescript: ^5.7.3 - "@jest/globals": ^29.7.0 + uglify-js: ^3.19.3 + vitest: ^2.1.9 + webpack: ^5.98.0 + webpack-bundle-analyzer: ^4.10.2 + webpack-inject-plugin: ^1.5.5 + whatwg-fetch: 3.6.20 + winston: ^3.17.0 + workbox-build: ^4.3.1 diff --git a/scripts/generate-docs-index/package.json b/scripts/generate-docs-index/package.json index 950b6784c..55aac3240 100644 --- a/scripts/generate-docs-index/package.json +++ b/scripts/generate-docs-index/package.json @@ -56,10 +56,10 @@ "create-gasket-app": "workspace:^" }, "devDependencies": { - "@types/jest": "^29.5.14", - "@types/node": "^20.17.19", + "@types/jest": "catalog:", + "@types/node": "catalog:", "eslint": "catalog:", - "eslint-plugin-unicorn": "^44.0.2" + "eslint-plugin-unicorn": "catalog:" }, "eslintConfig": { "extends": [