chore(deps): update yarn, typescript, and fvtt types

This commit is contained in:
Johannes Loher 2022-03-20 17:58:21 +01:00
parent 2ce9b9f9e4
commit 09347b18f0
14 changed files with 1429 additions and 1495 deletions

View file

@ -89,11 +89,12 @@
"semver": "7.3.5",
"ts-jest": "27.1.3",
"tslib": "2.3.1",
"typescript": "4.4.4",
"typescript": "4.6.2",
"yargs": "17.4.0"
},
"lint-staged": {
"*.(ts|js|cjs|mjs)": "eslint --cache --fix",
"*.(json|scss|yml)": "prettier --write"
}
},
"packageManager": "yarn@3.2.0"
}