Update package.json
This commit is contained in:
1363
package-lock.json
generated
1363
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -7,7 +7,7 @@
|
||||
"start": "node source/app/web/index.mjs",
|
||||
"test": "npx jest",
|
||||
"index": "node .github/index.mjs",
|
||||
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest image-to-base64@latest js-yaml@latest memory-cache@latest prismjs@latest puppeteer@latest svgo@latest vue@latest jest@latest libxmljs@latest",
|
||||
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest image-to-base64@latest js-yaml@latest memory-cache@latest prismjs@latest puppeteer@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest eslint@latest jest@latest libxmljs@latest",
|
||||
"quickstart": "node .github/quickstart/index.mjs",
|
||||
"linter": "npx eslint source/**/*.mjs"
|
||||
},
|
||||
@@ -24,27 +24,27 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@octokit/graphql": "^4.5.9",
|
||||
"@octokit/rest": "^18.0.15",
|
||||
"@octokit/graphql": "^4.6.0",
|
||||
"@octokit/rest": "^18.1.1",
|
||||
"axios": "^0.21.1",
|
||||
"compression": "^1.7.4",
|
||||
"ejs": "^3.1.5",
|
||||
"ejs": "^3.1.6",
|
||||
"express": "^4.17.1",
|
||||
"express-rate-limit": "^5.2.3",
|
||||
"faker": "^5.2.0",
|
||||
"express-rate-limit": "^5.2.6",
|
||||
"faker": "^5.4.0",
|
||||
"image-to-base64": "^2.1.1",
|
||||
"js-yaml": "^4.0.0",
|
||||
"memory-cache": "^0.2.0",
|
||||
"prismjs": "^1.23.0",
|
||||
"puppeteer": "^5.5.0",
|
||||
"simple-git": "^2.31.0",
|
||||
"svgo": "^1.3.2",
|
||||
"puppeteer": "^7.1.0",
|
||||
"simple-git": "^2.35.0",
|
||||
"svgo": "^2.0.0",
|
||||
"twemoji-parser": "^13.0.0",
|
||||
"vue": "^2.6.12",
|
||||
"vue-prism-component": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.19.0",
|
||||
"eslint": "^7.20.0",
|
||||
"jest": "^26.6.3",
|
||||
"libxmljs": "^0.19.7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user