Skip to content

Commit 8e0ed25

Browse files
authored
fix: update cloud-cognitive to reflect new package name and prefix (#199)
Co-authored-by: Matt Gallo <[email protected]>
1 parent f1b4a62 commit 8e0ed25

File tree

6 files changed

+25
-19
lines changed

6 files changed

+25
-19
lines changed

packages/component-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "yarn format && yarn lint"
1818
},
1919
"dependencies": {
20-
"@carbon/ibm-cloud-cognitive": "^0.98.0",
20+
"@carbon/ibm-products": "^1.2.4",
2121
"@carbon/ibm-security": "^1.31.0",
2222
"@carbon/ibmdotcom-react": "^1.27.0",
2323
"@carbon/ibmdotcom-web-components": "^1.12.0",

packages/component-list/src/libraries/cloud-cognitive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as _CloudCognitive from '@carbon/ibm-cloud-cognitive';
1+
import * as _CloudCognitive from '@carbon/ibm-products';
22
import { _initStats } from '../helpers.js';
33

44
const { _stats, success } = new _initStats();
@@ -27,7 +27,7 @@ cloudCognitive = Object.values(cloudCognitive).reduce(
2727
);
2828

2929
cloudCognitive = {
30-
name: 'IBM cloud cognitive',
30+
name: 'Carbon for IBM Products',
3131
components: cloudCognitive,
3232
_stats,
3333
};

packages/web-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@carbon/colors": "^10.30.0",
2121
"@carbon/grid": "^10.33.0",
22-
"@carbon/ibm-cloud-cognitive": "^0.98.0",
22+
"@carbon/ibm-products": "^1.2.4",
2323
"@carbon/ibm-security": "^1.31.0",
2424
"@carbon/ibmdotcom-react": "^1.27.0",
2525
"@carbon/ibmdotcom-utilities": "^1.27.0",

packages/web-extension/src/globals/prefixSelectors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pkg from '@carbon/ibm-cloud-cognitive/es/global/js/package-settings';
1+
import pkg from '@carbon/ibm-products/es/global/js/package-settings';
22
import dotcomSettings from '@carbon/ibmdotcom-utilities/es/utilities/settings/settings';
33
import { getComponentNamespace as getSecurityPrefix } from '@carbon/ibm-security/es/globals/namespace';
44
import carbonSettings from 'carbon-components/es/globals/js/settings';

packages/web-extension/src/options/components/Footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function getMajorVersion(dependency) {
1616
return getVersion(dependency).split('.')[0];
1717
}
1818

19-
const CLOUD_COGNITIVE = '@carbon/ibm-cloud-cognitive';
19+
const CLOUD_COGNITIVE = '@carbon/ibm-products';
2020

2121
const packages = [
2222
{ name, version },

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -987,13 +987,20 @@
987987
dependencies:
988988
regenerator-runtime "^0.13.4"
989989

990-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.14.8", "@babel/runtime@^7.16.0", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.0", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.1", "@babel/runtime@^7.9.2":
990+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.14.8", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.0", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.1", "@babel/runtime@^7.9.2":
991991
version "7.16.3"
992992
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
993993
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
994994
dependencies:
995995
regenerator-runtime "^0.13.4"
996996

997+
"@babel/runtime@^7.16.5":
998+
version "7.16.7"
999+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
1000+
integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
1001+
dependencies:
1002+
regenerator-runtime "^0.13.4"
1003+
9971004
"@babel/template@^7.15.4":
9981005
version "7.15.4"
9991006
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
@@ -1066,14 +1073,14 @@
10661073
"@carbon/import-once" "^10.6.0"
10671074
"@carbon/layout" "^10.34.0"
10681075

1069-
"@carbon/ibm-cloud-cognitive@^0.98.0":
1070-
version "0.98.0"
1071-
resolved "https://registry.yarnpkg.com/@carbon/ibm-cloud-cognitive/-/ibm-cloud-cognitive-0.98.0.tgz#1e04bc7b2921f848360e70bdef266522def55611"
1072-
integrity sha512-ZJnheBjRjZzZfpRoOZdJ4rQTDZ+2vXPWilfonXvoHbGc8TLWKLnlp6+PlYcd6DEgjM27I/mornDLoFfcYcC6NA==
1076+
"@carbon/ibm-products@^1.2.4":
1077+
version "1.2.4"
1078+
resolved "https://registry.yarnpkg.com/@carbon/ibm-products/-/ibm-products-1.2.4.tgz#e98a35511bf44713885dbd6b2873030193217556"
1079+
integrity sha512-WUrnvlOeMT1WNfvAfOk43lKEyYK0VAnw+/FYLDEmZcBHJEgALnwqQTnDstMqsYXmV0cVrLUz/rGeRsHAVCcFbw==
10731080
dependencies:
1074-
"@babel/runtime" "^7.16.0"
1081+
"@babel/runtime" "^7.16.5"
10751082
"@carbon/telemetry" "^0.0.0-alpha.6"
1076-
react-resize-detector "^6.7.6"
1083+
react-resize-detector "^6.7.7"
10771084

10781085
"@carbon/ibm-security@^1.31.0":
10791086
version "1.46.0"
@@ -12702,14 +12709,13 @@ [email protected]:
1270212709
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
1270312710
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
1270412711

12705-
react-resize-detector@^6.7.6:
12706-
version "6.7.6"
12707-
resolved "https://registry.yarnpkg.com/react-resize-detector/-/react-resize-detector-6.7.6.tgz#4416994e5ead7eba76606e3a248a1dfca49b67a3"
12708-
integrity sha512-/6RZlul1yePSoYJxWxmmgjO320moeLC/khrwpEVIL+D2EjLKhqOwzFv+H8laMbImVj7Zu4FlMa0oA7au3/ChjQ==
12712+
react-resize-detector@^6.7.7:
12713+
version "6.7.8"
12714+
resolved "https://registry.yarnpkg.com/react-resize-detector/-/react-resize-detector-6.7.8.tgz#318c85d1335e50f99d4fb8eb9ec34e066db597d0"
12715+
integrity sha512-0FaEcUBAbn+pq3PT5a9hHRebUfuS1SRLGLpIw8LydU7zX429I6XJgKerKAMPsJH0qWAl6o5bVKNqFJqr6tGPYw==
1270912716
dependencies:
1271012717
"@types/resize-observer-browser" "^0.1.6"
12711-
lodash.debounce "^4.0.8"
12712-
lodash.throttle "^4.1.1"
12718+
lodash "^4.17.21"
1271312719
resize-observer-polyfill "^1.5.1"
1271412720

1271512721
react-svg-core@^3.0.3:

0 commit comments

Comments
 (0)