Skip to content

Commit

Permalink
Changing public interface
Browse files Browse the repository at this point in the history
  • Loading branch information
corradodellorusso committed Nov 24, 2023
1 parent fec974e commit cec8c7a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@
"license": "MIT",
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lru-cache": "^10.0.2",
"lru-cache": "^10.1.0",
"promise-coalesce": "^1.1.1"
},
"devDependencies": {
"@faker-js/faker": "8.3.1",
"@types/lodash.clonedeep": "4.5.9",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vitest/coverage-v8": "0.34.6",
"dotenv-cli": "7.3.0",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vitest": "0.34.6"
},
"lint-staged": {
Expand Down

0 comments on commit cec8c7a

Please sign in to comment.