diff --git a/package-lock.json b/package-lock.json index 6f2199e13..70c89809f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "@dashevo/insight-ui", - "version": "4.0.7", + "version": "4.0.8", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "@dashevo/insight-ui", - "version": "4.0.7", + "version": "4.0.8", "license": "MIT", "devDependencies": { "chai": "^4.2.0", diff --git a/package.json b/package.json index b5c6a3c08..4d460f901 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/insight-ui", "description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Dash network and build your own services with it.", - "version": "4.0.7", + "version": "4.0.8", "repository": "git://github.com/dashevo/insight-ui.git", "contributors": [ { @@ -69,5 +69,6 @@ "grunt-markdown": "~0.7.0", "mocha": "^6.1.3", "selenium-webdriver": "^4.20.0" - } + }, + "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }