1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/lerna.json
Sebastian Malton 673144ae8f
Release 6.4.14 (#7476)
* Drop package-lock since 6.4 is still using yarn

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Add check for no relevant PRs

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Release 6.4.14

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Restore disk metrics to PersistentVolumeClaim details page (#7427)

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

---------

Signed-off-by: Sebastian Malton <sebastian@malton.name>
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
Co-authored-by: Jim Ehrismann <40840436+jim-docker@users.noreply.github.com>
2023-04-03 13:08:54 -04:00

13 lines
231 B
JSON

{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": false,
"packages": [
"packages/*"
],
"version": "6.4.14",
"npmClient": "yarn",
"npmClientArgs": [
"--network-timeout=100000"
]
}