diff --git a/README.md b/README.md index b893e7c..fca6737 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.13.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.13.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 ba5cb85..8115363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "add-to-calendar-button-react", - "version": "2.13.2", + "version": "2.13.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "add-to-calendar-button-react", - "version": "2.13.2", + "version": "2.13.3", "license": "ELv2", "dependencies": { - "add-to-calendar-button": "^2.13.2" + "add-to-calendar-button": "^2.13.3" }, "devDependencies": { "@testing-library/react": "^16.3.0", @@ -30,7 +30,7 @@ "react-dom": "18.3.1", "typescript": "^5.9.3", "typescript-eslint": "^8.46.4", - "vite": "^7.2.2", + "vite": "^7.2.4", "vitest": "^3.2.4" }, "engines": { @@ -2442,9 +2442,9 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.13.2.tgz", - "integrity": "sha512-eCnKJs88IZYl3A+LoYDupopF0UqRcWFf0bMZMbSkMvuCvb3GQ7Pv+7KddR4nUErABQnSuAFd1A1+Hl727Ycp/w==", + "version": "2.13.3", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.13.3.tgz", + "integrity": "sha512-UKJSBT8KpUIOAEqmCpDR/LRY8FC1iHNGo/hWS+Yo3S6U7c3tRA59g7yLzvhMR3RgvH24agKi4aP+pKOG9dp/2Q==", "license": "ELv2", "dependencies": { "timezones-ical-library": "^1.10.0" @@ -3520,9 +3520,9 @@ } }, "node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "dev": true, "license": "ISC", "dependencies": { @@ -5431,9 +5431,9 @@ } }, "node_modules/vite": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz", - "integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz", + "integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==", "dev": true, "license": "MIT", "peer": true, diff --git a/package.json b/package.json index f26c499..a26a04c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "add-to-calendar-button-react", - "version": "2.13.2", + "version": "2.13.3", "engines": { "node": ">=18.17.0", "npm": ">=9.6.7" @@ -85,7 +85,7 @@ "react-dom": "18.3.1", "typescript": "^5.9.3", "typescript-eslint": "^8.46.4", - "vite": "^7.2.2", + "vite": "^7.2.4", "vitest": "^3.2.4" }, "peerDependencies": { @@ -93,6 +93,6 @@ "react-dom": ">=18.0.0" }, "dependencies": { - "add-to-calendar-button": "^2.13.2" + "add-to-calendar-button": "^2.13.3" } }