Skip to content

Commit

Permalink
Merge pull request #43 from matt8707/dev
Browse files Browse the repository at this point in the history
add main view camera
  • Loading branch information
matt8707 authored Dec 30, 2023
2 parents 1e9209d + 39abdb3 commit 057a8c7
Show file tree
Hide file tree
Showing 79 changed files with 799 additions and 308 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"type": "module",
"dependencies": {
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.2",
"@codemirror/language": "^6.9.3",
"@codemirror/commands": "^6.3.3",
"@codemirror/language": "^6.10.0",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/lint": "^6.4.2",
"@codemirror/state": "^6.3.3",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.22.3",
"@codemirror/view": "^6.23.0",
"@fontsource-variable/inter": "^5.0.16",
"@jaames/iro": "^5.5.2",
"codemirror": "^6.0.1",
Expand Down
Loading

0 comments on commit 057a8c7

Please sign in to comment.