Skip to content

Commit

Permalink
fix(deps): upgrading out of date deps (#836)
Browse files Browse the repository at this point in the history
* chore(deps): upgrading out of date deps

* ci: try installing npm@7

* chore(deps): another bump

* chore: try backfilling peerdep instead

---------

Co-authored-by: Kanad Gupta <git@kanad.dev>
  • Loading branch information
erunion and kanadgupta authored Jul 5, 2023
1 parent 4467d25 commit 8600554
Show file tree
Hide file tree
Showing 3 changed files with 1,928 additions and 1,503 deletions.
12 changes: 12 additions & 0 deletions __tests__/helpers/github-workflow-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,18 @@
],
"minItems": 3,
"additionalItems": { "type": "string" }
},
{
"items": [{ "const": "linux" }],
"minItems": 2,
"maxItems": 2,
"additionalItems": { "type": "string" }
},
{
"items": [{ "const": "windows" }],
"minItems": 2,
"maxItems": 2,
"additionalItems": { "type": "string" }
}
]
},
Expand Down
Loading

0 comments on commit 8600554

Please sign in to comment.