upgrade blitz@0.41.2-canary.4 and replace deprecated jsxBracketSameLine prettier config

This commit is contained in:
m5r 2021-10-22 00:22:21 +02:00
parent a4ac0384c2
commit c9f8eab97f
2 changed files with 799 additions and 1035 deletions

1830
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"tabWidth": 4, "tabWidth": 4,
"printWidth": 120, "printWidth": 120,
"trailingComma": "all", "trailingComma": "all",
"jsxBracketSameLine": false, "bracketSameLine": false,
"quoteProps": "as-needed", "quoteProps": "as-needed",
"singleQuote": false "singleQuote": false
}, },
@ -50,7 +50,7 @@
"@twilio/voice-sdk": "2.0.1", "@twilio/voice-sdk": "2.0.1",
"awesome-phonenumber": "2.64.0", "awesome-phonenumber": "2.64.0",
"aws-sdk": "2.1009.0", "aws-sdk": "2.1009.0",
"blitz": "0.41.1", "blitz": "0.41.2-canary.4",
"clsx": "1.1.1", "clsx": "1.1.1",
"got": "11.8.2", "got": "11.8.2",
"jotai": "1.4.0", "jotai": "1.4.0",