From 8cbcabac08b70a86001df92db08ef2f91f84e2a5 Mon Sep 17 00:00:00 2001 From: rozetko Date: Wed, 18 May 2022 21:23:05 +0400 Subject: [PATCH] change chartwerk core dep to latest --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b07606..4e0d870 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "CorpGlory", "license": "Apache-2.0", "dependencies": { - "@chartwerk/core": "^0.5.0" + "@chartwerk/core": "latest" }, "devDependencies": { "css-loader": "^3.4.2", diff --git a/yarn.lock b/yarn.lock index 85860c5..f75a9f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -"@chartwerk/core@^0.5.0": +"@chartwerk/core@latest": version "0.5.0" resolved "https://registry.yarnpkg.com/@chartwerk/core/-/core-0.5.0.tgz#7d641a5ee3ec9ca588f5b06a0504659113745636" integrity sha512-YFqBJ8WFb83yZO2VR+XVRSMX3+ErGcGcdHy5aLeLzOqBW09gO7NENdzlCWXQLsGSx+f9RK2GcSTM4z0Q7OEDfA==