@carbon/icons-react 11.48.0 → 11.49.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -48,8 +48,7 @@ const { Add } = require('@carbon/icons-react');
48
48
  ```
49
49
 
50
50
  _Note: if you would like to find the import path for an icon, you can reference
51
- our
52
- [Icon Library](https://www.carbondesignsystem.com/guidelines/iconography/library)_
51
+ our [Icon Library](https://carbondesignsystem.com/elements/icons/library)_
53
52
 
54
53
  ### Icon fill
55
54
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icons-react",
3
3
  "description": "React components for icons in digital and software products using the Carbon Design System",
4
- "version": "11.48.0",
4
+ "version": "11.49.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -38,15 +38,15 @@
38
38
  "react": ">=16"
39
39
  },
40
40
  "dependencies": {
41
- "@carbon/icon-helpers": "^10.51.0",
41
+ "@carbon/icon-helpers": "^10.52.0-rc.0",
42
42
  "@ibm/telemetry-js": "^1.5.0",
43
43
  "prop-types": "^15.7.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@carbon/icon-build-helpers": "^1.29.0",
47
- "@carbon/icons": "^11.48.0",
46
+ "@carbon/icon-build-helpers": "^1.30.0-rc.0",
47
+ "@carbon/icons": "^11.49.0-rc.0",
48
48
  "rimraf": "^6.0.0"
49
49
  },
50
50
  "sideEffects": false,
51
- "gitHead": "2e82ab9625d65b607a7510b70d2cb4bacf209378"
51
+ "gitHead": "3bea42a9cef74114dc19f12d48519865bd8a4a17"
52
52
  }