mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 19:41:16 -05:00
bump snap-shot-it, remove patch-package
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user