From 0689061903b642a6f4d23368f868fd948a71b136 Mon Sep 17 00:00:00 2001 From: aldemylla Date: Tue, 14 May 2024 10:27:33 -0300 Subject: [PATCH] fix: Sidebar icons updating unnnic version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc8f9ee3..2db85afe 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "format": "yarn lint --fix" }, "dependencies": { - "@weni/unnnic-system": "^2.0.2", + "@weni/unnnic-system": "^2.0.3", "apexcharts": "^3.45.2", "axios": "^1.6.8", "vue": "^3.3.11", diff --git a/yarn.lock b/yarn.lock index 3dddb064..dd8fa194 100644 --- a/yarn.lock +++ b/yarn.lock @@ -850,10 +850,10 @@ resolved "https://registry.yarnpkg.com/@weni/eslint-config/-/eslint-config-1.0.2.tgz#fc8d16449130888eabfca0a2e6a506043d8018fb" integrity sha512-q4iLOGP29a8rk9Sprs4mpFAn0fRnsK+lGOY1NeUMYzbJ1REFit0p8baz4aJCiJTO55ZlGym3HzcwL/jYm7u/7g== -"@weni/unnnic-system@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.0.2.tgz#a0d758677eadebb5b08df4f3a204fc3598523c24" - integrity sha512-qG5boCs3cqNIF+YBwf2sQErbla6qzZWnNkaHsri9XRZcz743s7moPzsH8+W8aZWphJibeBD0EGJ8XkZv4rLjYg== +"@weni/unnnic-system@^2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.0.3.tgz#551924d420ec4cbb0c06547a843a3a0b889d44d3" + integrity sha512-cgFGSGfEFb6MtJgalKPGp5nJ3M5lJcnURlL6e0rVTcxMZjvI/eJf0BPvlr0Rn5KFhjevkrdR9iQ9fd6DHxRHyw== dependencies: "@emoji-mart/data" "^1.1.2" "@vueuse/components" "^10.4.1"