Skip to content

Commit

Permalink
build(deps-dev): upgrade e2e templates' dependencies (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Oct 11, 2020
1 parent 49b4bf0 commit f5b0a62
Show file tree
Hide file tree
Showing 18 changed files with 4,615 additions and 4,444 deletions.
8 changes: 4 additions & 4 deletions e2e/__external-repos__/custom-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/jquery": "^3.5.1",
"jest": "^26.4.2",
"@types/jest": "^26.0.14",
"@types/jquery": "^3.5.2",
"jest": "^26.5.2",
"jquery": "^3.5.1",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"wantedDependencies": {
"jquery": "latest",
Expand Down
718 changes: 363 additions & 355 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions e2e/__external-repos__/path-mapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@types/jest": "26.x",
"jest": "26.x",
"ts-jest": "26.x",
"typescript": "~4.0.2"
"@types/jest": "^26.0.14",
"jest": "^26.5.2",
"typescript": "^4.0.3"
},
"wantedDependencies": {
"@types/jest": "latest",
"jest": "latest",
"typescript": "latest"
},
"scripts": {
"test": "jest"
Expand Down
753 changes: 361 additions & 392 deletions e2e/__external-repos__/path-mapping/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions e2e/__external-repos__/simple-project-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.159",
"jest": "^26.4.2",
"typescript": "^4.0.2"
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.162",
"jest": "^26.5.2",
"typescript": "^4.0.3"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down

0 comments on commit f5b0a62

Please sign in to comment.