1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Consolidate more ogre-tools versions

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-05-03 08:15:42 +03:00 committed by Iku-turso
parent dcb6e5cb80
commit 6b130c3291
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
"peerDependencies": { "peerDependencies": {
"@k8slens/list-layout": "^1.0.0-alpha.1", "@k8slens/list-layout": "^1.0.0-alpha.1",
"@k8slens/utilities": "^1.0.0-alpha.2", "@k8slens/utilities": "^1.0.0-alpha.2",
"@ogre-tools/injectable": "^15.1.2", "@ogre-tools/injectable": "^15.8.1",
"auto-bind": "^4.0.0", "auto-bind": "^4.0.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"rfc6902": "^5.0.1", "rfc6902": "^5.0.1",

View File

@ -31,7 +31,7 @@
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },
"peerDependencies": { "peerDependencies": {
"@ogre-tools/injectable": "^15.1.2" "@ogre-tools/injectable": "^15.8.1"
}, },
"devDependencies": { "devDependencies": {
"@k8slens/eslint-config": "^6.5.0-alpha.2", "@k8slens/eslint-config": "^6.5.0-alpha.2",