Skip to content

Commit

Permalink
fix: graphql-mesh use only public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Apr 30, 2023
1 parent aa7add4 commit beb8d00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-monorepo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions packages/api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:^"
Expand Down

0 comments on commit beb8d00

Please sign in to comment.