mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 04:46:22 +00:00
build: update deps
This commit is contained in:
parent
cce71e2a2d
commit
29d48cbb29
3 changed files with 862 additions and 925 deletions
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
nodejs 12.13.0
|
||||||
1771
package-lock.json
generated
1771
package-lock.json
generated
File diff suppressed because it is too large
Load diff
15
package.json
15
package.json
|
|
@ -20,14 +20,15 @@
|
||||||
"author": "YourNameOrOrganization",
|
"author": "YourNameOrOrganization",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.0.0"
|
"@actions/core": "^1.2.0",
|
||||||
|
"@actions/github": "^1.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^24.0.13",
|
"@types/jest": "^24.0.23",
|
||||||
"@types/node": "^12.0.4",
|
"@types/node": "^12.12.11",
|
||||||
"jest": "^24.8.0",
|
"jest": "^24.9.0",
|
||||||
"jest-circus": "^24.7.1",
|
"jest-circus": "^24.9.0",
|
||||||
"ts-jest": "^24.0.2",
|
"ts-jest": "^24.1.0",
|
||||||
"typescript": "^3.5.1"
|
"typescript": "^3.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue