Skip to content

Commit

Permalink
yarn resolutions does not work with tags?
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Feb 25, 2021
1 parent 5c6004f commit 7bc8e42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"patch-package": "6.2.2",
"@ardatan/bob-the-bundler": "1.2.2",
"@changesets/cli": "2.14.0",
"@types/jest": "26.0.20",
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"@ardatan/bob-the-bundler": "1.2.2",
"concurrently": "6.0.0",
"eslint": "7.20.0",
"eslint-config-prettier": "8.1.0",
Expand All @@ -56,13 +55,14 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "5.0.0",
"graphql": "experimental-stream-defer",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "1.2.3",
"graphql-subscriptions": "1.2.0",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"nock": "13.0.8",
"patch-package": "6.2.2",
"prettier": "2.2.1",
"ts-jest": "26.5.2",
"typedoc": "0.20.28",
Expand Down Expand Up @@ -93,7 +93,7 @@
]
},
"resolutions": {
"graphql": "experimental-stream-defer",
"graphql": "15.4.0-experimental-stream-defer.1",
"@changesets/apply-release-plan": "4.0.0"
}
}
16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7890,19 +7890,7 @@ graphql-ws@4.2.0:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.2.0.tgz#dfb8e355d3a226672ec682ea517b64e9e7e006a3"
integrity sha512-tPdRAFfl9Ypx+evsSYFa3nTGVcSKKaOMhTlOD7eEbiMpsb2hi6XJeSyenrH/hgf5+Q3v3GV6aZ9R/UEjakl7eQ==

graphql@^14.5.3:
version "14.7.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
dependencies:
iterall "^1.2.2"

graphql@^15.3.0:
version "15.4.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347"
integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==

graphql@experimental-stream-defer:
graphql@15.4.0-experimental-stream-defer.1, graphql@^14.5.3, graphql@^15.3.0:
version "15.4.0-experimental-stream-defer.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0-experimental-stream-defer.1.tgz#46ae3fd2b532284575e7ddcf6c4f08aa7fe53fa3"
integrity sha512-zlGgY7aLlIofjO0CfTpCYK/tMccnj+5jvjnkTnW5qOxYhgEltuCvpMNYOJ67gz6L1flTIigt5BVEM8JExgtW3w==
Expand Down Expand Up @@ -9144,7 +9132,7 @@ istanbul-reports@^3.0.2:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

iterall@^1.2.2, iterall@^1.3.0:
iterall@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
Expand Down

0 comments on commit 7bc8e42

Please sign in to comment.