From 55c529473a8b85f6f27eb8769ef7bcfb854827b8 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Mon, 9 Apr 2018 00:04:57 -0400 Subject: [PATCH] adding bithoundrc and updating pico-router --- .bithoundrc | 7 +++++++ package-lock.json | 27 ++++----------------------- package.json | 3 +-- 3 files changed, 12 insertions(+), 25 deletions(-) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 0000000..ce01762 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,7 @@ +{ + "dependencies": { + "unused-ignores": [ + "react-dom" + ] + } +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1a85882..900d4b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6101,29 +6101,15 @@ } }, "pico-router": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/pico-router/-/pico-router-1.3.0.tgz", - "integrity": "sha512-VYvL+ycNF+xxqd/vZdBxEUw4KzYNF0EjpFto0lLllEoN0fRzPLoM76Wkx1iOFbNFKfmUbciV4ec+tdPOOxN3Dw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pico-router/-/pico-router-2.1.0.tgz", + "integrity": "sha512-aUTyqGvqbRifVn3StnP7V8QBVcSfsbfpHt+neMgXKPLdxlfgD7kwHv6WzGZxwZ4u6/S6io89hftDy2k1kJHJLQ==", "requires": { "create-react-class": "15.6.3", "lodash": "4.17.5", - "react": "15.6.2", + "react": "16.3.1", "url": "0.11.0", "url-pattern": "1.0.3" - }, - "dependencies": { - "react": { - "version": "15.6.2", - "resolved": "https://registry.npmjs.org/react/-/react-15.6.2.tgz", - "integrity": "sha1-26BDSrQ5z+gvEI8PURZjkIF5qnI=", - "requires": { - "create-react-class": "15.6.3", - "fbjs": "0.8.16", - "loose-envify": "1.3.1", - "object-assign": "4.1.1", - "prop-types": "15.6.1" - } - } } }, "pify": { @@ -7226,11 +7212,6 @@ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, - "striptags": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.1.1.tgz", - "integrity": "sha1-yMPn/db7S7OjKjt1LltePjgJPr0=" - }, "subarg": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", diff --git a/package.json b/package.json index 3d289f4..c8d9b77 100644 --- a/package.json +++ b/package.json @@ -52,11 +52,10 @@ "mongoose": "^4.13.12", "nconf": "^0.10.0", "pico-flux": "^3.0.1", - "pico-router": "^1.3.0", + "pico-router": "^2.1.0", "react": "^16.3.1", "react-dom": "^16.3.1", "shortid": "^2.2.4", - "striptags": "^3.1.1", "superagent": "^3.8.2", "vitreum": "^4.10.1" },