build: update deps

This commit is contained in:
marocchino 2019-11-21 09:44:21 +09:00
parent cce71e2a2d
commit 29d48cbb29
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
3 changed files with 862 additions and 925 deletions

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
nodejs 12.13.0

1771
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,14 +20,15 @@
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0"
"@actions/core": "^1.2.0",
"@actions/github": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
"@types/jest": "^24.0.23",
"@types/node": "^12.12.11",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
}
}