Skip to content

Commit

Permalink
Update dependency ts-node to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 31, 2021
1 parent 6493afe commit 98e2e74
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
34 changes: 31 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lib-tools": "^2.0.4",
"prettier": "^2.3.0",
"protractor": "~7.0.0",
"ts-node": "^9.1.1",
"ts-node": "^10.0.0",
"tsickle": "^0.39.1",
"typescript": "4.1.5",
"zone.js": "^0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion samples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/compiler-cli": "^11.2.14",
"@angular/language-service": "^11.2.14",
"@types/node": "^14.17.1",
"ts-node": "~9.1.1",
"ts-node": "~10.0.0",
"typescript": "~4.1.5"
}
}

0 comments on commit 98e2e74

Please sign in to comment.