Skip to content

Commit

Permalink
fix(core/hooks/mock/node-api): add missing core-js dep (verdaccio#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Johansson authored Sep 4, 2021
1 parent af035e4 commit df0da3d
Show file tree
Hide file tree
Showing 8 changed files with 227 additions and 135 deletions.
10 changes: 10 additions & 0 deletions .changeset/proud-jeans-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'verdaccio-htpasswd': patch
'@verdaccio/local-storage': patch
'@verdaccio/fastify-migration': patch
'@verdaccio/hooks': patch
'@verdaccio/mock': patch
'@verdaccio/node-api': patch
---

Added core-js missing from dependencies though referenced in .js sources
1 change: 1 addition & 0 deletions packages/core/htpasswd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@verdaccio/file-locking": "workspace:11.0.0-alpha.3",
"apache-md5": "1.1.7",
"bcryptjs": "2.4.3",
"core-js": "3.16.4",
"http-errors": "1.8.0",
"unix-crypt-td-js": "1.1.4"
},
Expand Down
1 change: 1 addition & 0 deletions packages/core/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@verdaccio/file-locking": "workspace:11.0.0-alpha.3",
"@verdaccio/streams": "workspace:11.0.0-alpha.3",
"async": "3.2.1",
"core-js": "3.16.4",
"debug": "4.3.2",
"lodash": "4.17.21",
"lowdb": "1.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/core/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@verdaccio/auth": "workspace:6.0.0-6-next.9",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/store": "workspace:6.0.0-6-next.10",
"core-js": "3.16.4",
"debug": "4.3.2",
"fastify": "3.20.2",
"fastify-plugin": "3.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"core-js": "3.16.4",
"debug": "4.3.2",
"handlebars": "4.7.7",
"undici": "4.5.1",
Expand Down
1 change: 1 addition & 0 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.7",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"core-js": "3.16.4",
"debug": "4.3.2",
"fs-extra": "10.0.0",
"lodash": "4.17.21",
Expand Down
1 change: 1 addition & 0 deletions packages/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@verdaccio/config": "workspace:6.0.0-6-next.7",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/server": "workspace:6.0.0-6-next.17",
"core-js": "3.16.4",
"debug": "4.3.2",
"lodash": "4.17.21"
},
Expand Down
Loading

0 comments on commit df0da3d

Please sign in to comment.