mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 08:32:34 +00:00
Upgrade dependencies and clean up package config (#63)
This commit is contained in:
parent
c8ed59d824
commit
ccd38093bb
8 changed files with 854 additions and 179 deletions
14
package.json
14
package.json
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"name": "setup-terraform",
|
||||
"version": "1.0.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Setup Terraform CLI for GitHub Actions",
|
||||
"license": "MPL-2.0",
|
||||
"publisher": "hashicorp",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage",
|
||||
|
|
@ -12,16 +14,16 @@
|
|||
"keywords": [],
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.3",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^2.1.1",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.3.3",
|
||||
"node-fetch": "^2.6.0",
|
||||
"semver": "^7.1.3"
|
||||
"@actions/tool-cache": "^1.6.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"semver": "^7.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "0.22.1",
|
||||
"husky": "^4.2.3",
|
||||
"husky": "^4.3.0",
|
||||
"jest": "^25.2.4",
|
||||
"nock": "^12.0.3",
|
||||
"semistandard": "^14.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue