From b8a2de3121da20c4ddb9d707b24f3cf9ac64842e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 10 Oct 2023 22:30:38 -0400 Subject: [PATCH] chore(deps): add `axios` and `nuxt-speedkit` deps --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index af86df0..286b73b 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@vueuse/core": "^10.4.1", "@vueuse/nuxt": "^10.4.1", "ant-design-vue": "4.0.x", + "axios": "^1.5.1", "bcryptjs": "^2.4.3", "blueimp-md5": "^2.19.0", "date-fns": "^2.30.0", @@ -37,6 +38,7 @@ "mongoose": "^7.5.2", "mongoose-sequence": "git://github.com/amansingh63/mongoose-sequence", "nuxt-security": "^0.14.4", + "nuxt-speedkit": "3.0.0-next.26", "pinia": "^2.1.6", "sanitize-html": "^2.11.0", "sharp": "^0.32.6",