diff --git a/package-lock.json b/package-lock.json index 5522a067..4832409d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@redhat-cloud-services/frontend-components-notifications": "4.1.0", "@redhat-cloud-services/frontend-components-utilities": "4.0.17", "@reduxjs/toolkit": "2.2.7", - "@scalprum/react-core": "0.8.0", + "@scalprum/react-core": "0.9.1", "@unleash/proxy-client-react": "4.3.1", "classnames": "2.5.1", "lodash": "4.17.21", @@ -1853,7 +1853,7 @@ "@redhat-cloud-services/frontend-components-utilities": "^4.0.0", "@redhat-cloud-services/types": "^1.0.9", "@scalprum/core": "^0.8.1", - "@scalprum/react-core": "^0.9.1", + "@scalprum/react-core": "0.9.1", "classnames": "^2.2.5", "sanitize-html": "^2.12.1" }, @@ -2269,29 +2269,6 @@ "tslib": "^2.6.2" } }, - "node_modules/@redhat-cloud-services/frontend-components/node_modules/@scalprum/react-core": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.9.1.tgz", - "integrity": "sha512-r3ydkxwqtauWUH+NS1pWg9esWhLdOoH9XDomUhA3wLRSMs9R2HStWkKJ4NrryyMGafv+0I1djLkgfmaZk64z0g==", - "dependencies": { - "@openshift/dynamic-plugin-sdk": "^5.0.1", - "@scalprum/core": "^0.7.0", - "lodash": "^4.17.0" - }, - "peerDependencies": { - "react": ">=16.8.0 || >=17.0.0 || ^18.0.0", - "react-dom": ">=16.8.0 || >=17.0.0 || ^18.0.0" - } - }, - "node_modules/@redhat-cloud-services/frontend-components/node_modules/@scalprum/react-core/node_modules/@scalprum/core": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@scalprum/core/-/core-0.7.0.tgz", - "integrity": "sha512-zvrPXexI+bxHGFY/teuwPI5yjnOuiq8uT+RDsrm3gnpr1AqZQVUiGdskl1ON/ci5lSs1kNadmXceF1BTKlicwg==", - "dependencies": { - "@openshift/dynamic-plugin-sdk": "^5.0.1", - "tslib": "^2.6.2" - } - }, "node_modules/@redhat-cloud-services/javascript-clients-shared": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/@redhat-cloud-services/javascript-clients-shared/-/javascript-clients-shared-1.2.4.tgz", @@ -2644,9 +2621,9 @@ } }, "node_modules/@scalprum/react-core": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.8.0.tgz", - "integrity": "sha512-ADqL6GdjT0ihVfTtIqu8vvYgwUb3IiUGXj9md1+h6tL8yshbq+FAezwuD9jhX7qcjfgL1Sl3g/faO2/SE9jPvw==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.9.1.tgz", + "integrity": "sha512-r3ydkxwqtauWUH+NS1pWg9esWhLdOoH9XDomUhA3wLRSMs9R2HStWkKJ4NrryyMGafv+0I1djLkgfmaZk64z0g==", "dependencies": { "@openshift/dynamic-plugin-sdk": "^5.0.1", "@scalprum/core": "^0.7.0", diff --git a/package.json b/package.json index eed73a1a..71a4d297 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@redhat-cloud-services/frontend-components-notifications": "4.1.0", "@redhat-cloud-services/frontend-components-utilities": "4.0.17", "@reduxjs/toolkit": "2.2.7", - "@scalprum/react-core": "0.8.0", + "@scalprum/react-core": "0.9.1", "@unleash/proxy-client-react": "4.3.1", "classnames": "2.5.1", "lodash": "4.17.21",