From 0efe23f04acde1cdd523337eb4d8f9352387d35d Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 7 Aug 2019 23:41:05 +0800 Subject: [PATCH] update rrweb-snapshot to fix #112 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da65f0ae99..832f6eadd0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "@types/smoothscroll-polyfill": "^0.3.0", "mitt": "^1.1.3", - "rrweb-snapshot": "^0.7.13", + "rrweb-snapshot": "^0.7.14", "smoothscroll-polyfill": "^0.4.3" } }