From 5dd4b69ebf4f407a2ba7ccc53fe43b445ab0684e Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 9 Aug 2023 11:59:15 -0400 Subject: Package updates, lodash-es, release state fixes --- front-end/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'front-end/package.json') diff --git a/front-end/package.json b/front-end/package.json index 57cc308..c41c456 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -20,16 +20,16 @@ "@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.6.tgz", + "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/releases/vnlib-browser/v0.1.7.tgz", "@vuelidate/core": "^2.0.2", "@vuelidate/validators": "^2.0.2", - "@vueuse/core": "^10.1.2", - "@vueuse/router": "^10.1.2", + "@vueuse/core": "^10.3.0", + "@vueuse/router": "^10.3.0", "axios": "^1.4.0", "base32-encode": "^2.0.0", "jose": "^4.14.4", "json-editor-vue": "^0.10.6", - "lodash": "^4.17.21", + "lodash-es": "^4.17.21", "otpauth": "^9.1.2", "showdown": "^2.1.0", "universal-cookie": "^4.0.4", @@ -40,7 +40,7 @@ "devDependencies": { "@types/showdown": "^2.0.1", - "@types/lodash": "^4.14.194", + "@types/lodash-es": "^4.14.194", "@vitejs/plugin-vue": "^4.1.0", "@volar-plugins/vetur": "latest", "autoprefixer": "^10.4.14", -- cgit