Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.5.5 (#1124)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 28, 2022
1 parent d5bb275 commit 34c4b7b
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 704 deletions.
2 changes: 1 addition & 1 deletion examples/custom-webpack/full-cycle-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"karma-jasmine-html-reporter": "1.7.0",
"puppeteer": "13.1.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
}
}
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"karma-jasmine-html-reporter": "1.7.0",
"puppeteer": "13.1.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
}
}
2 changes: 1 addition & 1 deletion examples/jest/multiple-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"jest": "27.4.7",
"ng-packagr": "13.2.0",
"ts-node": "10.4.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
}
}
2 changes: 1 addition & 1 deletion examples/jest/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"jest": "27.4.7",
"jest-junit": "13.0.0",
"ts-node": "10.4.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
}
}
2 changes: 1 addition & 1 deletion examples/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"ts-node": "10.4.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
}
}
Loading

0 comments on commit 34c4b7b

Please sign in to comment.