mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.18 (#3019)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
08b72b4663
commit
7cff3f7693
5 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -85,7 +85,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@verdaccio/readme", "npm:10.3.2"],
|
||||
["@verdaccio/streams", "npm:10.2.0"],
|
||||
["@verdaccio/types", "npm:10.3.0"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.17"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.18"],
|
||||
["JSONStream", "npm:1.3.5"],
|
||||
["all-contributors-cli", "npm:6.20.0"],
|
||||
["async", "npm:3.2.3"],
|
||||
|
@ -5671,10 +5671,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["@verdaccio/ui-theme", [
|
||||
["npm:6.0.0-6-next.17", {
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-ui-theme-npm-6.0.0-6-next.17-aa6f8f2db0-dc6bd7870f.zip/node_modules/@verdaccio/ui-theme/",
|
||||
["npm:6.0.0-6-next.18", {
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-ui-theme-npm-6.0.0-6-next.18-a5de7d7e67-cd81650f83.zip/node_modules/@verdaccio/ui-theme/",
|
||||
"packageDependencies": [
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.17"]
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.18"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17610,7 +17610,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@verdaccio/readme", "npm:10.3.2"],
|
||||
["@verdaccio/streams", "npm:10.2.0"],
|
||||
["@verdaccio/types", "npm:10.3.0"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.17"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.18"],
|
||||
["JSONStream", "npm:1.3.5"],
|
||||
["all-contributors-cli", "npm:6.20.0"],
|
||||
["async", "npm:3.2.3"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/@verdaccio-ui-theme-npm-6.0.0-6-next.18-a5de7d7e67-cd81650f83.zip
vendored
Normal file
BIN
.yarn/cache/@verdaccio-ui-theme-npm-6.0.0-6-next.18-a5de7d7e67-cd81650f83.zip
vendored
Normal file
Binary file not shown.
|
@ -22,7 +22,7 @@
|
|||
"@verdaccio/local-storage": "10.2.0",
|
||||
"@verdaccio/readme": "10.3.2",
|
||||
"@verdaccio/streams": "10.2.0",
|
||||
"@verdaccio/ui-theme": "6.0.0-6-next.17",
|
||||
"@verdaccio/ui-theme": "6.0.0-6-next.18",
|
||||
"JSONStream": "1.3.5",
|
||||
"async": "3.2.3",
|
||||
"body-parser": "1.19.1",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3793,10 +3793,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@verdaccio/ui-theme@npm:6.0.0-6-next.17":
|
||||
version: 6.0.0-6-next.17
|
||||
resolution: "@verdaccio/ui-theme@npm:6.0.0-6-next.17"
|
||||
checksum: dc6bd7870f1a9e714bbcb5e48efdda77c5c692e89d42ecaf624413d8139c5f51405be99462ed312c47e5c8e6d9173125d0154de1b9fa976950b18050aa7ce2fe
|
||||
"@verdaccio/ui-theme@npm:6.0.0-6-next.18":
|
||||
version: 6.0.0-6-next.18
|
||||
resolution: "@verdaccio/ui-theme@npm:6.0.0-6-next.18"
|
||||
checksum: cd81650f833702906608bda19bf3522c3e4e5ef134e860f500a13b785a94d8b05795f8142bd4d0924b3792e4b894b466af9805af2619da6b060d83d374e5103c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14504,7 +14504,7 @@ typescript@4.1.3:
|
|||
"@verdaccio/readme": 10.3.2
|
||||
"@verdaccio/streams": 10.2.0
|
||||
"@verdaccio/types": 10.3.0
|
||||
"@verdaccio/ui-theme": 6.0.0-6-next.17
|
||||
"@verdaccio/ui-theme": 6.0.0-6-next.18
|
||||
JSONStream: 1.3.5
|
||||
all-contributors-cli: 6.20.0
|
||||
async: 3.2.3
|
||||
|
|
Loading…
Add table
Reference in a new issue