Skip to content

Commit

Permalink
refactor(upload): increase graphql version
Browse files Browse the repository at this point in the history
  • Loading branch information
effektivnayarabota1 committed Sep 17, 2024
1 parent 675f497 commit fa9bd35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@atls/react-upload",
"version": "0.0.3",
"version": "0.1.0",
"license": "BSD-3-Clause",
"main": "src/index.ts",
Expand All @@ -19,7 +18,7 @@
},
"devDependencies": {
"@types/react": "18.3.6",
"graphql": "^16.3.0",
"graphql": "16.9.0",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ __metadata:
dependencies:
"@atls/react-app-links": "workspace:0.0.2"
"@types/react": "npm:18.3.6"
graphql: "npm:^16.3.0"
graphql: "npm:16.9.0"
graphql-request: "npm:^4.0.0"
react: "npm:^18.2.0"
peerDependencies:
Expand Down Expand Up @@ -4743,7 +4743,7 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^16.3.0":
"graphql@npm:16.9.0":
version: 16.9.0
resolution: "graphql@npm:16.9.0"
checksum: 10/5833f82bb6c31bec120bbf9cd400eda873e1bb7ef5c17974fa262cd82dc68728fda5d4cb859dc8aaa4c4fe4f6fe1103a9c47efc01a12c02ae5cb581d8e4029e2
Expand Down

0 comments on commit fa9bd35

Please sign in to comment.