mirror of
https://github.com/actions/labeler.git
synced 2026-01-15 18:11:04 +08:00
Make jest-each a devDependency (#611)
* Make `jest-each` a devDependency Change the dependency on `jest-each` from a regular dependency to a development dependency (devDependency) as it is only used in tests. * Remove `jest-each` and use `test-each` instead
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
"@octokit/plugin-retry": "^5.0.5",
|
||||
"jest-each": "^29.6.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"minimatch": "^7.4.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user