@carbon/cli 11.20.0-rc.0 → 11.21.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/cli",
3
3
  "description": "Task automation for working with the Carbon Design System",
4
- "version": "11.20.0-rc.0",
4
+ "version": "11.21.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-cli": "./bin/carbon-cli.js"
@@ -53,10 +53,10 @@
53
53
  "remark": "^10.0.1",
54
54
  "replace-in-file": "^7.0.0",
55
55
  "rollup": "^2.79.1",
56
- "sass": "^1.51.0",
56
+ "sass": "^1.77.7",
57
57
  "sassdoc": "^2.7.3",
58
- "typescript-config-carbon": "^0.3.0-rc.0",
58
+ "typescript-config-carbon": "^0.3.0",
59
59
  "yargs": "^17.0.1"
60
60
  },
61
- "gitHead": "5e14bf5949724bee568601e514b5ce18e50d4525"
61
+ "gitHead": "3bea42a9cef74114dc19f12d48519865bd8a4a17"
62
62
  }
@@ -1,4 +1,4 @@
1
- import { ArgsTable } from '@storybook/blocks';
1
+ import { ArgTypes } from '@storybook/blocks';
2
2
  import { <%= name %> } from './';
3
3
 
4
4
  # <%= name %>
@@ -26,7 +26,7 @@ TODO
26
26
 
27
27
  ## Component API
28
28
 
29
- <ArgsTable />
29
+ <ArgTypes />
30
30
 
31
31
  ## Feedback
32
32