Update dependencies

This commit is contained in:
Bill 2022-03-02 19:12:39 -05:00
parent 2fc62ef718
commit 185192202d
3 changed files with 1218 additions and 2024 deletions

2396
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,18 +21,18 @@
"postinstall": "node ./post-install.js"
},
"dependencies": {
"@pixi/canvas-renderer": "^6.2.0",
"@pixi/extract": "^6.2.0",
"@pixi/canvas-renderer": "^6.2.2",
"@pixi/extract": "^6.2.2",
"@pixi/filter-adjustment": "^4.1.3",
"@pixi/tilemap": "^3.2.2",
"pako": "^2.0.4",
"pixi.js": "^6.2.0"
"pixi.js": "^6.2.2"
},
"devDependencies": {
"@types/pako": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"@types/pako": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"tslib": "^2.3.1",
"typescript": "~4.4.4"
}

832
yarn.lock

File diff suppressed because it is too large Load Diff