Skip to content

Commit

Permalink
test: update e2e templates' dependencies (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored May 2, 2020
1 parent 0bb98c1 commit 8d46feb
Show file tree
Hide file tree
Showing 9 changed files with 1,620 additions and 1,408 deletions.
724 changes: 380 additions & 344 deletions e2e/__templates__/default/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__templates__/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@types/jest": "25.2.1",
"@types/node": "12.12.36",
"jest": "25.4.0",
"@types/node": "12.12.37",
"jest": "25.5.4",
"typescript": "3.8.3"
},
"wantedDependencies": {
Expand Down
724 changes: 380 additions & 344 deletions e2e/__templates__/with-babel-7-string-config/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions e2e/__templates__/with-babel-7-string-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.0-tmpl.0",
"private": true,
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@types/jest": "25.2.1",
"@types/node": "12.12.36",
"babel-jest": "25.4.0",
"jest": "25.4.0",
"@types/node": "12.12.37",
"babel-jest": "25.5.1",
"jest": "25.5.4",
"typescript": "3.8.3"
},
"wantedDependencies": {
Expand Down
Loading

0 comments on commit 8d46feb

Please sign in to comment.