Bump @js-joda/core from 5.2.0 to 5.3.0

This commit is contained in:
Sofiya Tepikin
2022-08-15 20:01:56 +00:00
parent a3f059a01e
commit cc35d8fc12
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {
} from '../local-storage' } from '../local-storage'
import Notification from 'react-native-push-notification' import Notification from 'react-native-push-notification'
import Moment from 'moment' import Moment from 'moment'
import { LocalDate } from 'js-joda' import { LocalDate } from '@js-joda/core'
import labels from '../i18n/en/settings' import labels from '../i18n/en/settings'
import { getBleedingDaysSortedByDate } from '../db' import { getBleedingDaysSortedByDate } from '../db'
+3 -3
View File
@@ -4473,9 +4473,9 @@
} }
}, },
"@js-joda/core": { "@js-joda/core": {
"version": "5.2.0", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.2.0.tgz", "resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.3.0.tgz",
"integrity": "sha512-0OriPYIaMLB3XiLQMe0BXKVIqeriTn3H7JMOzTsHEtt7Zqq+TetCu97KnAhU3ckiQZKBxfZshft+H1OC4D1lXw==" "integrity": "sha512-3uObVJ08i0vSbtsTWQ8omy8XUlVDnoest5MOLp6delLUZev8bu++S+3Aua7xWPPWzQt9pcuwDqjEOKslQVDj8g=="
}, },
"@ptomasroos/react-native-multi-slider": { "@ptomasroos/react-native-multi-slider": {
"version": "2.2.2", "version": "2.2.2",
+1 -1
View File
@@ -29,7 +29,7 @@
"prepare": "husky install" "prepare": "husky install"
}, },
"dependencies": { "dependencies": {
"@js-joda/core": "^5.2.0", "@js-joda/core": "^5.3.0",
"@ptomasroos/react-native-multi-slider": "^2.2.0", "@ptomasroos/react-native-multi-slider": "^2.2.0",
"@react-native-community/art": "^1.2.0", "@react-native-community/art": "^1.2.0",
"@react-native-community/datetimepicker": "^6.3.1", "@react-native-community/datetimepicker": "^6.3.1",