Skip to content

Commit

Permalink
test(e2e): upgrade e2e dependencies (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jul 21, 2020
1 parent 10b1db3 commit d8367db
Show file tree
Hide file tree
Showing 16 changed files with 473 additions and 635 deletions.
4 changes: 2 additions & 2 deletions e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -5,11 +5,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/jest": "^26.0.5",
"@types/jquery": "^3.5.0",
"jest": "^26.1.0",
"jquery": "^3.5.1",
"typescript": "^3.9.6"
"typescript": "^3.9.7"
},
"wantedDependencies": {
"jquery": "latest",
Expand Down
16 changes: 8 additions & 8 deletions e2e/__external-repos__/custom-typings/yarn.lock
Expand Up @@ -547,10 +547,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest@^26.0.3":
version "26.0.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==
"@types/jest@^26.0.5":
version "26.0.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d"
integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand Down Expand Up @@ -3382,10 +3382,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^3.9.6:
version "3.9.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
typescript@^3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

union-value@^1.0.0:
version "1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions e2e/__external-repos__/simple-project-references/package.json
Expand Up @@ -4,10 +4,10 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/jest": "^26.0.5",
"@types/lodash": "^4.14.157",
"jest": "^26.1.0",
"typescript": "^3.9.6"
"typescript": "^3.9.7"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down
16 changes: 8 additions & 8 deletions e2e/__external-repos__/simple-project-references/yarn.lock
Expand Up @@ -547,10 +547,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest@^26.0.3":
version "26.0.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==
"@types/jest@^26.0.5":
version "26.0.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d"
integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand Down Expand Up @@ -3370,10 +3370,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^3.9.6:
version "3.9.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
typescript@^3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

union-value@^1.0.0:
version "1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions e2e/__external-repos__/simple/with-dependency/package.json
Expand Up @@ -36,10 +36,10 @@
}
},
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/jest": "^26.0.5",
"dependency": "file:../dependency",
"jest": "^26.1.0",
"typescript": "^3.9.6"
"typescript": "^3.9.7"
},
"wantedDependencies": {
"typescript": "latest",
Expand Down
16 changes: 8 additions & 8 deletions e2e/__external-repos__/simple/with-dependency/yarn.lock
Expand Up @@ -547,10 +547,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest@^26.0.3":
version "26.0.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==
"@types/jest@^26.0.5":
version "26.0.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d"
integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand Down Expand Up @@ -3368,10 +3368,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^3.9.6:
version "3.9.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
typescript@^3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

union-value@^1.0.0:
version "1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions e2e/__external-repos__/yarn-workspace-composite/package.json
Expand Up @@ -9,9 +9,9 @@
"test": "jest --no-cache"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/jest": "^26.0.5",
"jest": "^26.1.0",
"typescript": "^3.9.6"
"typescript": "^3.9.7"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down
16 changes: 8 additions & 8 deletions e2e/__external-repos__/yarn-workspace-composite/yarn.lock
Expand Up @@ -547,10 +547,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest@^26.0.3":
version "26.0.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==
"@types/jest@^26.0.5":
version "26.0.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d"
integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand Down Expand Up @@ -3370,10 +3370,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^3.9.6:
version "3.9.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
typescript@^3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

union-value@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit d8367db

Please sign in to comment.