diff --git a/.github/workflows/ci-monorepo-integrity.yml b/.github/workflows/ci-monorepo-integrity.yml index 67d1b4ff329..e1a5d54fd15 100644 --- a/.github/workflows/ci-monorepo-integrity.yml +++ b/.github/workflows/ci-monorepo-integrity.yml @@ -42,9 +42,6 @@ jobs: - name: 🦺 Syncpack lint-semver-ranges run: yarn syncpack lint-semver-ranges - - name: 🦺 Syncpack lint-semver-ranges - run: yarn syncpack lint-semver-ranges - - name: 🦺 Syncpack apps same prod and dev run: yarn syncpack list --types prod,dev --source "apps/*/package.json" diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 34a8ca7d4a0..d47a3744723 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -28,9 +28,9 @@ "typecheck": "tsc --project ./tsconfig.json --noEmit" }, "dependencies": { - "@graphql-mesh/cli": "0.82.35", - "@graphql-mesh/openapi": "0.93.1", - "@graphql-mesh/runtime": "0.93.2" + "@graphql-mesh/cli": "^0.82.35", + "@graphql-mesh/openapi": "^0.93.1", + "@graphql-mesh/runtime": "^0.93.2" }, "devDependencies": { "@types/jest": "29.5.1", diff --git a/yarn.lock b/yarn.lock index 252ff257e2c..eafa8d3c58d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3403,7 +3403,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/cli@npm:0.82.35": +"@graphql-mesh/cli@npm:^0.82.35": version: 0.82.35 resolution: "@graphql-mesh/cli@npm:0.82.35" dependencies: @@ -3545,7 +3545,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/openapi@npm:0.93.1": +"@graphql-mesh/openapi@npm:^0.93.1": version: 0.93.1 resolution: "@graphql-mesh/openapi@npm:0.93.1" dependencies: @@ -3562,7 +3562,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/runtime@npm:0.93.2, @graphql-mesh/runtime@npm:^0.93.1": +"@graphql-mesh/runtime@npm:^0.93.1, @graphql-mesh/runtime@npm:^0.93.2": version: 0.93.2 resolution: "@graphql-mesh/runtime@npm:0.93.2" dependencies: @@ -8040,9 +8040,9 @@ __metadata: version: 0.0.0-use.local resolution: "@your-org/api-gateway@workspace:packages/api-gateway" dependencies: - "@graphql-mesh/cli": "npm:0.82.35" - "@graphql-mesh/openapi": "npm:0.93.1" - "@graphql-mesh/runtime": "npm:0.93.2" + "@graphql-mesh/cli": "npm:^0.82.35" + "@graphql-mesh/openapi": "npm:^0.93.1" + "@graphql-mesh/runtime": "npm:^0.93.2" "@types/jest": "npm:29.5.1" "@types/node": "npm:18.16.3" "@your-org/eslint-config-bases": "workspace:^"