From 435001c1aefc936b8522325909341d727e54ebc7 Mon Sep 17 00:00:00 2001 From: "k.carrabine" Date: Tue, 14 Jul 2020 14:15:20 -0400 Subject: [PATCH] version bump --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 899a2dd..5a2d696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2461,9 +2461,9 @@ } }, "@smartcitiesdata/react-discovery-ui": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@smartcitiesdata/react-discovery-ui/-/react-discovery-ui-1.3.3.tgz", - "integrity": "sha512-H6E+fImWugIthmb2DhmBZFuUy7z6iEZGs1fjG/Uw9q8y0UkP1yotXpPAbu9YG73KEai893jJAZ8KsORZTvthgQ==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@smartcitiesdata/react-discovery-ui/-/react-discovery-ui-1.3.4.tgz", + "integrity": "sha512-oRTcEBAD9VVP0cx9QfpT+MOkdLCq1Kb4ccTzCe7sLtGvMARLlHZF6hTVGTIyuj3EQiWG4I7s/h4cZXdhXOd5Jw==", "requires": { "@auth0/auth0-spa-js": "1.2.3", "@babel/runtime": "^7.5.5", diff --git a/package.json b/package.json index 0461d2f..c1a9a9e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.22", "@fortawesome/free-brands-svg-icons": "^5.10.2", "@fortawesome/react-fontawesome": "^0.1.4", - "@smartcitiesdata/react-discovery-ui": "^1.3.3", + "@smartcitiesdata/react-discovery-ui": "^1.3.4", "react": "~16.8.6", "react-dom": "~16.8.6" },