From c1010c54f2615ed4cfd23954cc5b8be94341eb17 Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Sat, 31 Aug 2019 16:16:06 +0800 Subject: [PATCH] update rrweb-snapshot to fix #129 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07555223..3bafce9c 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.16", + "rrweb-snapshot": "^0.7.18", "smoothscroll-polyfill": "^0.4.3" } }