@primer/components 0.0.0-2021102995710 → 0.0.0-2021103011528

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/CHANGELOG.md +1 -1
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-2021102995710
3
+ ## 0.0.0-2021103011528
4
4
 
5
5
  ### Patch Changes
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-2021102995710",
3
+ "version": "0.0.0-2021103011528",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",
@@ -87,7 +87,7 @@
87
87
  "@testing-library/user-event": "13.1.9",
88
88
  "@types/chroma-js": "2.1.3",
89
89
  "@types/enzyme": "3.10.9",
90
- "@types/jest": "26.0.23",
90
+ "@types/jest": "27.0.2",
91
91
  "@types/jest-axe": "3.5.3",
92
92
  "@types/lodash.isempty": "4.4.6",
93
93
  "@types/lodash.isobject": "3.0.6",
@@ -137,7 +137,8 @@
137
137
  "storybook-addon-performance": "0.16.1",
138
138
  "styled-components": "4.4.1",
139
139
  "ts-toolbelt": "9.6.0",
140
- "typescript": "4.2.2"
140
+ "typescript": "4.2.2",
141
+ "front-matter": "4.0.2"
141
142
  },
142
143
  "peerDependencies": {
143
144
  "react": "^17.0.0",