chore: create version 3.26-beta and upgrade dependencies

This commit is contained in:
lowlighter
2022-07-01 17:49:18 -04:00
parent cb6115082a
commit eba85ae1ee
7 changed files with 514 additions and 2669 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "metrics",
"version": "3.25.0",
"version": "3.26.0-beta",
"description": "An infographics generator with 40+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!",
"main": "index.mjs",
"scripts": {
@@ -34,7 +34,7 @@
"@faker-js/faker": "^7.3.0",
"@octokit/graphql": "^4.8.0",
"@octokit/rest": "^18.12.0",
"@primer/css": "^20.2.3",
"@primer/css": "^20.2.4",
"@primer/octicons": "^17.3.0",
"axios": "^0.27.2",
"clipboard": "^2.0.11",
@@ -44,9 +44,9 @@
"emoji-name-map": "^1.2.9",
"express": "^4.18.1",
"express-rate-limit": "^6.4.0",
"jimp": "^0.16.1",
"file-type": "^17.1.2",
"js-yaml": "^4.1.0",
"linguist-js": "^2.5.0",
"linguist-js": "^2.5.2",
"marked": "^4.0.17",
"memory-cache": "^0.2.0",
"minimatch": "^5.1.0",
@@ -55,11 +55,12 @@
"open-graph-scraper": "^4.11.1",
"png-js": "^1.0.0",
"prismjs": "^1.28.0",
"puppeteer": "^15.0.2",
"puppeteer": "^15.3.0",
"purgecss": "^4.1.3",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.7.0",
"simple-git": "^3.9.0",
"sharp": "^0.30.7",
"simple-git": "^3.10.0",
"svgo": "^2.8.0",
"twemoji-parser": "^14.0.0",
"vue": "^2.6.14",
@@ -69,8 +70,7 @@
"devDependencies": {
"eslint": "^8.18.0",
"jest": "^28.1.1",
"libxmljs2": "^0.30.1",
"nodemon": "^2.0.18"
"libxmljs2": "^0.30.1"
},
"jest": {
"testEnvironment": "node",