Skip to content

Commit

Permalink
Update fastify
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2022
1 parent b7e7ae6 commit 68a2b8a
Show file tree
Hide file tree
Showing 3 changed files with 1,054 additions and 261 deletions.
10 changes: 5 additions & 5 deletions backend/package.json
Expand Up @@ -14,18 +14,18 @@
"author": "Ryan",
"license": "ISC",
"dependencies": {
"@graphql-tools/schema": "8.2.0",
"@graphql-tools/schema": "8.5.0",
"@prisma/client": "3.13.0",
"fastify": "3.21.2",
"fastify-cors": "6.0.2",
"mercurius": "8.2.1"
"fastify": "3.29.0",
"fastify-cors": "6.1.0",
"mercurius": "8.12.2"
},
"devDependencies": {
"@types/jest": "27.4.1",
"dotenv-cli": "5.1.0",
"jest": "27.5.1",
"jest-environment-node": "27.5.1",
"mercurius-codegen": "3.0.0",
"mercurius-codegen": "3.3.1",
"mercurius-integration-testing": "3.2.0",
"nanoid": "3.3.3",
"nodemon": "2.0.16",
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Expand Up @@ -25,10 +25,10 @@
},
"license": "ISC",
"devDependencies": {
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-operations": "2.1.4",
"@graphql-codegen/typescript-react-apollo": "3.1.4",
"@graphql-codegen/cli": "2.6.3",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-operations": "2.4.2",
"@graphql-codegen/typescript-react-apollo": "3.2.16",
"@types/react": "18.0.8"
}
}

0 comments on commit 68a2b8a

Please sign in to comment.