Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Unpin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qw-in committed Mar 23, 2020
1 parent 3d79732 commit a51faa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"prepare": "yarn build"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.13.1",
"@graphql-codegen/visitor-plugin-common": "1.13.1",
"@graphql-codegen/plugin-helpers": "^1.13.1",
"@graphql-codegen/visitor-plugin-common": "^1.13.1",
"change-case": "4.1.1",
"dependency-graph": "0.9.0"
},
"peerDependencies": {
"@graphql-codegen/cli": "^1.13.0",
"@graphql-codegen/cli": "^1.13.1",
"graphql": "^14.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@
"@graphql-toolkit/schema-merging" "0.9.9"
tslib "1.11.1"

"@graphql-codegen/[email protected]":
"@graphql-codegen/[email protected]", "@graphql-codegen/plugin-helpers@^1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.13.1.tgz#83291f758a1bcb9c63fa3293c7b09d38bb1427f3"
integrity sha512-75GkqYnpt79hHxnVNSaVn9ESHB2ORglTcJWfnKKuO5e6/IbW/TsMB9OR683W6Y9c+nZLmwrVJVCVYLckST+1EA==
Expand All @@ -1143,7 +1143,7 @@
open "7.0.3"
tslib "1.11.1"

"@graphql-codegen/[email protected]":
"@graphql-codegen/visitor-plugin-common@^1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.13.1.tgz#f06a071d60b7c1645aa79429731420bca5e45cbb"
integrity sha512-ZdWuONFqDWmYuNVmgSiwDk39Pwp8UEnkd9dhceZ46cOyp8sfB9UPcSZg+Sq7Ku0zam9B2pWpUlr6gLadnbzEFQ==
Expand Down

0 comments on commit a51faa0

Please sign in to comment.