Update memoization to lodash implementation

This commit is contained in:
Nikolai Laevskii 2023-08-31 06:40:39 +02:00
parent 5e21ff4d9b
commit d5f102c3e3
6 changed files with 1458 additions and 78 deletions

View file

@ -33,10 +33,12 @@
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.5.4",
"lodash.memoize": "^4.1.2",
"semver": "^6.3.1"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/lodash.memoize": "^4.1.7",
"@types/node": "^16.11.25",
"@types/semver": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",