Updated deps and minor lint

This commit is contained in:
ポール ウェッブ 2018-11-20 16:45:23 -06:00
parent 8ea059e954
commit d1ef82dcb4
3 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
"use strict"; /* global document, localStorage */ "use strict";

View file

@ -1,4 +1,4 @@
/* global send */ "use strict"; /* global document, navigator, send, window */ "use strict";

View file

@ -2,7 +2,7 @@
"author": "LBRY Team", "author": "LBRY Team",
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
"@octokit/rest": "^15.17.0", "@octokit/rest": "^16.0.1",
"app-root-path": "^2.1.0", "app-root-path": "^2.1.0",
"async": "^2.6.1", "async": "^2.6.1",
"async-es": "^2.6.1", "async-es": "^2.6.1",
@ -19,8 +19,8 @@
"dedent": "^0.7.0", "dedent": "^0.7.0",
"dotenv": "^6.1.0", "dotenv": "^6.1.0",
"fastify": "^1.13.0", "fastify": "^1.13.0",
"fastify-compress": "^0.7.0", "fastify-compress": "^0.7.1",
"fastify-helmet": "^2.2.0", "fastify-helmet": "^3.0.0",
"fastify-plugin": "^1.2.1", "fastify-plugin": "^1.2.1",
"fastify-static": "^0.14.0", "fastify-static": "^0.14.0",
"fastify-ws": "^1.0.0", "fastify-ws": "^1.0.0",
@ -29,14 +29,14 @@
"graceful-fs": "^4.1.15", "graceful-fs": "^4.1.15",
"heroku-ssl-redirect": "0.0.4", "heroku-ssl-redirect": "0.0.4",
"make-fetch-happen": "^4.0.1", "make-fetch-happen": "^4.0.1",
"make-promises-safe": "^3.0.0", "make-promises-safe": "^4.0.0",
"markdown-it": "^8.4.2", "markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2", "markdown-it-anchor": "^5.0.2",
"prismjs": "^1.15.0", "prismjs": "^9000.0.2",
"redis": "^2.8.0", "redis": "^2.8.0",
"request": "^2.88.0", "request": "^2.88.0",
"request-promise-native": "^1.0.5", "request-promise-native": "^1.0.5",
"slack-node": "^0.1.8", "slack-node": "^0.2.0",
"socket.io": "^2.1.1", "socket.io": "^2.1.1",
"stringify-object": "^3.3.0" "stringify-object": "^3.3.0"
}, },
@ -56,18 +56,18 @@
"@babel/plugin-syntax-import-meta": "7.0.0", "@babel/plugin-syntax-import-meta": "7.0.0",
"@babel/preset-env": "^7.1.6", "@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0", "@babel/register": "^7.0.0",
"@inc/eslint-config": "^1.0.5", "@inc/eslint-config": "^1.1.1",
"@inc/sasslint-config": "^1.1.1", "@inc/sasslint-config": "^1.1.1",
"@lbry/color": "^1.0.3", "@lbry/color": "^1.0.3",
"eslint": "^5.9.0", "eslint": "^5.9.0",
"husky": "^1.1.4", "husky": "^1.1.4",
"nodemon": "^1.18.6", "nodemon": "^1.18.6",
"npm-run-all": "^4.1.3", "npm-run-all": "^4.1.3",
"sass": "^1.15.0", "sass": "^1.15.1",
"sass-lint": "^1.12.1", "sass-lint": "^1.12.1",
"snazzy": "^8.0.0", "snazzy": "^8.0.0",
"standardx": "^3.0.1", "standardx": "^3.0.1",
"updates": "^5.1.2" "updates": "^5.2.2"
}, },
"engines": { "engines": {
"node": "10.2.x" "node": "10.2.x"
@ -82,7 +82,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed", "css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed",
"format": "eslint '**/*.js' --fix", "format": "eslint '**/*.js' --fix --ignore-pattern '/app/dist/'",
"start": "npm run css && NODE_ENV=production node server", "start": "npm run css && NODE_ENV=production node server",
"test": "run-s test:*", "test": "run-s test:*",
"test:dependencies": "updates --update ./", "test:dependencies": "updates --update ./",