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" } }