chore: update dependencies

This commit is contained in:
actions-bot
2021-03-11 01:42:17 +00:00
committed by GitHub
parent 9627b85954
commit 97e5f46ce8
2 changed files with 265 additions and 278 deletions

View File

@@ -32,17 +32,17 @@
},
"devDependencies": {
"@types/jest": "26.0.20",
"@types/node": "14.14.31",
"@typescript-eslint/parser": "4.15.2",
"@types/node": "14.14.33",
"@typescript-eslint/parser": "4.17.0",
"@vercel/ncc": "0.27.0",
"eslint": "7.20.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.1.5",
"eslint": "7.21.0",
"eslint-plugin-github": "4.1.2",
"eslint-plugin-jest": "24.2.1",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"js-yaml": "4.0.0",
"prettier": "2.2.1",
"ts-jest": "26.5.2",
"typescript": "4.2.2"
"ts-jest": "26.5.3",
"typescript": "4.2.3"
}
}