Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into demo-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Apr 15, 2024
2 parents e1fd5a9 + 3ad37a6 commit 498b4d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions apps/devtool/src/app/data-store/_components/CodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const CodeEditor: FC<CodeEditorProps> = ({ value, onChange }) => {
<Editor
height="70vh"
language="json"
options={{
minimap: {
enabled: false
}
}}
value={value}
onChange={(value) => onChange(value)}
onMount={(editor, monaco) => {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@monaco-editor/react": "^4.6.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/bull": "^10.1.0",
"@nestjs/common": "^10.3.1",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.3",
Expand Down

0 comments on commit 498b4d9

Please sign in to comment.