1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

bump to @primer/components v8.2.0

This commit is contained in:
Shawn Allen 2019-01-16 14:55:41 -08:00
parent 0e2b6a41ce
commit a31da094dc
2 changed files with 5 additions and 4 deletions

View File

@ -832,9 +832,9 @@
}
},
"@primer/components": {
"version": "8.0.0-beta",
"resolved": "https://registry.npmjs.org/@primer/components/-/components-8.0.0-beta.tgz",
"integrity": "sha512-ypL3Am787gXtaNmCAiv2Q3mQbOYJ+x8X5H++toFwyxLaOeKaVZE/PdNCGf+5m5tX/apBTg4D4pBDlmabw75fjw==",
"version": "8.2.0-beta",
"resolved": "https://registry.npmjs.org/@primer/components/-/components-8.2.0-beta.tgz",
"integrity": "sha512-EnZDWjOWUDOQvQan1SbW/t10wr6pNA521fZnPcEDMaUbznKM6E4RKC0dmnDFUTP+7DPHL5mjShDzBvCJ6D4C8w==",
"requires": {
"@githubprimer/octicons-react": "8.1.2",
"babel-plugin-macros": "2.4.2",
@ -846,6 +846,7 @@
"primer-typography": "1.0.1",
"react": "16.4.2",
"react-dom": "16.4.2",
"styled-components": "4.1.2",
"styled-system": "3.1.3",
"system-components": "3.0.1"
},

View File

@ -16,7 +16,7 @@
"@githubprimer/octicons-react": "^8.1.3",
"@mdx-js/mdx": "^0.16.6",
"@mdx-js/tag": "0.15.0",
"@primer/components": "^8.0.0-beta",
"@primer/components": "^8.2.0-beta",
"@svgr/webpack": "2.4.1",
"@zeit/next-sass": "^1.0.1",
"babel-core": "7.0.0-bridge.0",