1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-11 09:25:26 +03: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:
Iku-turso 2023-05-04 14:23:40 +03:00 committed by Gabriel Accettola
parent 04a23fc4f9
commit 690dd2e476

View File

@ -30,24 +30,12 @@
},
"peerDependencies": {
"@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-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"
},
"devDependencies": {
"@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "6.5.0-alpha.1",
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.3",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0"
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.3"
}
}