mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-22 11:17:07 +00:00
Bump development dependencies (#153)
Bumps [semistandard](https://github.com/standard/semistandard) from 14.2.0 to 16.0.1. - [Release notes](https://github.com/standard/semistandard/releases/tag/v16.0.1) - [Commits](standard/semistandard@v14.2.0...v16.0.1) Bumps [nock](https://github.com/nock/nock) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/nock/nock/releases/tag/v13.2.4) - [Commits](nock/nock@v13.0.11...v13.2.4) Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.5.1. - [Release notes](https://github.com/facebook/jest/releases/tag/v27.5.1) - [Commits](facebook/jest@v26.6.3...v27.5.1) Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.4. - [Release notes](https://github.com/typicode/husky/releases/tag/v7.0.4) - [Commits](typicode/husky@v6.0.0...v7.0.4) Bumps [ncc](https://github.com/vercel/ncc) from 0.28.5 to 0.33.3. - [Release notes](https://github.com/vercel/ncc/releases/tag/0.33.3) - [Commits](vercel/ncc@0.28.5...0.33.3)
This commit is contained in:
parent
96784e4df3
commit
ca6738af70
6 changed files with 5005 additions and 10105 deletions
10
package.json
10
package.json
|
|
@ -26,11 +26,11 @@
|
|||
"@hashicorp/js-releases": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.28.5",
|
||||
"husky": "^6.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"nock": "^13.0.11",
|
||||
"semistandard": "^16.0.0"
|
||||
"@vercel/ncc": "0.33.3",
|
||||
"husky": "^7.0.1",
|
||||
"jest": "^27.5.1",
|
||||
"nock": "^13.2.4",
|
||||
"semistandard": "^16.0.1"
|
||||
},
|
||||
"jest": {
|
||||
"testPathIgnorePatterns": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue