chore: update dependencies

This commit is contained in:
actions-bot
2021-04-01 01:27:51 +00:00
committed by GitHub
parent a5a2b94bf3
commit 9aa16a4f71
2 changed files with 130 additions and 41 deletions

View File

@@ -31,18 +31,18 @@
"node-fetch": "2.6.1"
},
"devDependencies": {
"@types/jest": "26.0.20",
"@types/node": "14.14.33",
"@typescript-eslint/parser": "4.17.0",
"@types/jest": "26.0.22",
"@types/node": "14.14.37",
"@typescript-eslint/parser": "4.20.0",
"@vercel/ncc": "0.27.0",
"eslint": "7.21.0",
"eslint": "7.23.0",
"eslint-plugin-github": "4.1.2",
"eslint-plugin-jest": "24.2.1",
"eslint-plugin-jest": "24.3.2",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"js-yaml": "4.0.0",
"prettier": "2.2.1",
"ts-jest": "26.5.3",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
}
}