update 0.11.10

This commit is contained in:
hufeixiong
2022-01-21 13:43:57 +08:00
parent 4ef294ea8b
commit e93e98d0a1
14 changed files with 154 additions and 86 deletions

View File

@@ -28,7 +28,7 @@
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"tslib": "^2.1.0",
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},
"husky": {
"hooks": {
@@ -41,5 +41,10 @@
"git add ."
]
},
"dependencies": {}
"dependencies": {},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.11.1",
"**/@typescript-eslint/parser": "^4.11.1",
"**/typescript": "^4.1.3"
}
}