implement format on save

This commit is contained in:
Kyle Corbitt
2023-07-14 12:33:57 -07:00
parent 0371dacfca
commit a20f81939d
4 changed files with 49 additions and 13 deletions

22
pnpm-lock.yaml generated
View File

@@ -22,7 +22,7 @@ dependencies:
version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.6)(react@18.2.0)
'@monaco-editor/loader':
specifier: ^1.3.3
version: 1.3.3(monaco-editor@0.39.0)
version: 1.3.3(monaco-editor@0.40.0)
'@next-auth/prisma-adapter':
specifier: ^1.0.5
version: 1.0.5(@prisma/client@4.14.0)(next-auth@4.22.1)
@@ -107,6 +107,9 @@ dependencies:
posthog-js:
specifier: ^1.68.4
version: 1.68.4
prettier:
specifier: ^3.0.0
version: 3.0.0
react:
specifier: 18.2.0
version: 18.2.0
@@ -190,12 +193,12 @@ devDependencies:
eslint-plugin-unused-imports:
specifier: ^2.0.0
version: 2.0.0(@typescript-eslint/eslint-plugin@5.59.6)(eslint@8.40.0)
monaco-editor:
specifier: ^0.40.0
version: 0.40.0
openapi-typescript:
specifier: ^6.3.4
version: 6.3.4
prettier:
specifier: ^3.0.0
version: 3.0.0
prisma:
specifier: ^4.14.0
version: 4.14.0
@@ -2029,12 +2032,12 @@ packages:
'@jridgewell/sourcemap-codec': 1.4.14
dev: true
/@monaco-editor/loader@1.3.3(monaco-editor@0.39.0):
/@monaco-editor/loader@1.3.3(monaco-editor@0.40.0):
resolution: {integrity: sha512-6KKF4CTzcJiS8BJwtxtfyYt9shBiEv32ateQ9T4UVogwn4HM/uPo9iJd2Dmbkpz8CM6Y0PDUpjnZzCwC+eYo2Q==}
peerDependencies:
monaco-editor: '>= 0.21.0 < 1'
dependencies:
monaco-editor: 0.39.0
monaco-editor: 0.40.0
state-local: 1.0.7
dev: false
@@ -5135,9 +5138,8 @@ packages:
ufo: 1.1.2
dev: true
/monaco-editor@0.39.0:
resolution: {integrity: sha512-zhbZ2Nx93tLR8aJmL2zI1mhJpsl87HMebNBM6R8z4pLfs8pj604pIVIVwyF1TivcfNtIPpMXL+nb3DsBmE/x6Q==}
dev: false
/monaco-editor@0.40.0:
resolution: {integrity: sha512-1wymccLEuFSMBvCk/jT1YDW/GuxMLYwnFwF9CDyYCxoTw2Pt379J3FUhwy9c43j51JdcxVPjwk0jm0EVDsBS2g==}
/ms@2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
@@ -5637,7 +5639,7 @@ packages:
resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==}
engines: {node: '>=14'}
hasBin: true
dev: true
dev: false
/pretty-format@29.6.1:
resolution: {integrity: sha512-7jRj+yXO0W7e4/tSJKoR7HRIHLPPjtNaUGG2xxKQnGvPNRkgWcQ0AZX6P4KBRJN4FcTBWb3sa7DVUJmocYuoog==}