From bee8af8af11e2e7613eb19fc505fc4d69910dfc3 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Sun, 4 Aug 2019 12:31:05 +0800 Subject: [PATCH] html: preact 8.5.0 --- html/package.json | 2 +- html/yarn.lock | 8 ++++---- src/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/html/package.json b/html/package.json index 63b8b6e..52b0363 100644 --- a/html/package.json +++ b/html/package.json @@ -60,7 +60,7 @@ "dependencies": { "backoff": "^2.5.0", "decko": "^1.2.0", - "preact": "^8.4.2", + "preact": "^8.5.0", "xterm": "^3.14.5", "xterm-addon-fit": "^0.1.0-beta1", "xterm-addon-web-links": "^0.1.0-beta10", diff --git a/html/yarn.lock b/html/yarn.lock index 5e360ee..7423678 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -6577,10 +6577,10 @@ postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.6, postcss@^7.0. source-map "^0.6.1" supports-color "^6.1.0" -preact@^8.4.2: - version "8.4.2" - resolved "https://registry.yarnpkg.com/preact/-/preact-8.4.2.tgz#1263b974a17d1ea80b66590e41ef786ced5d6a23" - integrity sha512-TsINETWiisfB6RTk0wh3/mvxbGRvx+ljeBccZ4Z6MPFKgu/KFGyf2Bmw3Z/jlXhL5JlNKY6QAbA9PVyzIy9//A== +preact@^8.5.0: + version "8.5.0" + resolved "https://registry.yarnpkg.com/preact/-/preact-8.5.0.tgz#05690de3af035cd8ad393e8b4057b8ab29aedee1" + integrity sha512-S2OOz+lRjfbqDbV5LOIcJ6yfYvshDtKvvsMwaFW84wuw4HtFUYH67T+hnWhdCDYtW8BfmyIg9utz16s6U80HbA== precond@0.2: version "0.2.3" diff --git a/src/index.html b/src/index.html index 9aa8fb1..c64bed0 100644 --- a/src/index.html +++ b/src/index.html @@ -1 +1 @@ -ttyd - Terminal \ No newline at end of file +ttyd - Terminal \ No newline at end of file -- 2.43.4