mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Update ogre-tools libraries
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
7af2df4bad
commit
0944e4b8fd
@ -33,11 +33,11 @@
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/basic-dependency-features": "^1.0.0-alpha.0",
|
||||
"@k8slens/ui-components": "^1.0.0-alpha.0",
|
||||
"@ogre-tools/fp": "^15.1.2",
|
||||
"@ogre-tools/injectable": "^15.1.2",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.1.2",
|
||||
"@ogre-tools/injectable-react": "^15.1.2",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.5.1",
|
||||
"@ogre-tools/injectable-react": "^15.5.1",
|
||||
"mobx": "^6.8.0",
|
||||
"mobx-react": "^7.6.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
@ -34,10 +34,10 @@
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/basic-dependency-features": "^1.0.0-alpha.0",
|
||||
"@k8slens/react-application": "^1.0.0-alpha.0",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable-react": "^15.1.2",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"@ogre-tools/injectable-react": "^15.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"react": "^17"
|
||||
},
|
||||
|
||||
@ -22,6 +22,6 @@
|
||||
"rimraf": "^4.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ogre-tools/injectable": "^15.3.1"
|
||||
"@ogre-tools/injectable": "^15.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -324,11 +324,11 @@
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
||||
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
||||
"@ogre-tools/injectable-react": "^15.3.0",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.5.1",
|
||||
"@ogre-tools/injectable-react": "^15.5.1",
|
||||
"@types/byline": "^4.2.33",
|
||||
"@types/chart.js": "^2.9.36",
|
||||
"@types/color": "^3.0.3",
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"test": "jest --coverage --runInBand"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ogre-tools/injectable": "^15.1.1"
|
||||
"@ogre-tools/injectable": "^15.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "^0.1.62",
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
"lint:fix": "lens-lint --fix"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ogre-tools/injectable": "^15.1.2",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"react": "^17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -203,11 +203,11 @@
|
||||
"@k8slens/run-many": "^1.0.0-alpha.2",
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.2",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.2",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
||||
"@ogre-tools/injectable-react": "^15.3.0",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.5.1",
|
||||
"@ogre-tools/injectable-react": "^15.5.1",
|
||||
"mobx": "^6.8.0",
|
||||
"rimraf": "^4.4.1"
|
||||
},
|
||||
|
||||
@ -33,9 +33,9 @@
|
||||
"peerDependencies": {
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -34,14 +34,14 @@
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"electron": "^22.3.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@async-fn/jest": "^1.6.4",
|
||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||
"@ogre-tools/test-utils": "^15.1.2"
|
||||
"@ogre-tools/test-utils": "^15.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"lint:fix": "lens-lint --fix"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ogre-tools/injectable": "^15.3.1"
|
||||
"@ogre-tools/injectable": "^15.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
"lint:fix": "lens-lint --fix"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ogre-tools/injectable": "^15.3.1"
|
||||
"@ogre-tools/injectable": "^15.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
||||
|
||||
@ -35,9 +35,9 @@
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/basic-dependency-features": "^1.0.0-alpha.0",
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"mobx": "^6.7.0"
|
||||
},
|
||||
|
||||
@ -34,10 +34,10 @@
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/messaging": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"mobx": "^6.8.0"
|
||||
},
|
||||
|
||||
@ -34,9 +34,9 @@
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/messaging": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.1.2",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"electron": "^22.3.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
|
||||
@ -36,8 +36,8 @@
|
||||
"@k8slens/messaging": "^1.0.0-alpha.1",
|
||||
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"electron": "^22.3.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
|
||||
@ -34,9 +34,8 @@
|
||||
"@async-fn/jest": "^1.6.4",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.2",
|
||||
"@k8slens/messaging": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"mobx": "^6.9.0"
|
||||
},
|
||||
|
||||
@ -34,11 +34,11 @@
|
||||
"@k8slens/application": "^6.5.0-alpha.2",
|
||||
"@k8slens/basic-dependency-features": "^1.0.0-alpha.0",
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
||||
"@ogre-tools/injectable-react": "^15.3.0",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.5.1",
|
||||
"@ogre-tools/injectable-react": "^15.5.1",
|
||||
"lodash": "^4.17.15",
|
||||
"mobx": "^6.8.0",
|
||||
"mobx-react": "^7.6.0",
|
||||
|
||||
@ -36,9 +36,9 @@
|
||||
"peerDependencies": {
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.1.2",
|
||||
"@ogre-tools/injectable": "^15.1.2",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"react": "^17"
|
||||
},
|
||||
|
||||
@ -27,8 +27,8 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||
"@ogre-tools/injectable": "^15.1.2",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.1.2",
|
||||
"@ogre-tools/injectable-react": "^15.1.2"
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-extension-for-mobx": "^15.5.1",
|
||||
"@ogre-tools/injectable-react": "^15.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -27,8 +27,8 @@
|
||||
"peerDependencies": {
|
||||
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.3.1",
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/fp": "^15.5.1",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"type-fest": "^2.19.0",
|
||||
"typed-emitter": "^1.4.0",
|
||||
"uuid": "^8.3.2"
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
"build": "webpack"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ogre-tools/injectable": "^15.3.1",
|
||||
"@ogre-tools/injectable-react": "^15.3.0",
|
||||
"@ogre-tools/injectable": "^15.5.1",
|
||||
"@ogre-tools/injectable-react": "^15.5.1",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"lodash": "^4.17.21",
|
||||
"mobx": "^6.8.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user