aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/package.json')
-rw-r--r--front-end/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/front-end/package.json b/front-end/package.json
index 091599c..115a7a3 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.1",
+ "version": "0.1.2",
"type": "module",
"copyright": "Copyright \u00A9 2023 Vaughn Nugent",
"description": "The CMNext admin web UI, built with Tailwindcss and Vuejs",
@@ -26,13 +26,13 @@
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.12",
- "@kyvg/vue3-notification": "^2.9.0",
+ "@kyvg/vue3-notification": "^3.0.x",
"@vnuge/cmnext-admin": "../lib/admin",
- "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/releases/vnlib-browser/v0.1.7.tgz",
+ "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/vnlib.browser/56582248d0f1e4ca3e6d63bc81670df5b49a823d/@vnuge-vnlib.browser/release.tgz",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
- "@vueuse/core": "^10.3.0",
- "@vueuse/router": "^10.3.0",
+ "@vueuse/core": "^10.3.x",
+ "@vueuse/router": "^10.3.x",
"axios": "^1.4.0",
"base32-encode": "^2.0.0",
"jose": "^4.14.4",
@@ -40,8 +40,8 @@
"lodash-es": "^4.17.21",
"otpauth": "^9.1.2",
"showdown": "^2.1.0",
- "universal-cookie": "^4.0.4",
- "vanilla-jsoneditor": "^0.17.8",
+ "universal-cookie": "^6.1.x",
+ "vanilla-jsoneditor": "^0.17.x",
"vue": "^3.2.47",
"vue3-otp-input": "^0.4.1"
},