From 45eb5d5a5ab054b8f061fd4c1d93c69b78dfff12 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: Mon, 24 Sep 2018 11:24:16 -0500 Subject: [PATCH] Updated deps --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index b6b53f5..7ae3955 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "LBRY Team", "dependencies": { "@babel/polyfill": "^7.0.0", - "@octokit/rest": "^15.10.0", + "@octokit/rest": "^15.12.0", "app-root-path": "^2.1.0", "async": "^2.6.1", "async-es": "^2.6.1", @@ -11,17 +11,17 @@ "choo-devtools": "^2.5.1", "choo-ssr": "^0.2.1", "choo-websocket": "^2.0.0", - "colorette": "^1.0.1", + "colorette": "^1.0.4", "cors": "^2.8.4", "cron": "^1.4.1", "date-format-lite": "^17.7.0", "decamelize": "^2.0.0", "dedent": "^0.7.0", "dotenv": "^6.0.0", - "fastify": "^1.11.0", - "fastify-compress": "^0.6.0", + "fastify": "^1.12.0", + "fastify-compress": "^0.7.0", "fastify-helmet": "^2.1.0", - "fastify-plugin": "^1.2.0", + "fastify-plugin": "^1.2.1", "fastify-static": "^0.14.0", "fastify-ws": "^1.0.0", "front-matter": "^2.3.0", @@ -45,26 +45,26 @@ }, "description": "Documentation for the LBRY protocol and associated projects", "devDependencies": { - "@babel/cli": "^7.0.0", - "@babel/core": "^7.0.0", + "@babel/cli": "^7.1.0", + "@babel/core": "^7.1.0", "@babel/plugin-external-helpers": "7.0.0", - "@babel/plugin-proposal-class-properties": "7.0.0", - "@babel/plugin-proposal-decorators": "7.0.0", + "@babel/plugin-proposal-class-properties": "7.1.0", + "@babel/plugin-proposal-decorators": "7.1.0", "@babel/plugin-proposal-export-namespace-from": "7.0.0", - "@babel/plugin-proposal-function-sent": "7.0.0", + "@babel/plugin-proposal-function-sent": "7.1.0", "@babel/plugin-proposal-json-strings": "7.0.0", "@babel/plugin-proposal-numeric-separator": "7.0.0", "@babel/plugin-proposal-throw-expressions": "7.0.0", "@babel/plugin-syntax-dynamic-import": "7.0.0", "@babel/plugin-syntax-import-meta": "7.0.0", - "@babel/preset-env": "^7.0.0", + "@babel/preset-env": "^7.1.0", "@babel/register": "^7.0.0", - "nodemon": "^1.18.3", + "nodemon": "^1.18.4", "npm-run-all": "^4.1.3", - "sass": "^1.13.0", - "snazzy": "^7.1.1", - "standardx": "^2.1.0", - "updates": "^4.2.1" + "sass": "^1.14.0", + "snazzy": "^8.0.0", + "standardx": "^3.0.1", + "updates": "^4.3.0" }, "engines": { "node": "10.2.x"