Skip to content

Commit

Permalink
add missing deps for run test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Feb 22, 2023
1 parent 7752424 commit 164d9d2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -39,12 +39,14 @@
"debug": "^4.3.4",
"envinfo": "7.8.1",
"express": "4.18.2",
"express-rate-limit": "5.5.1",
"fast-safe-stringify": "2.1.1",
"handlebars": "4.7.7",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.0",
"kleur": "4.1.5",
"lodash": "4.17.21",
"lru-cache": "7.17.0",
"lunr-mutable-indexes": "2.3.2",
"mime": "3.0.0",
"mkdirp": "1.0.4",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -7631,6 +7631,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:7.17.0":
version: 7.17.0
resolution: "lru-cache@npm:7.17.0"
checksum: 28c2a98ad313b8d61beac1f08257b6f0ca990e39d24a9bc831030b6e209447cfb11c6d9d1a774282189bfc9609d1dfd17ebe485228dd68f7b96b6b9b7740894e
languageName: node
linkType: hard

"lru-cache@npm:^5.1.1":
version: 5.1.1
resolution: "lru-cache@npm:5.1.1"
Expand Down Expand Up @@ -10615,6 +10622,7 @@ __metadata:
eslint-plugin-simple-import-sort: 9.0.0
eslint-plugin-verdaccio: 10.0.0
express: 4.18.2
express-rate-limit: 5.5.1
fast-safe-stringify: 2.1.1
fs-extra: 10.1.0
get-port: 5.1.1
Expand All @@ -10630,6 +10638,7 @@ __metadata:
lint-staged: 11.0.1
lockfile-lint: 4.6.2
lodash: 4.17.21
lru-cache: 7.17.0
lunr-mutable-indexes: 2.3.2
mime: 3.0.0
mkdirp: 1.0.4
Expand Down

0 comments on commit 164d9d2

Please sign in to comment.