mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Remove some unused dependencies
This might even remove a cycle in lerna task graph which can be seen as warning, sometimes (reason unknown). Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
04a23fc4f9
commit
690dd2e476
@ -30,24 +30,12 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.0",
|
|
||||||
"@ogre-tools/fp": "^15.3.1",
|
|
||||||
"@ogre-tools/injectable": "^15.8.1",
|
"@ogre-tools/injectable": "^15.8.1",
|
||||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||||
"@ogre-tools/injectable-react": "^15.3.0",
|
|
||||||
"auto-bind": "^4.0.0",
|
|
||||||
"lodash": "^4.17.21",
|
|
||||||
"mobx": "^6.8.0",
|
|
||||||
"mobx-react": "^7.6.0",
|
|
||||||
"react": "^17",
|
|
||||||
"react-dom": "^17.0.2",
|
|
||||||
"winston": "^3.8.2"
|
"winston": "^3.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
|
||||||
"@k8slens/eslint-config": "6.5.0-alpha.1",
|
"@k8slens/eslint-config": "6.5.0-alpha.1",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.3",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.3"
|
||||||
"@testing-library/react": "^12.1.5",
|
|
||||||
"@testing-library/user-event": "^13.5.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user