mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-19 02:24:20 +01:00
html: update dependencies
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
"files": ["**/*.ts", "**/*.tsx"],
|
"files": ["**/*.ts", "**/*.tsx"],
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"jsxPragma": "h"
|
"jsxPragma": "h"
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"@typescript-eslint/no-duplicate-enum-values": "off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,12 +21,15 @@
|
|||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"css-loader": "^6.8.1",
|
"css-loader": "^6.8.1",
|
||||||
"css-minimizer-webpack-plugin": "^5.0.1",
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
||||||
"eslint": "^8.43.0",
|
"eslint": "^8.50.0",
|
||||||
|
"eslint-plugin-node": "^11.1.0",
|
||||||
|
"eslint-plugin-prettier": "^5.0.0",
|
||||||
"eslint-webpack-plugin": "^4.0.1",
|
"eslint-webpack-plugin": "^4.0.1",
|
||||||
"gts": "^4.0.1",
|
"gts": "^5.0.1",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-clean": "^0.4.0",
|
"gulp-clean": "^0.4.0",
|
||||||
"gulp-gzip": "^1.4.2",
|
"gulp-gzip": "^1.4.2",
|
||||||
@@ -34,16 +37,16 @@
|
|||||||
"gulp-rename": "^2.0.0",
|
"gulp-rename": "^2.0.0",
|
||||||
"html-webpack-plugin": "^5.5.3",
|
"html-webpack-plugin": "^5.5.3",
|
||||||
"mini-css-extract-plugin": "^2.7.6",
|
"mini-css-extract-plugin": "^2.7.6",
|
||||||
"sass": "^1.63.6",
|
"sass": "^1.68.0",
|
||||||
"sass-loader": "^13.3.1",
|
"sass-loader": "^13.3.2",
|
||||||
"scssfmt": "^1.0.7",
|
"scssfmt": "^1.0.7",
|
||||||
"style-loader": "^3.3.3",
|
"style-loader": "^3.3.3",
|
||||||
"terser-webpack-plugin": "^5.3.9",
|
"terser-webpack-plugin": "^5.3.9",
|
||||||
"through2": "^4.0.2",
|
"through2": "^4.0.2",
|
||||||
"ts-loader": "^9.4.3",
|
"ts-loader": "^9.4.4",
|
||||||
"typescript": "^5.1.3",
|
"typescript": "^5.2.2",
|
||||||
"util": "^0.12.5",
|
"util": "^0.12.5",
|
||||||
"webpack": "^5.88.0",
|
"webpack": "^5.88.2",
|
||||||
"webpack-cli": "^5.1.4",
|
"webpack-cli": "^5.1.4",
|
||||||
"webpack-dev-server": "^4.15.1",
|
"webpack-dev-server": "^4.15.1",
|
||||||
"webpack-merge": "^5.9.0"
|
"webpack-merge": "^5.9.0"
|
||||||
@@ -51,19 +54,19 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"decko": "^1.2.0",
|
"decko": "^1.2.0",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"preact": "^10.15.1",
|
"preact": "^10.18.1",
|
||||||
"trzsz": "^1.1.0",
|
"trzsz": "^1.1.1",
|
||||||
"whatwg-fetch": "^3.6.2",
|
"whatwg-fetch": "^3.6.19",
|
||||||
"xterm": "^5.2.1",
|
"xterm": "^5.3.0",
|
||||||
"xterm-addon-canvas": "^0.4.0",
|
"xterm-addon-canvas": "^0.5.0",
|
||||||
"xterm-addon-fit": "^0.7.0",
|
"xterm-addon-fit": "^0.8.0",
|
||||||
"xterm-addon-image": "^0.4.1",
|
"xterm-addon-image": "^0.5.0",
|
||||||
"xterm-addon-web-links": "^0.8.0",
|
"xterm-addon-web-links": "^0.9.0",
|
||||||
"xterm-addon-webgl": "^0.15.0",
|
"xterm-addon-webgl": "^0.16.0",
|
||||||
"zmodem.js": "^0.1.10"
|
"zmodem.js": "^0.1.10"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"zmodem.js@^0.1.10": "patch:zmodem.js@npm%3A0.1.10#./.yarn/patches/zmodem.js-npm-0.1.10-e5537fa2ed.patch"
|
"zmodem.js@^0.1.10": "patch:zmodem.js@npm%3A0.1.10#./.yarn/patches/zmodem.js-npm-0.1.10-e5537fa2ed.patch"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.0"
|
"packageManager": "yarn@3.6.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,10 @@ export class Xterm {
|
|||||||
|
|
||||||
private writeFunc = (data: ArrayBuffer) => this.writeData(new Uint8Array(data));
|
private writeFunc = (data: ArrayBuffer) => this.writeData(new Uint8Array(data));
|
||||||
|
|
||||||
constructor(private options: XtermOptions, private sendCb: () => void) {}
|
constructor(
|
||||||
|
private options: XtermOptions,
|
||||||
|
private sendCb: () => void
|
||||||
|
) {}
|
||||||
|
|
||||||
dispose() {
|
dispose() {
|
||||||
for (const d of this.disposables) {
|
for (const d of this.disposables) {
|
||||||
|
|||||||
935
html/yarn.lock
935
html/yarn.lock
File diff suppressed because it is too large
Load Diff
30185
src/html.h
generated
30185
src/html.h
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user