Bump dependencies

This commit is contained in:
svartalf 2020-06-06 11:46:44 +03:00
parent d64d910352
commit b7b99ee70c
3 changed files with 2560 additions and 1181 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

3721
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,24 +31,24 @@
"url": "https://github.com/actions-rs/cargo/issues"
},
"dependencies": {
"@actions-rs/core": "0.0.9",
"@actions/core": "^1.2.3",
"@actions-rs/core": "0.1.3",
"@actions/core": "^1.2.4",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@types/node": "^14.0.11",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^6.8.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^25.5.4",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"npm-check-updates": "^6.0.1",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"typescript": "^3.9.3"
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
}
}