Update dependencies

This commit is contained in:
Bill 2022-07-27 12:44:31 -04:00
parent fc7850789c
commit 3deddc713f
2 changed files with 458 additions and 579 deletions

View File

@ -17,7 +17,7 @@
"scripts": {
"build": "tsc",
"start:dev": "ts-node-dev --respawn --transpile-only src/Main.ts",
"start": "yarn start:dev",
"start": "yarn build && node ./dist/Main.js",
"start:bundle": "yarn start --bundle",
"start:extract": "yarn start --extract",
"start:convert-swf": "yarn start --convert-swf"
@ -25,30 +25,29 @@
"dependencies": {
"bytebuffer": "^5.0.1",
"concat-frames": "^1.0.3",
"free-tex-packer-core": "^0.3.2",
"free-tex-packer-core": "^0.3.4",
"jpg-stream": "^1.1.2",
"lzma-purejs": "^0.9.3",
"node-fetch": "^2.6.1",
"ora": "^5.3.0",
"node-fetch": "2.6.1",
"ora": "5.3.0",
"pako": "^2.0.4",
"png-stream": "^1.0.5",
"reflect-metadata": "^0.1.13",
"stream-to-array": "^2.3.0",
"tsyringe": "^4.4.0",
"tsyringe": "^4.7.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/bytebuffer": "^5.0.42",
"@types/node": "^14.14.28",
"@types/node-fetch": "^2.5.8",
"@types/pako": "^1.0.2",
"@types/node": "^18.6.1",
"@types/node-fetch": "^2.6.2",
"@types/pako": "^2.0.0",
"@types/stream-to-array": "^2.3.0",
"@types/xml2js": "^0.4.8",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.5"
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.3.5"
}
}

1008
yarn.lock

File diff suppressed because it is too large Load Diff