mirror of
https://github.com/actions/labeler.git
synced 2026-01-16 10:37:30 +08:00
Use lodash's isEqual
This commit is contained in:
@@ -28,11 +28,13 @@
|
||||
"@actions/github": "^5.1.1",
|
||||
"@octokit/plugin-retry": "^5.0.5",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"minimatch": "^9.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/lodash.isequal": "^4.5.6",
|
||||
"@types/minimatch": "^5.1.2",
|
||||
"@types/node": "^16.11.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
||||
|
||||
Reference in New Issue
Block a user