Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2022
1 parent a9203e7 commit 1af7fb6
Show file tree
Hide file tree
Showing 4 changed files with 1,598 additions and 470 deletions.
30 changes: 15 additions & 15 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"devDependencies": {
"@graphql-codegen/cli": "1.21.2",
"@graphql-codegen/core": "1.17.9",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-operations": "1.17.15",
"@graphql-codegen/typescript-resolvers": "1.19.0",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-operations": "1.18.4",
"@graphql-codegen/typescript-resolvers": "1.20.0",
"@slonik/migrator": "0.11.2",
"@typescript-eslint/parser": "5.12.0",
"eslint": "7.22.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "7.32.0",
"eslint-config-canonical": "25.9.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.26.0",
"format-graphql": "1.4.0",
"lint-staged": "10.5.4",
"nyc": "15.1.0",
"prettier": "2.2.1",
"prettier": "2.7.1",
"ts-node-dev": "1.1.6",
"typescript": "4.5.5"
"typescript": "4.8.4"
},
"dependencies": {
"@roarr/cli": "^3.2.2",
"apollo-server-fastify": "3.6.3",
"@roarr/cli": "^3.9.0",
"apollo-server-fastify": "3.10.3",
"fast-safe-stringify": "^2.1.1",
"fastify": "^3.14.0",
"fastify-cookie": "^5.4.0",
"fastify": "^3.29.3",
"fastify-cookie": "^5.7.0",
"got": "^11.8.5",
"graphql": "^15.4.0",
"graphql": "^15.8.0",
"graphql-import": "^1.0.2",
"graphql-tools": "^7.0.2",
"roarr": "^3.2.0",
"slonik": "^23.5.1",
"slonik-interceptor-field-name-transformation": "^1.5.3",
"slonik": "^23.9.0",
"slonik-interceptor-field-name-transformation": "^1.6.5",
"slonik-interceptor-preset": "^1.2.10",
"ts-node": "^9.1.1"
}
Expand Down

0 comments on commit 1af7fb6

Please sign in to comment.