Revert "Revert "new octicons package""

This reverts commit f3ce77a5ba.
This commit is contained in:
evelyn masso 2019-09-25 11:24:58 -07:00
parent f3ce77a5ba
commit cc8ed4fa69
3 changed files with 9 additions and 9 deletions

View file

@ -93,7 +93,7 @@
"legal-eagle": "0.16.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.12.0",
"octicons": "^8.2.0",
"@primer/octicons": "^9.1.0",
"parallel-webpack": "^2.3.0",
"prettier": "1.16.0",
"request": "^2.72.0",

View file

@ -42,7 +42,7 @@ function readXml(xml: string): Promise<IXML2JSNode> {
}
async function generateIconData(): Promise<ReadonlyArray<IOcticonData>> {
const octicons = require('octicons')
const octicons = require('@primer/octicons')
const results = new Array<IOcticonData>()

View file

@ -149,6 +149,13 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^12.0.9"
"@primer/octicons@^9.1.0":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-9.1.1.tgz#a72a59e8ec77521cc2eefb36c345f780a61c79fb"
integrity sha512-7EGM0+Kx39bIgaYr9bTCzFvBCxm+fqh/YJIoSns8zfCwss32ZJ2GDP3024UH709VQtM5cKFU4JcIYPHyGdSfIg==
dependencies:
object-assign "^4.1.1"
"@types/body-parser@*":
version "1.16.8"
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.16.8.tgz#687ec34140624a3bec2b1a8ea9268478ae8f3be3"
@ -7323,13 +7330,6 @@ object.values@^1.0.4:
function-bind "^1.1.0"
has "^1.0.1"
octicons@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/octicons/-/octicons-8.2.0.tgz#cf077d62442248c1c54d1b00df3b19913d47f29d"
integrity sha512-m8qID8+tU9ETSwaHVWq8Z9Nv8dW08sPGpSuV1nyf8ziG3EdE7phUOxwW+ev5saeY9UnwwFCaHsE8ymZFq6vhDQ==
dependencies:
object-assign "^4.1.1"
on-finished@~2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"