Add markdown-pdf option as config output (#270)

This commit is contained in:
Simon Lecoq
2021-04-26 22:18:01 +02:00
committed by GitHub
parent 266b4d5726
commit 44cfde6845
7 changed files with 81 additions and 13 deletions

49
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/rest": "^18.5.3",
"@primer/css": "^16.3.0",
"axios": "^0.21.1",
"compression": "^1.7.4",
"ejs": "^3.1.6",
@@ -1811,6 +1812,28 @@
"resolved": "https://registry.npmjs.org/is_js/-/is_js-0.7.6.tgz",
"integrity": "sha1-XUGq4K61gnqbjuFcqsSnCgWBETo="
},
"node_modules/@primer/css": {
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-16.3.0.tgz",
"integrity": "sha512-nfgvRLPVGS1cdEh/Y1cak17gwEVI8HtQpbGQHvBcWrVQ78sbS3EHvdRUGpFM/Lyi/WKVZInAAwIXG9RWKukOag==",
"dependencies": {
"@primer/octicons": "13.0.0",
"@primer/primitives": "4.2.1"
}
},
"node_modules/@primer/octicons": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-13.0.0.tgz",
"integrity": "sha512-kMNu3Ny3eocOTl2hxRC0YX0na7zJwpSIQNiZqmyqbLMKp2YwNAwk5Tan4RLGe35f30st+EbNq15dEjiMzslAcw==",
"dependencies": {
"object-assign": "^4.1.1"
}
},
"node_modules/@primer/primitives": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.2.1.tgz",
"integrity": "sha512-sI0Bw/PMCZ1kfPX1MRwoNYD6RWdvU0sGk9YYD8euYASwrr4E6aNH9dutMmHTRVe/N3/coBN7QUkV79GMt0UKyQ=="
},
"node_modules/@sindresorhus/is": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.0.tgz",
@@ -8698,7 +8721,6 @@
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"devOptional": true,
"engines": {
"node": ">=0.10.0"
}
@@ -13894,6 +13916,28 @@
}
}
},
"@primer/css": {
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-16.3.0.tgz",
"integrity": "sha512-nfgvRLPVGS1cdEh/Y1cak17gwEVI8HtQpbGQHvBcWrVQ78sbS3EHvdRUGpFM/Lyi/WKVZInAAwIXG9RWKukOag==",
"requires": {
"@primer/octicons": "13.0.0",
"@primer/primitives": "4.2.1"
}
},
"@primer/octicons": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-13.0.0.tgz",
"integrity": "sha512-kMNu3Ny3eocOTl2hxRC0YX0na7zJwpSIQNiZqmyqbLMKp2YwNAwk5Tan4RLGe35f30st+EbNq15dEjiMzslAcw==",
"requires": {
"object-assign": "^4.1.1"
}
},
"@primer/primitives": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.2.1.tgz",
"integrity": "sha512-sI0Bw/PMCZ1kfPX1MRwoNYD6RWdvU0sGk9YYD8euYASwrr4E6aNH9dutMmHTRVe/N3/coBN7QUkV79GMt0UKyQ=="
},
"@sindresorhus/is": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.0.tgz",
@@ -19528,8 +19572,7 @@
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"devOptional": true
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
},
"object-copy": {
"version": "0.1.0",