Use lodash's isEqual

This commit is contained in:
Nikolai Laevskii
2023-10-04 11:23:34 +02:00
parent 27ee87f076
commit df65a7144a
7 changed files with 1980 additions and 25 deletions

View File

@@ -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",