Skip to content

Commit

Permalink
refactor: Upgrade various GraphQL dependencies (#9364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moumouls authored Oct 23, 2024
1 parent e75645d commit d3b7fb0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 122 deletions.
163 changes: 45 additions & 118 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"dependencies": {
"@apollo/server": "4.11.0",
"@babel/eslint-parser": "7.25.8",
"@graphql-tools/merge": "9.0.7",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "8.12.0",
"@graphql-tools/merge": "9.0.8",
"@graphql-tools/schema": "10.0.7",
"@graphql-tools/utils": "10.5.5",
"@parse/fs-files-adapter": "3.0.0",
"@parse/push-adapter": "6.4.1",
"bcryptjs": "2.4.3",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@actions/core": "1.11.1",
"@apollo/client": "3.11.1",
"@apollo/client": "3.11.8",
"@babel/cli": "7.24.8",
"@babel/core": "7.24.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
Expand Down

0 comments on commit d3b7fb0

Please sign in to comment.