From 139b15bebe86afdf6f47118ecc7c2cb2806bcdb8 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Wed, 13 Nov 2019 11:41:43 +0100 Subject: [PATCH] chore(release): bump to 3.0.26 and add lodash.isequal --- package-lock.json | 7 ++++++- package.json | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40e97167..45c0d58a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.0.25", + "version": "3.0.26", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -12893,6 +12893,11 @@ "integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=", "dev": true }, + "lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" + }, "lodash.ismatch": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", diff --git a/package.json b/package.json index 445bd3ce..e02039a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.0.25", + "version": "3.0.26", "description": "MyParcel delivery options module for checkouts.", "author": "Edie Lemoine (edie@myparcel.nl)", "scripts": { @@ -26,6 +26,7 @@ "core-js": "^3.3.2", "custom-event-polyfill": "^1.0.7", "debounce": "^1.2.0", + "lodash.isequal": "^4.5.0", "lodash.mergewith": "^4.6.2", "vue": "^2.6.10", "vue-async-computed": "^3.7.0"