From 1a23e599032efc50dba0d87ee7d6e7dd2c4ac7dc Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Tue, 19 Oct 2021 21:49:46 +0100 Subject: [PATCH] chore: update --- package.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 37e2c5f..0e0c71e 100644 --- a/package.json +++ b/package.json @@ -2,40 +2,43 @@ "private": true, "scripts": { "dev": "vite --port 3333 --open", - "build": "cross-env NODE_ENV=production vite build", + "build": "cross-env NODE_ENV=production vite build --debug", "preview": "vite preview" }, "dependencies": { + "@animxyz/vue": "^0.6.4", + "@headlessui/vue": "^1.4.1", "@intlify/vite-plugin-vue-i18n": "^2.4.0", - "@vueuse/core": "^6.5.3", + "@vueuse/core": "^6.6.2", "@vueuse/head": "^0.6.0", "a17t": "^0.5.1", "nprogress": "^0.2.0", "toastify-js": "^1.11.2", "vite-imagetools": "^3.8.0", + "vite-plugin-inspect": "^0.3.9", "vue": "^3.2.20", "vue-demi": "^0.11.4", "vue-i18n": "^9.1.9", - "vue-router": "^4.0.11", + "vue-router": "^4.0.12", "vuex": "^4.0.2" }, "devDependencies": { "@antfu/eslint-config": "^0.9.0", - "@iconify-json/carbon": "^1.0.5", - "@types/node": "^16.10.3", + "@iconify-json/carbon": "^1.0.7", + "@types/node": "^16.11.1", "@vitejs/plugin-vue": "^1.9.3", "cross-env": "^7.0.3", "eslint": "^7.32.0", - "pnpm": "^6.17.0", - "typescript": "^4.4.3", + "pnpm": "^6.18.0", + "typescript": "^4.4.4", "unplugin-auto-import": "^0.4.12", - "unplugin-icons": "^0.12.13", + "unplugin-icons": "^0.12.16", "unplugin-vue-components": "^0.15.6", - "vite": "^2.6.7", - "vite-plugin-md": "^0.11.1", + "vite": "^2.6.10", + "vite-plugin-md": "^0.11.2", "vite-plugin-pages": "^0.18.1", "vite-plugin-vue-layouts": "^0.5.0", - "vite-plugin-windicss": "^1.4.10" + "vite-plugin-windicss": "^1.4.12" }, "eslintConfig": { "extends": "@antfu/eslint-config",