Skip to content

Commit c8d3d42

Browse files
committed
Updates Project Dependencies
This commit updates project dependencies to their latest versions. This commit also updates applicable dependency requiremetns to account for breaking changes. Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
1 parent 49012d8 commit c8d3d42

File tree

6 files changed

+296
-214
lines changed

6 files changed

+296
-214
lines changed

.prettierrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
module.exports = {
22
singleQuote: true,
3-
tabWidth: 2
3+
tabWidth: 2,
4+
arrowParens: 'avoid',
5+
trailingComma: 'none'
46
};

0 commit comments

Comments
 (0)