@workday/canvas-kit-docs 12.1.2 → 12.1.3

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "12.1.2",
3
+ "version": "12.1.3",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -27,7 +27,7 @@
27
27
  "build:docs": "node ./utils/build-docs.js",
28
28
  "build:rebuild": "npm-run-all clean build",
29
29
  "build:specs": "node ./utils/build-specifications.js",
30
- "build": "npm-run-all --parallel build:es6 build:mdx --parallel build:specs build:docs",
30
+ "build": "npm-run-all build:es6 build:mdx build:specs build:docs",
31
31
  "depcheck": "node ../../utils/check-dependencies-exist.js",
32
32
  "typecheck:src": "tsc -p . --noEmit --incremental false"
33
33
  },
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^12.1.2",
48
- "@workday/canvas-kit-preview-react": "^12.1.2",
49
- "@workday/canvas-kit-react": "^12.1.2",
50
- "@workday/canvas-kit-styling": "^12.1.2",
47
+ "@workday/canvas-kit-labs-react": "^12.1.3",
48
+ "@workday/canvas-kit-preview-react": "^12.1.3",
49
+ "@workday/canvas-kit-react": "^12.1.3",
50
+ "@workday/canvas-kit-styling": "^12.1.3",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.1",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -60,5 +60,5 @@
60
60
  "mkdirp": "^1.0.3",
61
61
  "typescript": "5.0"
62
62
  },
63
- "gitHead": "802784764d4cd8f030cf5908d0c050c9e8950b90"
63
+ "gitHead": "b0a90152015ec3a58183521456a9c5550070b9a0"
64
64
  }