Skip to content

Commit

Permalink
Temp fix graphql mesh (bad upgrade) (#3733)
Browse files Browse the repository at this point in the history
* fix: graphql-mesh use only public packages

* fix: graphql-mesh use only public packages

* fix: graphql-mesh use only public packages
  • Loading branch information
belgattitude authored Apr 30, 2023
1 parent 8b6edae commit 3642232
Show file tree
Hide file tree
Showing 4 changed files with 661 additions and 838 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
3 changes: 2 additions & 1 deletion apps/nextjs-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Basic demo of a nextjs app, part of the [nextjs-monorepo-example](https://github
- Home: [Demo/Vercel](https://monorepo-nextjs-app.vercel.app)
- SSR-I18n: [Demo/Vercel english](https://monorepo-nextjs-app.vercel.app/en/home) | [Demo/vercel french](https://monorepo-nextjs-app.vercel.app/fr/home)
- REST API: [Demo rest/Vercel](https://monorepo-nextjs-app.vercel.app/api/rest/post/1)
- GRAPHIQL: [Demo rest/Vercel](https://monorepo-nextjs-app.vercel.app/api/graphql)
- GRAPHIQL (pothos): [Demo/Vercel](https://monorepo-nextjs-app.vercel.app/api/graphql)
- GRAPHQL gateway (MESH): [Demo/Vercel](https://monorepo-nextjs-app.vercel.app/api/gateway/graphql)
- [Changelog](https://github.com/belgattitude/monorepo-nextjs-app/blob/main/apps/nextjs-app/CHANGELOG.md)

## Quick start
Expand Down
15 changes: 5 additions & 10 deletions packages/api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,23 @@
"test": "jest --config jest.config.js --passWithNoTests",
"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"
},
"devDependencies": {
"@graphql-mesh/cli": "0.82.35",
"@graphql-mesh/config": "11.0.0",
"@graphql-mesh/graphql": "1.0.0",
"@graphql-mesh/http": "0.93.1",
"@graphql-mesh/openapi": "1.0.0",
"@graphql-mesh/runtime": "1.0.0",
"@types/jest": "29.5.1",
"@types/node": "18.16.3",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.39.0",
"graphql": "16.6.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"ts-jest": "29.1.0",
"tsup": "6.7.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"graphql": "^16.4.0"
}
}
Loading

2 comments on commit 3642232

@vercel
Copy link

@vercel vercel bot commented on 3642232 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-vite-app – ./apps/vite-app

monorepo-vite-app.vercel.app
monorepo-vite-app-belgattitude.vercel.app
monorepo-vite-app-git-main-belgattitude.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3642232 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-nextjs-app – ./apps/nextjs-app

monorepo-nextjs-app-belgattitude.vercel.app
monorepo-nextjs-app.vercel.app
monorepo-nextjs-app-git-main-belgattitude.vercel.app

Please sign in to comment.