Skip to content

Commit

Permalink
chore(deps): Bump mercurius from 9.5.0 to 13.1.0
Browse files Browse the repository at this point in the history
Bumps [mercurius](https://github.com/mercurius-js/mercurius) from 9.5.0 to 13.1.0.
- [Release notes](https://github.com/mercurius-js/mercurius/releases)
- [Commits](mercurius-js/mercurius@v9.5.0...v13.1.0)

---
updated-dependencies:
- dependency-name: mercurius
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 17, 2023
1 parent f189e92 commit f2aac5c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/fastify-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"graphql-hooks-memcache": "^3.1.2",
"graphql-hooks-ssr": "^3.0.1",
"isomorphic-unfetch": "^4.0.2",
"mercurius": "^12.2.0",
"mercurius": "^13.1.0",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/full-ws-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"fastify": "^4.2.0",
"graphql-hooks": "^6.2.3",
"graphql-ws": "^5.5.5",
"mercurius": "^12.2.0",
"mercurius": "^13.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-queries/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"apollo-server": "^3.6.7",
"fastify": "^4.2.0",
"graphql": "^16.6.0",
"mercurius": "^12.2.0"
"mercurius": "^13.1.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"graphql-hooks": "^6.2.3",
"graphql-hooks-memcache": "^3.1.2",
"lowdb": "^6.0.1",
"mercurius": "^12.2.0",
"mercurius": "^13.1.0",
"mqemitter-redis": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.0.0",
"glob": "^10.2.7",
"mercurius": "^12.2.0",
"mercurius": "^13.1.0",
"mocha": "^10.0.0"
},
"author": "Salman Mitha <salmanmitha@gmail.com>",
Expand Down

0 comments on commit f2aac5c

Please sign in to comment.