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

Update ogre-tools for a more subtle way of providing components with dependencies

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
This commit is contained in:
Mikko Aspiala 2021-11-30 13:24:03 +02:00 committed by Janne Savolainen
parent fadcadc5b3
commit 7061aad4f4
2 changed files with 11 additions and 11 deletions

View File

@ -198,8 +198,8 @@
"@kubernetes/client-node": "^0.16.1",
"@sentry/electron": "^2.5.4",
"@sentry/integrations": "^6.15.0",
"@ogre-tools/injectable": "^1.2.1",
"@ogre-tools/injectable-react": "^1.2.1",
"@ogre-tools/injectable": "^1.3.0",
"@ogre-tools/injectable-react": "^1.3.0",
"abort-controller": "^3.0.0",
"auto-bind": "^4.0.0",
"autobind-decorator": "^2.4.0",

View File

@ -979,19 +979,19 @@
dependencies:
lodash "^4.17.21"
"@ogre-tools/injectable-react@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable-react/-/injectable-react-1.2.1.tgz#886fbb9f9816d68daf41b6fd7ff5def6eae833b4"
integrity sha512-kr9Q2T/VyhtUG8EbfzpFPk2ndwKQl9WHzqEfp8fasAXMNmUfUnyWs6iPNoJiuy2gh4/CNBvlFB8c647ls6/jUA==
"@ogre-tools/injectable-react@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable-react/-/injectable-react-1.3.0.tgz#357e697ed0b227e78d63c05523333216a3091d91"
integrity sha512-+hOl+zyMt53n77Mxbcgk2n2pLOoPStT2FY6+sq+UWdonR7HxgBeYh33tHpFTtGXOIUn/Yly3TPN/j0RODEcO8g==
dependencies:
"@ogre-tools/fp" "^1.0.2"
"@ogre-tools/injectable" "^1.2.1"
"@ogre-tools/injectable" "^1.3.0"
lodash "^4.17.21"
"@ogre-tools/injectable@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable/-/injectable-1.2.1.tgz#f3eb481806dd6e53af8d9d37f8b20f3c0d875a60"
integrity sha512-bfTlnT08uDydE0i5GxJ9SIoRKfNYVabQRrZfBraZi2rs3zx+DOpcZrJjhjDoSCzIr6C2azySuyxn1h8x8CMUPw==
"@ogre-tools/injectable@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable/-/injectable-1.3.0.tgz#87d329a81575c9345b3af5c1afb0b45537f8f70e"
integrity sha512-rBy8HSExUy1r53ATvk823GXevwultKuSn3mmyRlIj7opJDVRp7Usx0bvOPs+X169jmAZNzsT6HBXbDLXt4Jl4A==
dependencies:
"@ogre-tools/fp" "^1.0.2"
lodash "^4.17.21"