Update npm packages.

This commit is contained in:
Yang
2020-12-25 00:11:45 +11:00
parent d4b3926c7d
commit 308aa234e1
2 changed files with 2842 additions and 341 deletions
+2837 -336
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -23,22 +23,22 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/tool-cache": "^1.6.0",
"@actions/tool-cache": "^1.6.1",
"minimist": "^1.2.5"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^12.19.3",
"@types/node": "^12.19.11",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^25.5.4",
"eslint-plugin-prettier": "^3.3.0",
"jest": "^26.6.3",
"jest-circus": "^25.5.4",
"prettier": "^1.19.1",
"ts-jest": "^26.4.3",
"ts-jest": "^26.4.4",
"typescript": "^3.9.7"
}
}