mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore(deps): update dependency @verdaccio/types to v10.3.0 (#2997)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
25b22128b8
commit
ea199b229d
5 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -84,7 +84,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@verdaccio/local-storage", "npm:10.2.0"],
|
||||
["@verdaccio/readme", "npm:10.3.2"],
|
||||
["@verdaccio/streams", "npm:10.2.0"],
|
||||
["@verdaccio/types", "npm:10.2.2"],
|
||||
["@verdaccio/types", "npm:10.3.0"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.16"],
|
||||
["JSONStream", "npm:1.3.5"],
|
||||
["all-contributors-cli", "npm:6.20.0"],
|
||||
|
@ -5678,10 +5678,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["@verdaccio/types", [
|
||||
["npm:10.2.2", {
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-types-npm-10.2.2-3a8a5ff733-cd16cad480.zip/node_modules/@verdaccio/types/",
|
||||
["npm:10.3.0", {
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-types-npm-10.3.0-a7d2915e19-307c485a51.zip/node_modules/@verdaccio/types/",
|
||||
"packageDependencies": [
|
||||
["@verdaccio/types", "npm:10.2.2"]
|
||||
["@verdaccio/types", "npm:10.3.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17632,7 +17632,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@verdaccio/local-storage", "npm:10.2.0"],
|
||||
["@verdaccio/readme", "npm:10.3.2"],
|
||||
["@verdaccio/streams", "npm:10.2.0"],
|
||||
["@verdaccio/types", "npm:10.2.2"],
|
||||
["@verdaccio/types", "npm:10.3.0"],
|
||||
["@verdaccio/ui-theme", "npm:6.0.0-6-next.16"],
|
||||
["JSONStream", "npm:1.3.5"],
|
||||
["all-contributors-cli", "npm:6.20.0"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/@verdaccio-types-npm-10.3.0-a7d2915e19-307c485a51.zip
vendored
Normal file
BIN
.yarn/cache/@verdaccio-types-npm-10.3.0-a7d2915e19-307c485a51.zip
vendored
Normal file
Binary file not shown.
|
@ -105,7 +105,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "4.33.0",
|
||||
"@typescript-eslint/parser": "4.33.0",
|
||||
"@verdaccio/eslint-config": "^8.5.0",
|
||||
"@verdaccio/types": "10.2.2",
|
||||
"@verdaccio/types": "10.3.0",
|
||||
"all-contributors-cli": "6.20.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "26.6.3",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3803,10 +3803,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@verdaccio/types@npm:10.2.2":
|
||||
version: 10.2.2
|
||||
resolution: "@verdaccio/types@npm:10.2.2"
|
||||
checksum: cd16cad480c5c13ba22f71a7f1fae71f772b5918ab637be73ddd1d3696f88427bf550135b740e7d82d501e9ac47d75bc2fb84e039464723124aa433efc5e6ba5
|
||||
"@verdaccio/types@npm:10.3.0":
|
||||
version: 10.3.0
|
||||
resolution: "@verdaccio/types@npm:10.3.0"
|
||||
checksum: 307c485a5139022b9f990239726857f291e3dfa1235eb9d1866e596741ed7a22e92efe0998898c1499c03c48b7068ca0bf792a998d8c1f69b5a54234acd50623
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14527,7 +14527,7 @@ typescript@4.1.3:
|
|||
"@verdaccio/local-storage": 10.2.0
|
||||
"@verdaccio/readme": 10.3.2
|
||||
"@verdaccio/streams": 10.2.0
|
||||
"@verdaccio/types": 10.2.2
|
||||
"@verdaccio/types": 10.3.0
|
||||
"@verdaccio/ui-theme": 6.0.0-6-next.16
|
||||
JSONStream: 1.3.5
|
||||
all-contributors-cli: 6.20.0
|
||||
|
|
Loading…
Add table
Reference in a new issue