@workday/canvas-kit-docs 6.8.2 → 6.8.5

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.
@@ -162,7 +162,7 @@ different, but this will prevent snapshot tests that don't have any changes from
162
162
 
163
163
  ## Functional tests
164
164
 
165
- Canvas Kit uses [Cypress][https://cypress.io] for browser-based behavior testing (additional info:
165
+ Canvas Kit uses [Cypress](https://cypress.io) for browser-based behavior testing (additional info:
166
166
  [Why Cypress?](https://github.com/Workday/canvas-kit/tree/master/cypress/WHY_CYPRESS.md)).
167
167
  Functional tests ensure the code meets functional specifications from a user's perspective. All
168
168
  functional tests are written against a Storybook Story. Specifications can come from many different
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "6.8.2",
3
+ "version": "6.8.5",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "@storybook/csf": "0.0.1",
53
- "@workday/canvas-kit-react": "^6.8.2"
53
+ "@workday/canvas-kit-react": "^6.8.5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "fs-extra": "^10.0.0",
@@ -58,5 +58,5 @@
58
58
  "mkdirp": "^1.0.3",
59
59
  "typescript": "^3.8.3"
60
60
  },
61
- "gitHead": "4f98e7c4d826edea5f98caaeee2ca0b73e0c6bbd"
61
+ "gitHead": "fa921d52d714fed3268e899b2c637395f672bc28"
62
62
  }