From d2139e0d9370f7fc467cd7ce4f37a50b497655b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Wed, 27 Mar 2019 15:10:29 -0500 Subject: [PATCH] Updated deps --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index df7b587..975ab5e 100755 --- a/package.json +++ b/package.json @@ -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:*",