From 739598c2f4e39328744dc4dc21083fc7549381ed Mon Sep 17 00:00:00 2001 From: Eduardo Medeiros Date: Thu, 17 Oct 2024 17:12:16 -0300 Subject: [PATCH] feat: update unnnic --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d02f48b..090d332 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@vueuse/core": "^10.11.0", - "@weni/unnnic-system": "^2.14.0", + "@weni/unnnic-system": "^2.14.1", "axios": "^1.7.2", "chart.js": "^4.4.2", "chartjs-plugin-datalabels": "^2.2.0", @@ -59,4 +59,4 @@ "resolutions": { "strip-ansi": "6.0.1" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 17254f4..99b5574 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.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== +"@weni/unnnic-system@^2.14.1": + version "2.14.1" + resolved "https://registry.yarnpkg.com/@weni/unnnic-system/-/unnnic-system-2.14.1.tgz#e0bfb7d8a0aa31a62c63350bc55ce321c15b3b6b" + integrity sha512-Z7BcfRj5PX/nR0o91QcA7Zq1M1RN7ZmXvka0Zid8DbEnLlPaH6GNK7Cyrj1JCnQy5x2P4zI+9kEfDLAWFKXQ3A== dependencies: "@emoji-mart/data" "^1.1.2" "@vueuse/components" "^10.4.1"