@carbon/ibm-products 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "1.2.3",
4
+ "version": "1.2.4",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -64,13 +64,13 @@
64
64
  "npm-check-updates": "^12.0.5",
65
65
  "npm-run-all": "^4.1.5",
66
66
  "rimraf": "^3.0.2",
67
- "sass": "^1.45.0",
68
- "yargs": "^17.3.0"
67
+ "sass": "^1.45.1",
68
+ "yargs": "^17.3.1"
69
69
  },
70
70
  "dependencies": {
71
71
  "@babel/runtime": "^7.16.5",
72
72
  "@carbon/telemetry": "^0.0.0-alpha.6",
73
- "react-resize-detector": "^6.7.6"
73
+ "react-resize-detector": "^6.7.7"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@carbon/colors": "^10.34.0",
@@ -86,5 +86,5 @@
86
86
  "react": "^16.8.6 || ^17.0.1",
87
87
  "react-dom": "^16.8.6 || ^17.0.1"
88
88
  },
89
- "gitHead": "c1671e65c1d670f63ae37ec9c2db8cc02f4b4a38"
89
+ "gitHead": "6eeed92e16258acf94397ca8616e5f0486e7d000"
90
90
  }