From 748cdbf4880d830fd794e92856e8c35a46e4f884 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 11 Mar 2024 21:21:18 -0400 Subject: feat(app): #1 update libs & add curl support --- front-end/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'front-end/package.json') diff --git a/front-end/package.json b/front-end/package.json index 30accd8..0631eae 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -14,11 +14,13 @@ "dev": "vite", "watch": "vite build --watch --mode development --minify false", "build": "vite build", - "preview": "vite preview" + "preview": "vite preview", + "update": "npm update", + "oudated": "npm outdated" }, "dependencies": { "@headlessui/vue": "^1.7.17", - "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/eb9752ab262522271ccaf1ff127658b7202289a4/@vnuge-vnlib.browser/release.tgz", + "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/f2ac807486a00db4ba8486133d567e392f0fe98a/@vnuge-vnlib.browser/release.tgz", "@vuelidate/core": "^2.0.2", "@vuelidate/validators": "^2.0.2", "@vueuse/core": "^10.3.x", -- cgit