Update dependencies

This commit is contained in:
Johannes Loher 2021-03-07 20:32:45 +01:00
parent dcf6579c53
commit 6035ed8192
2 changed files with 37 additions and 18 deletions

View file

@ -44,7 +44,7 @@
"postinstall": "husky install"
},
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^0.7.9-0",
"@league-of-foundry-developers/foundry-vtt-types": "^0.7.9-1",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.16.1",
@ -64,8 +64,8 @@
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3",
"yargs": "^16.2.0"
},
"husky": {