chore: upgrade dependencies (#7822)

This commit is contained in:
Joshua Chen 2022-07-23 22:26:48 +08:00 committed by GitHub
parent 7489f8729a
commit 960637a090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1368 additions and 1215 deletions

View file

@ -21,11 +21,11 @@
"build": "tsc"
},
"dependencies": {
"@typescript-eslint/utils": "^5.30.6",
"@typescript-eslint/utils": "^5.30.7",
"tslib": "^2.4.0"
},
"devDependencies": {
"eslint-plugin-eslint-plugin": "^4.4.0"
"eslint-plugin-eslint-plugin": "^5.0.1"
},
"peerDependencies": {
"eslint": ">=6"