From f0d3d82d650b7528a79c8e9de77547b3283bb9f2 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Thu, 11 Aug 2022 09:08:45 +0000 Subject: [PATCH] Bump react-native-calendars from 1.1286.0 to 1.1287.0 Bumps [react-native-calendars](https://github.com/wix/react-native-calendars) from 1.1286.0 to 1.1287.0. - [Release notes](https://github.com/wix/react-native-calendars/releases) - [Changelog](https://github.com/wix/react-native-calendars/blob/master/CHANGELOG.md) - [Commits](https://github.com/wix/react-native-calendars/compare/v1.1286.0...v1.1287) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ad5d1e..186a279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7394,9 +7394,9 @@ } }, "react-native-calendars": { - "version": "1.1286.0", - "resolved": "https://registry.npmjs.org/react-native-calendars/-/react-native-calendars-1.1286.0.tgz", - "integrity": "sha512-ZQ/rmSO6Gx7mjgxkI4G7ZbXFj6E/VFRH2EYOQMctyMvxpCXvW9S/dy29bhysJT/l6UnGvXMkpSMiRqLM3hlLMw==", + "version": "1.1287.0", + "resolved": "https://registry.npmjs.org/react-native-calendars/-/react-native-calendars-1.1287.0.tgz", + "integrity": "sha512-8B6Oad+4we8WCHl6Y42ZUq0Uj9UM+Z+qotoNIJPEXpTqGKIVnRawSAF4B7gFw76ctsa1pUdJT2CZcajmVKLxKA==", "requires": { "hoist-non-react-statics": "^3.3.1", "immutable": "^4.0.0-rc.12", diff --git a/package.json b/package.json index 9359ec9..5798913 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react": "16.9.0", "react-i18next": "^11.18.3", "react-native": "0.61.0", - "react-native-calendars": "^1.1286.0", + "react-native-calendars": "^1.1287.0", "react-native-document-picker": "^4.2.0", "react-native-exit-app-v2": "^1.2.2", "react-native-fs": "^2.19.0",