-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(nx): update dependencies (#1711)
* build(nx): update husky and conventional-changelog-cli to latest version * build(nx): update react and react-dom update react and react-dom to 16.9.0 update @types/react to 16.9.1 * build(nx): update graphviz to 0.0.9 * build(nx): update express 4.17.1 and @types/express to 4.17.0 * build(nx): update cypress to 3.4.1
- Loading branch information
1 parent
a9a1f66
commit ff1de5b
Showing
5 changed files
with
136 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const nxVersion = '*'; | ||
export const cypressVersion = '3.4.0'; | ||
export const cypressVersion = '3.4.1'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export const nxVersion = '*'; | ||
|
||
export const expressVersion = '4.16.3'; | ||
export const expressTypingsVersion = '4.16.0'; | ||
export const expressVersion = '4.17.1'; | ||
export const expressTypingsVersion = '4.17.0'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.