From 09543fcf1d737c16e5c06c6b5e22303c04ae364f 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, 21 Nov 2018 11:57:58 -0600 Subject: [PATCH] Updated dep and fix for build issue --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea1d6e5..27c5726 100755 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "make-promises-safe": "^4.0.0", "markdown-it": "^8.4.2", "markdown-it-anchor": "^5.0.2", - "prismjs": "^9000.0.2", + "prismjs": "^1.15.0", "redis": "^2.8.0", "request": "^2.88.0", "request-promise-native": "^1.0.5", @@ -60,7 +60,7 @@ "@inc/sasslint-config": "^1.1.1", "@lbry/color": "^1.0.3", "eslint": "^5.9.0", - "husky": "^1.1.4", + "husky": "^1.2.0", "nodemon": "^1.18.6", "npm-run-all": "^4.1.3", "sass": "^1.15.1", @@ -85,7 +85,7 @@ "format": "eslint '**/*.js' --fix --ignore-pattern '/app/dist/'", "start": "npm run css && NODE_ENV=production node server", "test": "run-s test:*", - "test:dependencies": "updates --update ./", + "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": "run-p watch:*",