Skip to content

Commit

Permalink
make demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Sep 15, 2023
1 parent c4a7368 commit 2743a9e
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 87 deletions.
153 changes: 77 additions & 76 deletions demo/package-lock.json

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

22 changes: 11 additions & 11 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/wicg-file-system-access": "^2020.9.6",
"@types/ws": "^8.5.5",
"ts-node": "^10.9.1",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "~4.4.9"
},
"enabledApiProposals": [
Expand All @@ -30,17 +30,17 @@
"ansi-colors": "^4.1.3",
"dockerode": "^3.3.5",
"express": "^4.18.2",
"monaco-editor": "^0.41.0",
"monaco-editor": "^0.43.0",
"vscode": "file:../",
"vscode-oniguruma": "~1.7.0",
"ws": "^8.13.0",
"xterm": "5.2.1",
"xterm-addon-canvas": "0.4.0",
"xterm-addon-image": "0.4.2",
"xterm-addon-search": "0.12.0",
"xterm-addon-serialize": "0.10.0",
"xterm-addon-unicode11": "0.5.0",
"xterm-addon-webgl": "0.15.0"
"vscode-oniguruma": "~2.0.0",
"ws": "^8.14.1",
"xterm": "5.3.0",
"xterm-addon-canvas": "0.5.0",
"xterm-addon-image": "0.5.0",
"xterm-addon-search": "0.13.0",
"xterm-addon-serialize": "0.11.0",
"xterm-addon-unicode11": "0.6.0",
"xterm-addon-webgl": "0.16.0"
},
"volta": {
"node": "18.14.2",
Expand Down

0 comments on commit 2743a9e

Please sign in to comment.