Skip to content

Commit

Permalink
chore(overmind-graphql): upgrade related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 9, 2023
1 parent a938f53 commit a62c3a3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 37 deletions.
66 changes: 39 additions & 27 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"electron": "25.2.0",
"electron-json-storage": "4.6.0",
"emotion": "9.2.12",
"graphql": "14.5.8",
"graphql-request": "3.3.0",
"graphql-tag": "2.10.3",
"graphql": "16.7.1",
"graphql-request": "5.1.0",
"graphql-tag": "2.12.6",
"is-plain-obj": "3.0.0",
"lodash.clonedeep": "4.5.0",
"phoenix": "1.4.13",
"phoenix": "1.7.6",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-icons": "3.5.0",
Expand All @@ -58,7 +58,7 @@
"@testing-library/svelte": "3.2.2",
"@types/jest": "29.5.2",
"@types/node": "20.4.1",
"@types/phoenix": "1.4.4",
"@types/phoenix": "1.6.0",
"@types/react": "16.7.13",
"@types/react-dom": "16.0.6",
"@types/testing-library__jest-dom": "5.14.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/overmind-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
],
"dependencies": {
"@absinthe/socket": "^0.2.1",
"graphql": "^14.5.8",
"graphql-request": "^3.3.0",
"graphql-tag": "^2.10.3",
"graphql": "^16.7.1",
"graphql-request": "^5.1.0",
"graphql-tag": "^2.12.6",
"overmind": "next",
"phoenix": "^1.4.13",
"phoenix": "^1.7.6",
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/phoenix": "^1.4.4"
"@types/phoenix": "^1.6.0"
}
}

0 comments on commit a62c3a3

Please sign in to comment.