mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
feat: update ui with new modal banner (#3062)
This commit is contained in:
parent
5a0611fe9c
commit
2ad085a8e2
5 changed files with 9 additions and 9 deletions
16
.pnp.js
generated
16
.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.21"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.22"],
|
||||
["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.21", {
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-ui-theme-npm-6.0.0-6-next.21-e3d4ed33b1-6a050fb4b9.zip/node_modules/@verdaccio/ui-theme/",
|
||||
["npm:6.0.0-6-next.22", {
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-ui-theme-npm-6.0.0-6-next.22-418e9116dc-95386375eb.zip/node_modules/@verdaccio/ui-theme/",
|
||||
"packageDependencies": [
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.21"]
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.22"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -7888,14 +7888,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
]],
|
||||
["core-js", [
|
||||
["npm:2.6.9", {
|
||||
"packageLocation": "./.yarn/cache/core-js-npm-2.6.9-f821bf686c-00c30207eb.zip/node_modules/core-js/",
|
||||
"packageLocation": "./.yarn/unplugged/core-js-npm-2.6.9-f821bf686c/node_modules/core-js/",
|
||||
"packageDependencies": [
|
||||
["core-js", "npm:2.6.9"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.20.2", {
|
||||
"packageLocation": "./.yarn/cache/core-js-npm-3.20.2-656ea79cc8-642927e21a.zip/node_modules/core-js/",
|
||||
"packageLocation": "./.yarn/unplugged/core-js-npm-3.20.2-656ea79cc8/node_modules/core-js/",
|
||||
"packageDependencies": [
|
||||
["core-js", "npm:3.20.2"]
|
||||
],
|
||||
|
@ -15020,7 +15020,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
]],
|
||||
["puppeteer", [
|
||||
["npm:5.5.0", {
|
||||
"packageLocation": "./.yarn/cache/puppeteer-npm-5.5.0-bba75ba998-08ba8a7da5.zip/node_modules/puppeteer/",
|
||||
"packageLocation": "./.yarn/unplugged/puppeteer-npm-5.5.0-bba75ba998/node_modules/puppeteer/",
|
||||
"packageDependencies": [
|
||||
["puppeteer", "npm:5.5.0"],
|
||||
["debug", "virtual:65523936f66795efc0bd6f7ca9a755f1be9f9bb998dc7cd39f5d823ea185c793a03b3f329f921a146569ee8bdffdd22dd15c2e08d286539b118e1cbbab91f8cf#npm:4.1.1"],
|
||||
|
@ -17743,7 +17743,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.21"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.22"],
|
||||
["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.22-418e9116dc-95386375eb.zip
vendored
Normal file
BIN
.yarn/cache/@verdaccio-ui-theme-npm-6.0.0-6-next.22-418e9116dc-95386375eb.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.21",
|
||||
"@verdaccio/ui-theme": "6.0.0-6-next.22",
|
||||
"JSONStream": "1.3.5",
|
||||
"async": "3.2.3",
|
||||
"body-parser": "1.19.1",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue