mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update versions (6-next) (#2412)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2e3b9552cc
commit
99dad7759e
7 changed files with 20 additions and 6 deletions
|
@ -64,6 +64,7 @@
|
|||
"many-vans-care",
|
||||
"modern-spies-tell",
|
||||
"neat-toes-report",
|
||||
"perfect-emus-clean",
|
||||
"perfect-kangaroos-agree",
|
||||
"plenty-news-remember",
|
||||
"plenty-spiders-melt",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @verdaccio/cli
|
||||
|
||||
## 6.0.0-6-next.19
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 2e3b9552: feat: node 14 as minimum for running cli
|
||||
|
||||
## 6.0.0-6-next.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@verdaccio/cli",
|
||||
"version": "6.0.0-6-next.18",
|
||||
"version": "6.0.0-6-next.19",
|
||||
"author": {
|
||||
"name": "Juan Picado",
|
||||
"email": "juanpicado19@gmail.com"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.18",
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.19",
|
||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
|
||||
"fs-extra": "10.0.0",
|
||||
"webpack": "5.51.2",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# verdaccio
|
||||
|
||||
## 6.0.0-6-next.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2e3b9552]
|
||||
- @verdaccio/cli@6.0.0-6-next.19
|
||||
|
||||
## 6.0.0-6-next.20
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "verdaccio",
|
||||
"version": "6.0.0-6-next.20",
|
||||
"version": "6.0.0-6-next.21",
|
||||
"description": "A lightweight private npm proxy registry",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"homepage": "https://verdaccio.org",
|
||||
"dependencies": {
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.18",
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.19",
|
||||
"@verdaccio/hooks": "workspace:6.0.0-6-next.4",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
||||
"@verdaccio/mock": "workspace:6.0.0-6-next.7",
|
||||
|
|
|
@ -952,7 +952,7 @@ importers:
|
|||
|
||||
packages/standalone:
|
||||
specifiers:
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.18
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.19
|
||||
'@verdaccio/ui-theme': workspace:6.0.0-6-next.9
|
||||
fs-extra: 10.0.0
|
||||
webpack: 5.51.2
|
||||
|
@ -1047,7 +1047,7 @@ importers:
|
|||
packages/verdaccio:
|
||||
specifiers:
|
||||
'@verdaccio/auth': workspace:6.0.0-6-next.9
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.18
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.19
|
||||
'@verdaccio/commons-api': workspace:11.0.0-alpha.3
|
||||
'@verdaccio/config': workspace:6.0.0-6-next.7
|
||||
'@verdaccio/hooks': workspace:6.0.0-6-next.4
|
||||
|
|
Loading…
Reference in a new issue