aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-09 11:59:15 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-09 11:59:15 -0400
commit5dd4b69ebf4f407a2ba7ccc53fe43b445ab0684e (patch)
treec0e5613aa4e33c7f436f9c67d0a4d75c1b9bfb77 /front-end/package.json
parentc3c0ece6fb3a66c2de545858731a066d5542ff1e (diff)
Package updates, lodash-es, release state fixes
Diffstat (limited to 'front-end/package.json')
-rw-r--r--front-end/package.json10
1 files changed, 5 insertions, 5 deletions
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",