Skip to content

Commit

Permalink
πŸ“¦ Update devDependencies (major) (#863)
Browse files Browse the repository at this point in the history
* πŸ“¦ Update devDependencies

* Set `trailingComma: es5` for backwards compatibility

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rozenberg <rodaniel@google.com>
  • Loading branch information
renovate[bot] and danielrozenberg authored Jul 11, 2023
1 parent ea4aec6 commit b48d009
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 506 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"bracketSpacing": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}
Loading

0 comments on commit b48d009

Please sign in to comment.