diff --git a/README.md b/README.md index 50be5c9..60b94f7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Add to Calendar Button React Wrapper](https://github.com/add2cal/add-to-calendar-button-react/blob/main/assets/readme-header.png?raw=true) ![Version](https://img.shields.io/npm/v/add-to-calendar-button-react?style=for-the-badge&label=Version) -[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.12.2-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button) +[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.12.3-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/add-to-calendar-button-react?style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react) [![npm Installations](https://img.shields.io/npm/dt/add-to-calendar-button-react?label=npm%20Installations&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react) diff --git a/package-lock.json b/package-lock.json index 796cd98..4da7a9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "add-to-calendar-button-react", - "version": "2.12.2", + "version": "2.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "add-to-calendar-button-react", - "version": "2.12.2", + "version": "2.12.3", "license": "ELv2", "dependencies": { - "add-to-calendar-button": "^2.12.2" + "add-to-calendar-button": "^2.12.3" }, "devDependencies": { "@testing-library/react": "^16.3.0", @@ -30,7 +30,7 @@ "react-dom": "18.3.1", "typescript": "^5.9.2", "typescript-eslint": "^8.44.1", - "vite": "^7.1.7", + "vite": "^7.1.8", "vitest": "^3.2.4" }, "engines": { @@ -2432,9 +2432,9 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.12.2.tgz", - "integrity": "sha512-9Yky7oBtW6pR+o5W8nxKv8RU9x3TfI5JKifYCi4Z+9fhM8MR8V/pcx1DkEsJUEKIgXm8n4dWfhexgb7ua+qP0g==", + "version": "2.12.3", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.12.3.tgz", + "integrity": "sha512-WLekGn9M3rMiQgvYaKav2f8PrlLQmT4Et9Iiy19zrCSDYMTpzAFCdx1qnvvDHCXRHQZ9d2n2d5Lkr1LKit4/lQ==", "license": "ELv2", "dependencies": { "timezones-ical-library": "^1.10.0" @@ -5421,9 +5421,9 @@ } }, "node_modules/vite": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz", - "integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==", + "version": "7.1.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.8.tgz", + "integrity": "sha512-oBXvfSHEOL8jF+R9Am7h59Up07kVVGH1NrFGFoEG6bPDZP3tGpQhvkBpy5x7U6+E6wZCu9OihsWgJqDbQIm8LQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2453ac7..9da401d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "add-to-calendar-button-react", - "version": "2.12.2", + "version": "2.12.3", "engines": { "node": ">=18.17.0", "npm": ">=9.6.7" @@ -85,7 +85,7 @@ "react-dom": "18.3.1", "typescript": "^5.9.2", "typescript-eslint": "^8.44.1", - "vite": "^7.1.7", + "vite": "^7.1.8", "vitest": "^3.2.4" }, "peerDependencies": { @@ -93,6 +93,6 @@ "react-dom": ">=18.0.0" }, "dependencies": { - "add-to-calendar-button": "^2.12.2" + "add-to-calendar-button": "^2.12.3" } }