add-to-calendar-button-react
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "add-to-calendar-button-react", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"engines": { | ||
@@ -68,22 +68,22 @@ "node": ">=16.18.1", | ||
"devDependencies": { | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/jest": "^29.4.0", | ||
"@types/react": "^18.0.27", | ||
"@types/react-dom": "^18.0.10", | ||
"@typescript-eslint/eslint-plugin": "^5.50.0", | ||
"@typescript-eslint/parser": "^5.50.0", | ||
"@vitejs/plugin-react": "^3.0.1", | ||
"@vitest/coverage-c8": "^0.28.3", | ||
"eslint": "^8.33.0", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.11", | ||
"@typescript-eslint/eslint-plugin": "^5.53.0", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"@vitejs/plugin-react": "^3.1.0", | ||
"@vitest/coverage-c8": "^0.28.5", | ||
"eslint": "^8.34.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-commonjs": "^1.0.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-security": "^1.7.0", | ||
"eslint-plugin-security": "^1.7.1", | ||
"jsdom": "^21.1.0", | ||
"prettier": "^2.8.3", | ||
"prettier": "^2.8.4", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.0.4", | ||
"vitest": "^0.28.3" | ||
"vite": "^4.1.4", | ||
"vitest": "^0.28.5" | ||
}, | ||
@@ -95,4 +95,4 @@ "peerDependencies": { | ||
"dependencies": { | ||
"add-to-calendar-button": "^2.1.1" | ||
"add-to-calendar-button": "^2.1.2" | ||
} | ||
} |
![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.1.1-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.1.2-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) | ||
@@ -115,3 +115,3 @@ [![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) | ||
startDate="2023-05-22" | ||
options=['Apple','Google','Yahoo','iCal'] | ||
options={['Apple','Google','Yahoo','iCal']} | ||
></AddToCalendarButton> | ||
@@ -124,3 +124,3 @@ ``` | ||
Find all information about the available props and how to configure specific features on the demo page at [add-to-calendar-button.com/en/configuration](https://add-to-calendar-button.com/en/configuration). | ||
Find all information about the available props and how to configure specific features on the demo page at [add-to-calendar-button.com/configuration](https://add-to-calendar-button.com/configuration). | ||
@@ -127,0 +127,0 @@ Mind the difference to the web component! At this wrapper, you would use the `<AddToCalendarButton>` component instead of the `<add-to-calendar-button>` custom element. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3878
567339