mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
update packages
This commit is contained in:
parent
646126d8e0
commit
88158d16b2
18
package.json
18
package.json
@ -16,11 +16,10 @@
|
||||
"chalk": "^5.3.0",
|
||||
"compression": "^1.7.4",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"debug": "^4.3.6",
|
||||
"errorhandler": "^1.5.1",
|
||||
"express": "^4.19.2",
|
||||
"express": "^4.21.0",
|
||||
"helmet": "^7.1.0",
|
||||
"indexeddb-export-import": "^2.1.5",
|
||||
"jquery": "^3.7.1",
|
||||
"morgan": "^1.10.0",
|
||||
"pako": "^2.1.0",
|
||||
"semver": "^7.6.3",
|
||||
@ -29,25 +28,26 @@
|
||||
"devDependencies": {
|
||||
"@tsconfig/bun": "^1.0.7",
|
||||
"@tsconfig/strictest": "^2.0.5",
|
||||
"@types/bun": "^1.1.8",
|
||||
"@types/bun": "^1.1.9",
|
||||
"@types/compression": "^1.7.5",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/errorhandler": "^1.5.3",
|
||||
"@types/eslint-config-prettier": "^6.11.3",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/html-minifier": "^4.0.5",
|
||||
"@types/jquery": "^3.5.30",
|
||||
"@types/morgan": "^1.9.9",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@types/semver": "^7.5.8",
|
||||
"@types/serve-favicon": "^2.5.7",
|
||||
"eslint": "^9.9.1",
|
||||
"debug": "^4.3.7",
|
||||
"errorhandler": "^1.5.1",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"javascript-obfuscator": "^4.1.1",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript-eslint": "^8.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.5.4"
|
||||
"typescript": "^5.6.2",
|
||||
"typescript-eslint": "^8.5.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
import $ from 'jquery';
|
||||
import { gt, coerce } from 'semver';
|
||||
import { inflate, deflate } from 'pako';
|
||||
// @ts-expect-error
|
||||
|
Loading…
x
Reference in New Issue
Block a user