0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/e2e/ui/package.json
Juan Picado 269105ff4b
chore: update versions (6-next) (#3362)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-28 07:39:59 +02:00

19 lines
497 B
JSON

{
"private": true,
"name": "@verdaccio/e2e-ui",
"version": "2.0.0-6-next.3",
"devDependencies": {
"verdaccio": "workspace:6.0.0-6-next.48",
"@verdaccio/core": "workspace:6.0.0-6-next.48",
"@verdaccio/config": "workspace:6.0.0-6-next.48",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.5",
"debug": "4.3.4",
"colorette": "2.0.19",
"lodash": "^4.17.21",
"puppeteer": "17.1.3",
"rimraf": "3.0.2"
},
"scripts": {
"test": "jest --runInBand"
}
}