From 07e47bd4570c5d76afa0cc8636cddb3f21eb1330 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, 31 Dec 2018 14:16:39 -0600 Subject: [PATCH] Updated deps --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 6271d0d..ac76c6e 100755 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "author": "LBRY Team", "dependencies": { - "@babel/polyfill": "^7.0.0", + "@babel/polyfill": "^7.2.5", "@inc/fastify-ws": "^1.1.0", - "@octokit/rest": "^16.2.0", + "@octokit/rest": "^16.3.0", "@slack/client": "^4.8.0", "app-root-path": "^2.1.0", "async": "^2.6.1", @@ -27,7 +27,7 @@ "fastify-ws": "^1.0.0", "front-matter": "^3.0.1", "fs-exists-sync": "^0.1.0", - "got": "^9.4.0", + "got": "^9.5.0", "graceful-fs": "^4.1.15", "heroku-ssl-redirect": "0.0.4", "make-fetch-happen": "^4.0.1", @@ -42,11 +42,11 @@ }, "description": "Documentation for the LBRY protocol and associated projects", "devDependencies": { - "@babel/cli": "^7.2.0", - "@babel/core": "^7.2.0", + "@babel/cli": "^7.2.3", + "@babel/core": "^7.2.2", "@babel/plugin-external-helpers": "7.2.0", - "@babel/plugin-proposal-class-properties": "7.2.1", - "@babel/plugin-proposal-decorators": "7.2.0", + "@babel/plugin-proposal-class-properties": "7.2.3", + "@babel/plugin-proposal-decorators": "7.2.3", "@babel/plugin-proposal-export-namespace-from": "7.2.0", "@babel/plugin-proposal-function-sent": "7.2.0", "@babel/plugin-proposal-json-strings": "7.2.0", @@ -54,22 +54,22 @@ "@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.2.0", + "@babel/preset-env": "^7.2.3", "@babel/register": "^7.0.0", "@inc/eslint-config": "^1.1.2", "@inc/sasslint-config": "^1.1.2", - "@lbry/color": "^1.0.5", - "@lbry/components": "^1.6.2", - "eslint": "^5.10.0", - "husky": "^1.2.0", - "nodemon": "^1.18.8", + "@lbry/color": "^1.1.0", + "@lbry/components": "^1.6.3", + "eslint": "^5.11.1", + "husky": "^1.3.1", + "nodemon": "^1.18.9", "npm-run-all": "^4.1.5", "pino-pretty": "^2.5.0", "sass": "^1.15.2", "sass-lint": "^1.12.1", "snazzy": "^8.0.0", "standardx": "^3.0.1", - "updates": "^5.4.3" + "updates": "^6.0.3" }, "engines": { "node": "10.2.x"