mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: bump versions to 1.0.0-alpha.4
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
6eedeec94d
commit
03228fa156
1090
package-lock.json
generated
1090
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -314,20 +314,20 @@
|
||||
"peerDependencies": {
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
||||
"@k8slens/button": "^1.0.0-alpha.0",
|
||||
"@k8slens/resizing-anchor": "^1.0.0-alpha.0",
|
||||
"@k8slens/error-boundary": "^1.0.0-alpha.0",
|
||||
"@k8slens/button": "^1.0.0-alpha.4",
|
||||
"@k8slens/resizing-anchor": "^1.0.0-alpha.4",
|
||||
"@k8slens/error-boundary": "^1.0.0-alpha.4",
|
||||
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
|
||||
"@k8slens/kubectl-versions": "^1.0.0-alpha.0",
|
||||
"@k8slens/legacy-extensions": "^1.0.0-alpha.0",
|
||||
"@k8slens/messaging": "^1.0.0-alpha.1",
|
||||
"@k8slens/messaging-for-main": "^1.0.0-alpha.1",
|
||||
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.1",
|
||||
"@k8slens/routing": "1.0.0-alpha.0",
|
||||
"@k8slens/routing": "1.0.0-alpha.4",
|
||||
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
||||
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
||||
"@k8slens/tooltip": "^1.0.0-alpha.0",
|
||||
"@k8slens/tooltip": "^1.0.0-alpha.4",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/routing",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.0",
|
||||
"version": "1.0.0-alpha.4",
|
||||
"description": "Highly extendable routing in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/button",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.1",
|
||||
"version": "1.0.0-alpha.4",
|
||||
"description": "Highly extendable button in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/error-boundary",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.0",
|
||||
"version": "1.0.0-alpha.4",
|
||||
"description": "Highly extendable error-boundary in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/resizing-anchor",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.0",
|
||||
"version": "1.0.0-alpha.4",
|
||||
"description": "Highly extendable resizing-anchor in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/tooltip",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.1",
|
||||
"version": "1.0.0-alpha.4",
|
||||
"description": "Highly extendable tooltip in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user