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 Dec 31, 2020
1 parent dbfc77c commit edc5a6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"patch-package": "6.2.2",
"@ardatan/bob-the-bundler": "1.2.2",
"@changesets/cli": "2.12.0",
"@types/jest": "26.0.19",
"@types/node": "14.14.14",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"@ardatan/bob-the-bundler": "1.2.2",
"eslint": "7.15.0",
"eslint-config-prettier": "7.0.0",
"eslint-config-standard": "16.0.2",
Expand All @@ -63,6 +62,7 @@
"jest": "26.6.3",
"lint-staged": "10.5.3",
"nock": "13.0.5",
"patch-package": "6.2.2",
"prettier": "2.2.1",
"ts-jest": "26.4.4",
"typedoc": "0.19.2",
Expand All @@ -88,6 +88,6 @@
"./website"
],
"resolutions": {
"graphql": "experimental-stream-defer"
"graphql": "15.4.0-experimental-stream-defer.1"
}
}
16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7373,19 +7373,7 @@ graphql-ws@3.1.0:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-3.1.0.tgz#cd09d385a21ab88af4c226da79c19351df9b27e8"
integrity sha512-zbex3FSiFz0iRgfkzDNWpOY/sYWoX+iZ5XUhakaDwOh99HSuk8rPt5suuxdXUVzEg5TGQ9rwzNaz/+mTPtS0yg==

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, graphql@experimental-stream-defer:
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 @@ -8637,7 +8625,7 @@ istanbul-reports@^3.0.2:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

iterall@^1.2.1, iterall@^1.2.2:
iterall@^1.2.1:
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 edc5a6a

Please sign in to comment.