chore: create v3.20-beta

This commit is contained in:
lowlighter
2022-02-02 20:57:51 -05:00
parent f3f3c3564e
commit 212adbb0be
2 changed files with 1621 additions and 1807 deletions

3400
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "metrics", "name": "metrics",
"version": "3.19.0", "version": "3.20.0-beta",
"description": "An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!", "description": "An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!",
"main": "index.mjs", "main": "index.mjs",
"scripts": { "scripts": {
@@ -32,22 +32,22 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@faker-js/faker": "^6.0.0-alpha.3", "@faker-js/faker": "^6.0.0-alpha.5",
"@octokit/graphql": "^4.8.0", "@octokit/graphql": "^4.8.0",
"@octokit/rest": "^18.12.0", "@octokit/rest": "^18.12.0",
"@primer/css": "^19.2.0", "@primer/css": "^19.3.0",
"axios": "^0.25.0", "axios": "^0.25.0",
"clipboard": "^2.0.8", "clipboard": "^2.0.10",
"compression": "^1.7.4", "compression": "^1.7.4",
"csso": "^5.0.0", "csso": "^5.0.2",
"ejs": "^3.1.6", "ejs": "^3.1.6",
"emoji-name-map": "^1.2.9", "emoji-name-map": "^1.2.9",
"express": "^4.17.1", "express": "^4.17.2",
"express-rate-limit": "^6.2.0", "express-rate-limit": "^6.2.0",
"jimp": "^0.16.1", "jimp": "^0.16.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"linguist-js": "^2.2.0", "linguist-js": "^2.2.0",
"marked": "^4.0.10", "marked": "^4.0.12",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"node-chartist": "^1.0.5", "node-chartist": "^1.0.5",
@@ -55,11 +55,11 @@
"open-graph-scraper": "^4.11.0", "open-graph-scraper": "^4.11.0",
"png-js": "^1.0.0", "png-js": "^1.0.0",
"prismjs": "^1.26.0", "prismjs": "^1.26.0",
"puppeteer": "^13.1.1", "puppeteer": "^13.1.3",
"purgecss": "^4.1.2", "purgecss": "^4.1.3",
"rss-parser": "^3.12.0", "rss-parser": "^3.12.0",
"sanitize-html": "^2.6.0", "sanitize-html": "^2.6.1",
"simple-git": "^3.1.0", "simple-git": "^3.1.1",
"svgo": "^2.8.0", "svgo": "^2.8.0",
"twemoji-parser": "^13.1.0", "twemoji-parser": "^13.1.0",
"vue": "^2.6.14", "vue": "^2.6.14",
@@ -67,8 +67,8 @@
"xml-formatter": "^2.6.0" "xml-formatter": "^2.6.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.7.0", "eslint": "^8.8.0",
"jest": "^27.4.0", "jest": "^27.4.7",
"libxmljs2": "^0.29.0", "libxmljs2": "^0.29.0",
"nodemon": "^2.0.15" "nodemon": "^2.0.15"
}, },
@@ -79,6 +79,6 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"gifencoder": "^2.0.1", "gifencoder": "^2.0.1",
"utf-8-validate": "^5.0.7" "utf-8-validate": "^5.0.8"
} }
} }