App.js: the syle import is no longer required in @redhat-cloud-services/frontend-components

This commit is contained in:
Jacob Kozol 2022-03-23 20:05:29 +01:00 committed by jkozol
parent e208369c3e
commit 917c67f98a
4 changed files with 10 additions and 11 deletions

16
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@patternfly/patternfly": "4.179.1",
"@patternfly/react-core": "4.198.19",
"@patternfly/react-table": "4.67.19",
"@redhat-cloud-services/frontend-components": "3.7.3",
"@redhat-cloud-services/frontend-components": "3.8.3",
"@redhat-cloud-services/frontend-components-notifications": "3.2.5",
"@redhat-cloud-services/frontend-components-utilities": "3.2.12",
"classnames": "2.3.1",
@ -2886,11 +2886,12 @@
"dev": true
},
"node_modules/@redhat-cloud-services/frontend-components": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-3.7.3.tgz",
"integrity": "sha512-Tq1/1vfOQdDnnhVC7vpLIvqWKRZY24zPsmxAYcuAzO7KI85mEmsKbBKdVAGzofi/mpI/FcG2fAu0jIu6GmP9hQ==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-3.8.3.tgz",
"integrity": "sha512-PWAWuBjSEFcErmUgKnQ0UH6dEtgLK0+iAJiTqWvhzS8xlWCDQaNtvb7w8MolTGkWU46BaeaiuFuuELskarrsRA==",
"dependencies": {
"@redhat-cloud-services/frontend-components-utilities": ">=3.0.0",
"@redhat-cloud-services/types": "0.0.1",
"@scalprum/core": "^0.1.1",
"@scalprum/react-core": "^0.1.7",
"sanitize-html": "^2.3.2"
@ -18717,11 +18718,12 @@
"dev": true
},
"@redhat-cloud-services/frontend-components": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-3.7.3.tgz",
"integrity": "sha512-Tq1/1vfOQdDnnhVC7vpLIvqWKRZY24zPsmxAYcuAzO7KI85mEmsKbBKdVAGzofi/mpI/FcG2fAu0jIu6GmP9hQ==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-3.8.3.tgz",
"integrity": "sha512-PWAWuBjSEFcErmUgKnQ0UH6dEtgLK0+iAJiTqWvhzS8xlWCDQaNtvb7w8MolTGkWU46BaeaiuFuuELskarrsRA==",
"requires": {
"@redhat-cloud-services/frontend-components-utilities": ">=3.0.0",
"@redhat-cloud-services/types": "0.0.1",
"@scalprum/core": "^0.1.1",
"@scalprum/react-core": "^0.1.7",
"sanitize-html": "^2.3.2"