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

Update injectable for types

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-02-16 13:09:59 +02:00
parent a966b51e56
commit b314f6ca82
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 17 additions and 17 deletions

View File

@ -194,8 +194,8 @@
"@hapi/call": "^8.0.1",
"@hapi/subtext": "^7.0.3",
"@kubernetes/client-node": "^0.16.1",
"@ogre-tools/injectable": "5.0.0",
"@ogre-tools/injectable-react": "5.0.0",
"@ogre-tools/injectable": "5.0.1",
"@ogre-tools/injectable-react": "5.0.1",
"@sentry/electron": "^2.5.4",
"@sentry/integrations": "^6.15.0",
"@types/circular-dependency-plugin": "5.0.4",

View File

@ -946,28 +946,28 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"
"@ogre-tools/fp@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@ogre-tools/fp/-/fp-5.0.0.tgz#5ad4ce56cc7002c927aa94415dea2c971da31cb8"
integrity sha512-ASZw9uSpKAOFQzY4oIfHtKaIJFX9LX7EjlkMgw4QEzl7S9S3mvncAxEDpGP5ZuMrndyjUP2nV61FKgQBlA2K1Q==
"@ogre-tools/fp@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@ogre-tools/fp/-/fp-5.0.1.tgz#e9953a59b36a747f8248e2e738200b1584e2b40f"
integrity sha512-SmEvCVwBwjzgJ9/BporJ21oLq7cPurl0ECY3WFD1GhwVI8D4R6kZeZkWGKOOp/hG2WRcu9c13HM6JpkL+VUTVQ==
dependencies:
lodash "^4.17.21"
"@ogre-tools/injectable-react@5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable-react/-/injectable-react-5.0.0.tgz#6997baf41dfaf7bc80f135315816ccfaa3f12ace"
integrity sha512-Np4ecJW3R5gxKORBZwSTF1HImmtAw13gKioaIDBYKyF/bqPM6udGSGPgX20Faa91gd9B9KIz7TkN2Cg7oZpdQA==
"@ogre-tools/injectable-react@5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable-react/-/injectable-react-5.0.1.tgz#fbab22b5779e30aef0007b0507e889434563f74b"
integrity sha512-34cSDwdU5DWiHNVfENJjF0k+baS0EBafYB+GjEmap5Au3QBSbej6P+h9b5QDRsFhzRxmEnIapsaQh00bpwHh2A==
dependencies:
"@ogre-tools/fp" "^5.0.0"
"@ogre-tools/injectable" "^5.0.0"
"@ogre-tools/fp" "^5.0.1"
"@ogre-tools/injectable" "^5.0.1"
lodash "^4.17.21"
"@ogre-tools/injectable@5.0.0", "@ogre-tools/injectable@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable/-/injectable-5.0.0.tgz#1f63a631bd7c55202cb2c528ca6517ae99af5b1d"
integrity sha512-6bAHVAOhKgyewyPUAmxBLH1t/vwiwW9wG1rMyjy2N+8oX6MkQVJK2KQQXdTYytDX6yfY2VJ61L/bsQCRggPdbw==
"@ogre-tools/injectable@5.0.1", "@ogre-tools/injectable@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@ogre-tools/injectable/-/injectable-5.0.1.tgz#5947877e928f381e89f64516a9beb69489fecd42"
integrity sha512-pNvHrMseHk4vwDDba92tVfNR6AXk7IblKwIP1nY2Ccs7WCY2GSiC3zBWlYmfTBW/whjJS/6Q4+L6XhfP8zYKyw==
dependencies:
"@ogre-tools/fp" "^5.0.0"
"@ogre-tools/fp" "^5.0.1"
lodash "^4.17.21"
"@panva/asn1.js@^1.0.0":