From c4032441bb2463f3536ba4e37b8d4ff7de9e4fd1 Mon Sep 17 00:00:00 2001 From: Eduardo Medeiros Date: Thu, 17 Oct 2024 15:34:33 -0300 Subject: [PATCH] feat: update unnnic to 2.14.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9e6c161..d02f48b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@vueuse/core": "^10.11.0", - "@weni/unnnic-system": "^2.10.0", + "@weni/unnnic-system": "^2.14.0", "axios": "^1.7.2", "chart.js": "^4.4.2", "chartjs-plugin-datalabels": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index c600757..17254f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1813,10 +1813,10 @@ resolved "https://registry.yarnpkg.com/@weni/eslint-config/-/eslint-config-1.0.3.tgz#ddd6420b3215218107ca26e3795251849a3c80be" integrity sha512-Te4vJZpwlR6cgwbkIKAKuUKhfcDuwgXPAZCoTu+/Tkhy2lo4/neo4j1fljv0yDAxvgLdHL6JvfGGaalUEJB38g== -"@weni/unnnic-system@^2.10.0": - version "2.10.0" - resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.10.0.tgz#466d0a9570e5428a45bb68dbd3597aa6c1e4817a" - integrity sha512-kQHeCf/l9KAbbSsfuzgXhqL3TcLbTtAr8ChTAqElsX7tUqL9YktKnjg571Bt2FnpaoryZuhcY+xCOhbdfF6k9w== +"@weni/unnnic-system@^2.14.0": + version "2.14.0" + resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.14.0.tgz#20cb2dbe86a9c666da41519b118c6a59c47e563d" + integrity sha512-JscdO1Z7VfAEBAWjvmhHlgF35mbAQl+usYc4A5yR6Y6VzW2lrGut8o/a3Z0Oi5/6J2NeK9iv0pSeNWcOEh2jZA== dependencies: "@emoji-mart/data" "^1.1.2" "@vueuse/components" "^10.4.1"