Updated deps

This commit is contained in:
ポール ウェッブ 2019-03-27 15:10:29 -05:00
parent 76245359bf
commit d2139e0d93

View file

@ -12,7 +12,7 @@
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@inc/fastify-ws": "^1.1.0",
"@octokit/rest": "^16.19.0",
"@octokit/rest": "^16.21.0",
"@slack/client": "^4.12.0",
"async": "^2.6.2",
"async-es": "^2.6.2",
@ -25,19 +25,19 @@
"cors": "^2.8.5",
"cron": "^1.7.0",
"date-format-lite": "^17.7.0",
"decamelize": "^3.0.0",
"decamelize": "^3.1.1",
"dedent": "^0.7.0",
"dotenv": "^7.0.0",
"fastify": "~1.13.3",
"fastify": "~2.1.0",
"fastify-compress": "^0.8.1",
"fastify-helmet": "^3.0.0",
"fastify-static": "^2.3.4",
"fastify-static": "^2.4.0",
"front-matter": "^3.0.1",
"fs-exists-sync": "^0.1.0",
"got": "^9.6.0",
"graceful-fs": "^4.1.15",
"link-module-alias": "^1.1.6",
"make-promises-safe": "^4.0.0",
"make-promises-safe": "^5.0.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"prismjs": "^1.15.0",
@ -60,12 +60,12 @@
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/preset-env": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"@inc/eslint-config": "^1.1.3",
"@inc/sasslint-config": "^1.2.0",
"@lbry/color": "^1.1.1",
"@lbry/components": "^2.3.2",
"@lbry/components": "^2.4.0",
"eslint": "^5.15.3",
"husky": "^1.3.1",
"nodemon": "^1.18.10",
@ -98,7 +98,7 @@
"preinstall": "command -v link-module-alias; link-module-alias clean || true",
"start": "npm i; npm run css; NODE_ENV=production node index.js",
"test": "run-s test:*",
"test:dependencies": "updates --update ./ --exclude fastify,prismjs",
"test:dependencies": "updates --update ./ --exclude prismjs",
"test:lint": "standardx --verbose | snazzy",
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
"watch": "npm run css; run-p watch:*",