From c672c09c2507b384756fd1a2ab6d8f62d8776e36 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 4 Aug 2023 11:33:08 -0400 Subject: package updates and cleanup 1 of 2 --- front-end/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'front-end/package.json') diff --git a/front-end/package.json b/front-end/package.json index a043b4c..57cc308 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -1,7 +1,7 @@ { "name": "@vnuge/cmnext-front-end", "private": true, - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "index.html", "description": "The CMNext admin web UI, built with Tailwindcss and Vuejs", @@ -20,7 +20,7 @@ "@headlessui/vue": "^1.7.12", "@kyvg/vue3-notification": "^2.9.0", "@vnuge/cmnext-admin": "../lib/admin", - "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/releases/vnlib-browser/v0.1.5.tgz", + "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/releases/vnlib-browser/v0.1.6.tgz", "@vuelidate/core": "^2.0.2", "@vuelidate/validators": "^2.0.2", "@vueuse/core": "^10.1.2", -- cgit