Skip to content

Commit

Permalink
Merge pull request #1371 from ahnpnl/upgrade-e2e-templates
Browse files Browse the repository at this point in the history
chore(e2e): update e2e templates, use node12 as latest node type for e2e templates
  • Loading branch information
kulshekhar committed Feb 3, 2020
2 parents cd7f175 + a9b51bc commit 570763e
Show file tree
Hide file tree
Showing 10 changed files with 999 additions and 10,367 deletions.
2,656 changes: 168 additions & 2,488 deletions e2e/__templates__/default/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions e2e/__templates__/default/package.json
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.0-tmpl.0",
"private": true,
"devDependencies": {
"@types/jest": "24.9.0",
"@types/node": "10.17.13",
"@types/jest": "25.1.1",
"@types/node": "12.12.26",
"jest": "25.1.0",
"typescript": "3.7.5"
},
"wantedDependencies": {
"@types/jest": "latest",
"@types/node": "latest",
"@types/node": "12",
"jest": "latest",
"typescript": "latest"
}
Expand Down

0 comments on commit 570763e

Please sign in to comment.