Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fjodor-rybakov committed Jul 5, 2023
1 parent ec62594 commit b827bc4
Show file tree
Hide file tree
Showing 21 changed files with 6,296 additions and 11,871 deletions.
14 changes: 5 additions & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf",
"importOrder": ["^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"importOrderParserPlugins": ["typescript", "decorators-legacy"]
}
{
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf"
}
27 changes: 13 additions & 14 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"npmClient": "npm",
"packages": [
"packages/*",
"packages/sample/*"
],
"command": {
"bootstrap": {
"hoist": true
}
},
"useWorkspaces": true,
"version": "independent"
}
{
"npmClient": "npm",
"packages": [
"packages/*",
"packages/sample/*"
],
"command": {
"bootstrap": {
"hoist": true
}
},
"version": "independent"
}
Loading

0 comments on commit b827bc4

Please sign in to comment.