bump snap-shot-it, remove patch-package

This commit is contained in:
Brian Mann
2020-02-03 22:32:53 -05:00
parent a97fdeeb17
commit ba23be5349
2 changed files with 1 additions and 16 deletions
+1 -3
View File
@@ -12,7 +12,6 @@
"codecov": "codecov",
"predev": "npm run check-deps-pre",
"dev": "node index.js",
"postinstall": "npx patch-package",
"lint-coffee": "../../node_modules/.bin/coffeelint test/*.coffee test/unit/*.coffee test/integration/*.coffee",
"prerepl": "npm run check-deps-pre",
"repl": "node repl.js",
@@ -173,11 +172,10 @@
"multiparty": "4.2.1",
"nock": "9.6.1",
"npm-install-version": "6.0.2",
"patch-package": "6.2.0",
"proxyquire": "2.1.0",
"react": "15.6.2",
"repl.history": "0.1.4",
"snap-shot-it": "7.9.1",
"snap-shot-it": "7.9.2",
"ssestream": "1.0.1",
"stream-to-promise": "1.1.1",
"supertest": "4.0.2",
@@ -1,13 +0,0 @@
diff --git a/node_modules/snap-shot-it/src/index.js b/node_modules/snap-shot-it/src/index.js
index 704d165..edadb6b 100644
--- a/node_modules/snap-shot-it/src/index.js
+++ b/node_modules/snap-shot-it/src/index.js
@@ -41,7 +41,7 @@ function _pruneSnapshots () {
}
// eslint-disable-next-line immutable/no-let
-let pruneSnapshots
+let pruneSnapshots = function noop() {}
let pruneSnapshotsOptions
/**