1
0
Fork 0
- @actions/core@1.0.0
 - @actions/exec@1.0.0
 - @actions/github@1.0.0
 - @actions/io@1.0.0
 - @actions/tool-cache@1.0.0
pull/44/head @actions/core@1.0.0
Danny McCormick 2019-08-07 13:33:06 -04:00
parent d7f00ea0fd
commit a40bce7c8d
1 changed files with 6 additions and 6 deletions

View File

@ -32,17 +32,17 @@
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
}, },
"dependencies": { "dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"@actions/io": "^1.0.0",
"semver": "^6.1.0", "semver": "^6.1.0",
"typed-rest-client": "^1.4.0", "typed-rest-client": "^1.4.0",
"uuid": "^3.3.2", "uuid": "^3.3.2"
"@actions/core": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/exec": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"nock": "^10.0.6",
"@types/nock": "^10.0.3", "@types/nock": "^10.0.3",
"@types/semver": "^6.0.0", "@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4" "@types/uuid": "^3.4.4",
"nock": "^10.0.6"
} }
} }