From f5d138b511d14555336a67591e1e713c86e8495c Mon Sep 17 00:00:00 2001 From: Alexandre LE CORRE Date: Tue, 14 Mar 2023 14:14:41 +0100 Subject: [PATCH] Bump package --- package-lock.json | 6 +++--- package.json | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a91f2bd..413b633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,14 +1,13 @@ { "name": "vue-tailwind-datepicker", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vue-tailwind-datepicker", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { - "esbuild-linux-64": "^0.15.18", "vite-plugin-css-injected-by-js": "^2.0.4" }, "devDependencies": { @@ -2196,6 +2195,7 @@ "cpu": [ "x64" ], + "optional": true, "os": [ "linux" ], diff --git a/package.json b/package.json index 5313fc9..b960659 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-tailwind-datepicker", "description": "A date range picker component for Vue.js 3 using Tailwind CSS", - "version": "1.4.0", + "version": "1.4.1", "files": [ "dist" ], @@ -79,7 +79,6 @@ "vue": "^3.2.38" }, "dependencies": { - "esbuild-linux-64": "^0.15.18", "vite-plugin-css-injected-by-js": "^2.0.4" } }