Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2020
1 parent 21417f7 commit 64942f3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/acephei/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"node": "12.x"
},
"devDependencies": {
"typescript": "3.9.7"
"typescript": "4.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/acephei/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"concurrently": "4.1.2",
"nodemon": "2.0.4",
"react": "16.13.1",
"typescript": "3.9.7"
"typescript": "4.0.2"
},
"nodemonConfig": {
"watch": [
Expand Down
2 changes: 1 addition & 1 deletion examples/acephei/services/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"node": "12.x"
},
"devDependencies": {
"typescript": "3.9.7"
"typescript": "4.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/acephei/services/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"node": "12.x"
},
"devDependencies": {
"typescript": "3.9.7"
"typescript": "4.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/acephei/services/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"node": "12.x"
},
"devDependencies": {
"typescript": "3.9.7"
"typescript": "4.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/acephei/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"node": "12.x"
},
"devDependencies": {
"typescript": "3.9.7"
"typescript": "4.0.2"
}
}
6 changes: 3 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 @@ -127,7 +127,7 @@
"supertest": "4.0.2",
"test-listen": "1.1.0",
"ts-jest": "26.3.0",
"typescript": "3.9.7",
"typescript": "4.0.2",
"winston": "3.3.3",
"winston-transport": "4.4.0",
"ws": "6.2.1"
Expand Down

0 comments on commit 64942f3

Please sign in to comment.