mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: bump ogre-tools
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
6aca3cc67c
commit
0be2564be5
39
package-lock.json
generated
39
package-lock.json
generated
@ -3734,6 +3734,10 @@
|
|||||||
"resolved": "packages/generate-tray-icons",
|
"resolved": "packages/generate-tray-icons",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
|
"node_modules/@k8slens/icon": {
|
||||||
|
"resolved": "packages/ui-components/icon",
|
||||||
|
"link": true
|
||||||
|
},
|
||||||
"node_modules/@k8slens/jest": {
|
"node_modules/@k8slens/jest": {
|
||||||
"resolved": "packages/infrastructure/jest",
|
"resolved": "packages/infrastructure/jest",
|
||||||
"link": true
|
"link": true
|
||||||
@ -34311,6 +34315,7 @@
|
|||||||
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
|
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
|
||||||
"@k8slens/error-boundary": "^1.0.0-alpha.5",
|
"@k8slens/error-boundary": "^1.0.0-alpha.5",
|
||||||
"@k8slens/event-emitter": "^1.0.0-alpha.1",
|
"@k8slens/event-emitter": "^1.0.0-alpha.1",
|
||||||
|
"@k8slens/icon": "^1.0.0-alpha.7",
|
||||||
"@k8slens/kube-api": "^1.0.0-alpha.1",
|
"@k8slens/kube-api": "^1.0.0-alpha.1",
|
||||||
"@k8slens/kube-api-specifics": "^1.0.0-alpha.1",
|
"@k8slens/kube-api-specifics": "^1.0.0-alpha.1",
|
||||||
"@k8slens/kube-object": "^1.0.0-alpha.5",
|
"@k8slens/kube-object": "^1.0.0-alpha.5",
|
||||||
@ -35583,6 +35588,40 @@
|
|||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"packages/ui-components/icon": {
|
||||||
|
"version": "1.0.0-alpha.7",
|
||||||
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"@async-fn/jest": "^1.6.4",
|
||||||
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
|
"@k8slens/webpack": "^6.5.0-alpha.9",
|
||||||
|
"@testing-library/react": "^12.1.5",
|
||||||
|
"@testing-library/user-event": "^13.5.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@k8slens/button": "^1.0.0-alpha.10",
|
||||||
|
"@k8slens/feature-core": "^6.5.0-alpha.8",
|
||||||
|
"@k8slens/logger": "^1.0.0-alpha.7",
|
||||||
|
"@k8slens/routing": "^1.0.0-alpha.8",
|
||||||
|
"@k8slens/tooltip": "^1.0.0-alpha.10",
|
||||||
|
"@k8slens/utilities": "^1.0.0-alpha.7",
|
||||||
|
"@ogre-tools/injectable": "^17.1.0",
|
||||||
|
"@ogre-tools/injectable-extension-for-auto-registration": "^17.1.0",
|
||||||
|
"@ogre-tools/injectable-react": "^17.1.0",
|
||||||
|
"auto-bind": "^4.0.0",
|
||||||
|
"dompurify": "^2.4.4",
|
||||||
|
"history": "^4.10.1",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"mobx": "^6.9.0",
|
||||||
|
"mobx-observable-history": "^2.0.3",
|
||||||
|
"mobx-react": "^7.6.0",
|
||||||
|
"react": "^17.0.2",
|
||||||
|
"react-dom": "^17.0.2",
|
||||||
|
"react-router-dom": "^5.3.4",
|
||||||
|
"winston": "^3.8.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
"packages/ui-components/resizing-anchor": {
|
"packages/ui-components/resizing-anchor": {
|
||||||
"name": "@k8slens/resizing-anchor",
|
"name": "@k8slens/resizing-anchor",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|||||||
@ -40,9 +40,9 @@
|
|||||||
"@k8slens/tooltip": "^1.0.0-alpha.10",
|
"@k8slens/tooltip": "^1.0.0-alpha.10",
|
||||||
"@k8slens/routing": "^1.0.0-alpha.8",
|
"@k8slens/routing": "^1.0.0-alpha.8",
|
||||||
"@k8slens/utilities": "^1.0.0-alpha.7",
|
"@k8slens/utilities": "^1.0.0-alpha.7",
|
||||||
"@ogre-tools/injectable": "^16.1.0",
|
"@ogre-tools/injectable": "^17.1.0",
|
||||||
"@ogre-tools/injectable-react": "^16.1.0",
|
"@ogre-tools/injectable-react": "^17.1.0",
|
||||||
"@ogre-tools/injectable-extension-for-auto-registration": "^16.1.0",
|
"@ogre-tools/injectable-extension-for-auto-registration": "^17.1.0",
|
||||||
"auto-bind": "^4.0.0",
|
"auto-bind": "^4.0.0",
|
||||||
"dompurify": "^2.4.4",
|
"dompurify": "^2.4.4",
|
||||||
"history": "^4.10.1",
|
"history": "^4.10.1",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user