-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Nest.js and other dependencies (#324)
* Fix package locks * Update nestjs * Update typescript * Update jest and other dependencies * Update to node 14 * Remove jest electron runner * Upgrade eslint and prettier, fix lint issues
- Loading branch information
Showing
68 changed files
with
85,731 additions
and
113,254 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 +1 @@ | ||
12 | ||
14 |
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,11 +1,11 @@ | ||
{ | ||
"printWidth": 120, | ||
"semi": true, | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"tabWidth": 4, | ||
"arrowParens": "always", | ||
"trailingComma": "all", | ||
"bracketSpacing": false, | ||
"endOfLine": "lf" | ||
"printWidth": 120, | ||
"semi": true, | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"tabWidth": 4, | ||
"arrowParens": "always", | ||
"trailingComma": "all", | ||
"bracketSpacing": false, | ||
"endOfLine": "lf" | ||
} |
Oops, something went wrong.