Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sr1ch1 committed Jan 29, 2023
1 parent e405589 commit 0e8db70
Show file tree
Hide file tree
Showing 2 changed files with 1,106 additions and 793 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@
"dependencies": {
"@apollo/datasource-rest": "^4.3.2",
"@apollo/server": "^4.3.0",
"@as-integrations/fastify": "^1.2.0",
"@as-integrations/fastify": "^1.3.0",
"@fastify/rate-limit": "^7.6.0",
"@fastify/sensible": "^5.2.0",
"@fastify/under-pressure": "^8.2.0",
"@graphql-tools/load-files": "^6.6.1",
"@graphql-tools/merge": "^8.3.14",
"@graphql-tools/merge": "^8.3.16",
"add": "^2.0.6",
"express": "^4.18.2",
"fastify": "^4.10.2",
"fastify": "^4.12.0",
"fastify-autoload": "^3.13.0",
"fastify-cli": "^5.7.0",
"fastify-plugin": "^4.4.0",
"firebase-admin": "^11.4.1",
"firebase-functions": "^4.1.1",
"fastify-cli": "^5.7.1",
"fastify-plugin": "^4.5.0",
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.2.0",
"fluent-json-schema": "^4.0.0",
"graphql": "^16.6.0",
"graphql-import-node": "^0.0.5",
Expand All @@ -74,45 +74,45 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@graphql-codegen/cli": "^2.16.1",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@graphql-codegen/cli": "^2.16.4",
"@graphql-codegen/introspection": "^2.2.3",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/typescript-resolvers": "^2.7.10",
"@graphql-eslint/eslint-plugin": "^3.13.1",
"@jest/globals": "^29.3.1",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/typescript-resolvers": "^2.7.12",
"@graphql-eslint/eslint-plugin": "^3.15.0",
"@jest/globals": "^29.4.1",
"@sr1ch1/apollo-fetcher-stub": "^1.0.0",
"@swc/core": "^1.3.23",
"@swc/core": "^1.3.30",
"@swc/jest": "^0.2.24",
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/eslint": "^8.4.10",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"cross-env": "^7.0.3",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.7",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"graphql-config": "^4.3.6",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-environment-node": "^29.3.1",
"graphql-config": "^4.4.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-runner-groups": "^2.2.0",
"lint-staged": "^13.1.0",
"pino-pretty": "^9.1.1",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"recursive-copy": "^2.0.14",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"trace-pkg": "^0.5.2",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsutils": "^3.21.0",
Expand Down
Loading

0 comments on commit 0e8db70

Please sign in to comment.