Skip to content

Commit 172cac7

Browse files
committed
Examples: Update npm dependencies
1 parent b304a23 commit 172cac7

File tree

8 files changed

+4129
-7751
lines changed

8 files changed

+4129
-7751
lines changed

examples/1-directly-in-the-browser/package-lock.json

Lines changed: 225 additions & 401 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/1-directly-in-the-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"wasm-webterm": "file:../..",
12-
"xterm": "^5.0.0"
12+
"xterm": "<=4.19.0"
1313
},
1414
"devDependencies": {
1515
"http-server": "^14.1.1"

examples/2-nodejs-with-parcel/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44

55
<!-- import xterm.js stylesheet -->
6-
<link rel="stylesheet" href="../../node_modules/xterm/css/xterm.css" />
6+
<link rel="stylesheet" href="./node_modules/xterm/css/xterm.css" />
77

88
</head>
99
<body>

0 commit comments

Comments
 (0)