mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
Update deps
This commit is contained in:
parent
15853d20a2
commit
792249131e
2 changed files with 11 additions and 7 deletions
18
package.json
18
package.json
|
|
@ -20,11 +20,11 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@octokit/rest": "^16.27.3",
|
||||
"@octokit/rest": "^16.28.2",
|
||||
"btoa": "^1.2.1",
|
||||
"compression": "^1.7.4",
|
||||
"dayjs": "^1.8.14",
|
||||
"ejs": "^2.6.1",
|
||||
"ejs": "^2.6.2",
|
||||
"express": "^4.17.1",
|
||||
"express-minify": "^1.0.0",
|
||||
"git-pull": "^0.1.0",
|
||||
|
|
@ -34,22 +34,26 @@
|
|||
"postcss-middleware": "^1.1.4",
|
||||
"postcss-preset-env": "^6.6.0",
|
||||
"tmp": "^0.1.0",
|
||||
"typescript": "^3.5.1"
|
||||
"typescript": "^3.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/btoa": "^1.2.3",
|
||||
"@types/compression": "^0.0.36",
|
||||
"@types/css": "^0.0.31",
|
||||
"@types/ejs": "^2.6.3",
|
||||
"@types/express": "^4.16.1",
|
||||
"@types/express": "^4.17.0",
|
||||
"@types/express-minify": "^0.1.34",
|
||||
"@types/md5": "^2.1.33",
|
||||
"@types/node": "^12.0.4",
|
||||
"@types/node": "^12.0.8",
|
||||
"@types/tmp": "^0.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^1.9.0",
|
||||
"@typescript-eslint/eslint-plugin": "^1.10.2",
|
||||
"@typescript-eslint/parser": "^1.10.2",
|
||||
"css": "^2.2.4",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-google": "^0.13.0",
|
||||
"ts-node-dev": "^1.0.0-pre.39"
|
||||
"ts-node-dev": "^1.0.0-pre.40"
|
||||
},
|
||||
"resolutions": {
|
||||
"postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^2.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue