mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore: update versions (6-next) (#2296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7aff3dcb9c
commit
54b17f4442
@ -40,13 +40,15 @@
|
|||||||
"@verdaccio/tarball": "11.0.0-alpha.3",
|
"@verdaccio/tarball": "11.0.0-alpha.3",
|
||||||
"@verdaccio/url": "11.0.0-alpha.3",
|
"@verdaccio/url": "11.0.0-alpha.3",
|
||||||
"@verdaccio/fastify-migration": "6.0.0-6-next.9",
|
"@verdaccio/fastify-migration": "6.0.0-6-next.9",
|
||||||
"@verdaccio/eslint-config": "1.0.0"
|
"@verdaccio/eslint-config": "1.0.0",
|
||||||
|
"@verdaccio/benchmark": "1.0.0"
|
||||||
},
|
},
|
||||||
"changesets": [
|
"changesets": [
|
||||||
"afraid-mice-obey",
|
"afraid-mice-obey",
|
||||||
"big-lobsters-sin",
|
"big-lobsters-sin",
|
||||||
"calm-pants-impress",
|
"calm-pants-impress",
|
||||||
"few-cooks-destroy",
|
"few-cooks-destroy",
|
||||||
|
"few-mangos-grow",
|
||||||
"fifty-jars-rest",
|
"fifty-jars-rest",
|
||||||
"gentle-parrots-lay",
|
"gentle-parrots-lay",
|
||||||
"gentle-trains-switch",
|
"gentle-trains-switch",
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @verdaccio/ui-theme
|
# @verdaccio/ui-theme
|
||||||
|
|
||||||
|
## 6.0.0-6-next.9
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 67406082: upgrade to react@17 and other dependencies
|
||||||
|
|
||||||
## 6.0.0-6-next.8
|
## 6.0.0-6-next.8
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@verdaccio/ui-theme",
|
"name": "@verdaccio/ui-theme",
|
||||||
"version": "6.0.0-6-next.8",
|
"version": "6.0.0-6-next.9",
|
||||||
"description": "Verdaccio User Interface",
|
"description": "Verdaccio User Interface",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Verdaccio Contributors",
|
"name": "Verdaccio Contributors",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/cli": "workspace:6.0.0-6-next.17",
|
"@verdaccio/cli": "workspace:6.0.0-6-next.17",
|
||||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.8",
|
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
|
||||||
"fs-extra": "9.0.1",
|
"fs-extra": "9.0.1",
|
||||||
"webpack": "^5.11.1",
|
"webpack": "^5.11.1",
|
||||||
"webpack-cli": "^4.3.1",
|
"webpack-cli": "^4.3.1",
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# verdaccio
|
# verdaccio
|
||||||
|
|
||||||
|
## 6.0.0-6-next.19
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [67406082]
|
||||||
|
- @verdaccio/ui-theme@6.0.0-6-next.9
|
||||||
|
|
||||||
## 6.0.0-6-next.18
|
## 6.0.0-6-next.18
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "verdaccio",
|
"name": "verdaccio",
|
||||||
"version": "6.0.0-6-next.18",
|
"version": "6.0.0-6-next.19",
|
||||||
"description": "A lightweight private npm proxy registry",
|
"description": "A lightweight private npm proxy registry",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"types": "build/index.d.ts",
|
"types": "build/index.d.ts",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"@verdaccio/logger": "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",
|
"@verdaccio/mock": "workspace:6.0.0-6-next.7",
|
||||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.17",
|
"@verdaccio/node-api": "workspace:6.0.0-6-next.17",
|
||||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.8",
|
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
|
||||||
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
|
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
|
||||||
"verdaccio-audit": "11.0.0-alpha.4",
|
"verdaccio-audit": "11.0.0-alpha.4",
|
||||||
"verdaccio-htpasswd": "11.0.0-alpha.6"
|
"verdaccio-htpasswd": "11.0.0-alpha.6"
|
||||||
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -969,7 +969,7 @@ importers:
|
|||||||
packages/standalone:
|
packages/standalone:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@verdaccio/cli': workspace:6.0.0-6-next.17
|
'@verdaccio/cli': workspace:6.0.0-6-next.17
|
||||||
'@verdaccio/ui-theme': workspace:6.0.0-6-next.8
|
'@verdaccio/ui-theme': workspace:6.0.0-6-next.9
|
||||||
fs-extra: 9.0.1
|
fs-extra: 9.0.1
|
||||||
webpack: ^5.11.1
|
webpack: ^5.11.1
|
||||||
webpack-bundle-analyzer: 3.8.0
|
webpack-bundle-analyzer: 3.8.0
|
||||||
@ -1071,7 +1071,7 @@ importers:
|
|||||||
'@verdaccio/mock': workspace:6.0.0-6-next.7
|
'@verdaccio/mock': workspace:6.0.0-6-next.7
|
||||||
'@verdaccio/node-api': workspace:6.0.0-6-next.17
|
'@verdaccio/node-api': workspace:6.0.0-6-next.17
|
||||||
'@verdaccio/store': workspace:6.0.0-6-next.10
|
'@verdaccio/store': workspace:6.0.0-6-next.10
|
||||||
'@verdaccio/ui-theme': workspace:6.0.0-6-next.8
|
'@verdaccio/ui-theme': workspace:6.0.0-6-next.9
|
||||||
'@verdaccio/utils': workspace:6.0.0-6-next.5
|
'@verdaccio/utils': workspace:6.0.0-6-next.5
|
||||||
verdaccio-audit: 11.0.0-alpha.4
|
verdaccio-audit: 11.0.0-alpha.4
|
||||||
verdaccio-htpasswd: 11.0.0-alpha.6
|
verdaccio-htpasswd: 11.0.0-alpha.6
|
||||||
@ -1162,7 +1162,7 @@ importers:
|
|||||||
test/e2e-ui:
|
test/e2e-ui:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@verdaccio/commons-api': workspace:11.0.0-alpha.3
|
'@verdaccio/commons-api': workspace:11.0.0-alpha.3
|
||||||
'@verdaccio/ui-theme': workspace:6.0.0-6-next.8
|
'@verdaccio/ui-theme': workspace:6.0.0-6-next.9
|
||||||
debug: 4.3.1
|
debug: 4.3.1
|
||||||
kleur: ^4.1.3
|
kleur: ^4.1.3
|
||||||
lodash: ^4.17.20
|
lodash: ^4.17.20
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.1.0-6-next.1",
|
"version": "1.1.0-6-next.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.8",
|
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
|
||||||
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
||||||
"debug": "4.3.1",
|
"debug": "4.3.1",
|
||||||
"kleur": "^4.1.3",
|
"kleur": "^4.1.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user