mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
e21ccea3a1
* fix(deps): update all core dependencies * chore: restore docusaurus * restore versions * fix types * chore: fix error * chore: update snapshots Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-cli-yarn2",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@verdaccio/test-cli-commons": "workspace:1.0.0",
|
|
"@yarnpkg/cli-dist": "2.4.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|