mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix package versions
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b60e7946f3
commit
cb1bba87d2
2519
package-lock.json
generated
2519
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -331,9 +331,9 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/application": "^6.5.0-alpha.0",
|
"@k8slens/application": "^6.5.0-alpha.0",
|
||||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
||||||
"@k8slens/run-many": "^1.0.0",
|
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||||
"@k8slens/test-utils": "^1.0.0",
|
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
||||||
"@k8slens/utilities": "^1.0.0",
|
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||||
"@types/byline": "^4.2.33",
|
"@types/byline": "^4.2.33",
|
||||||
"@types/chart.js": "^2.9.36",
|
"@types/chart.js": "^2.9.36",
|
||||||
"@types/color": "^3.0.3",
|
"@types/color": "^3.0.3",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/eslint-config",
|
"name": "@k8slens/eslint-config",
|
||||||
"version": null,
|
"version": "6.5.0-alpha.1",
|
||||||
"description": "Lens eslint and prettier configurations",
|
"description": "Lens eslint and prettier configurations",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "OpenLens Authors",
|
"name": "OpenLens Authors",
|
||||||
|
|||||||
@ -201,9 +201,9 @@
|
|||||||
"@k8slens/ensure-binaries": "^6.5.0-alpha.1",
|
"@k8slens/ensure-binaries": "^6.5.0-alpha.1",
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.1",
|
"@k8slens/feature-core": "^6.5.0-alpha.1",
|
||||||
"@k8slens/generate-tray-icons": "^6.5.0-alpha.1",
|
"@k8slens/generate-tray-icons": "^6.5.0-alpha.1",
|
||||||
"@k8slens/run-many": "^1.0.1-alpha.0",
|
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||||
"@k8slens/test-utils": "^1.0.1-alpha.0",
|
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
||||||
"@k8slens/utilities": "^1.0.1-alpha.0",
|
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||||
"@ogre-tools/fp": "^15.1.2",
|
"@ogre-tools/fp": "^15.1.2",
|
||||||
"@ogre-tools/injectable": "^15.1.2",
|
"@ogre-tools/injectable": "^15.1.2",
|
||||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
||||||
|
|||||||
@ -39,6 +39,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "*"
|
"@k8slens/eslint-config": "6.5.0-alpha.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "*",
|
"@k8slens/eslint-config": "6.5.0-alpha.1",
|
||||||
"@ogre-tools/test-utils": "^15.1.2"
|
"@ogre-tools/test-utils": "^15.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -34,6 +34,6 @@
|
|||||||
"@ogre-tools/injectable": "^15.1.2"
|
"@ogre-tools/injectable": "^15.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "*"
|
"@k8slens/eslint-config": "6.5.0-alpha.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/run-many",
|
"name": "@k8slens/run-many",
|
||||||
"version": "1.0.1-alpha.0",
|
"version": "1.0.0-alpha.1",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"description": "A package containing runMany and runManySync",
|
"description": "A package containing runMany and runManySync",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -25,8 +25,8 @@
|
|||||||
"test": "jest --coverage --runInBand"
|
"test": "jest --coverage --runInBand"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/test-utils": "^1.0.0",
|
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
||||||
"@k8slens/utilities": "^1.0.0",
|
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||||
"@ogre-tools/fp": "^15.1.1",
|
"@ogre-tools/fp": "^15.1.1",
|
||||||
"@ogre-tools/injectable": "^15.1.1"
|
"@ogre-tools/injectable": "^15.1.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/test-utils",
|
"name": "@k8slens/test-utils",
|
||||||
"version": "1.0.1-alpha.0",
|
"version": "1.0.0-alpha.1",
|
||||||
"description": "A collection of utilities for testing",
|
"description": "A collection of utilities for testing",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/utilities",
|
"name": "@k8slens/utilities",
|
||||||
"description": "A collection of useful types",
|
"description": "A collection of useful types",
|
||||||
"version": "1.0.1-alpha.0",
|
"version": "1.0.0-alpha.1",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user