Merge branch 'dependabot-npm_and_yarn-js-joda-core-5.3.0' into 'main'
Bump @js-joda/core from 5.2.0 to 5.3.0 See merge request bloodyhealth/drip!478
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
} from '../local-storage'
|
||||
import Notification from 'react-native-push-notification'
|
||||
import Moment from 'moment'
|
||||
import { LocalDate } from 'js-joda'
|
||||
import { LocalDate } from '@js-joda/core'
|
||||
|
||||
import labels from '../i18n/en/settings'
|
||||
import { getBleedingDaysSortedByDate } from '../db'
|
||||
|
||||
Generated
+3
-3
@@ -4473,9 +4473,9 @@
|
||||
}
|
||||
},
|
||||
"@js-joda/core": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.2.0.tgz",
|
||||
"integrity": "sha512-0OriPYIaMLB3XiLQMe0BXKVIqeriTn3H7JMOzTsHEtt7Zqq+TetCu97KnAhU3ckiQZKBxfZshft+H1OC4D1lXw=="
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.3.0.tgz",
|
||||
"integrity": "sha512-3uObVJ08i0vSbtsTWQ8omy8XUlVDnoest5MOLp6delLUZev8bu++S+3Aua7xWPPWzQt9pcuwDqjEOKslQVDj8g=="
|
||||
},
|
||||
"@ptomasroos/react-native-multi-slider": {
|
||||
"version": "2.2.2",
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@js-joda/core": "^5.2.0",
|
||||
"@js-joda/core": "^5.3.0",
|
||||
"@ptomasroos/react-native-multi-slider": "^2.2.0",
|
||||
"@react-native-community/art": "^1.2.0",
|
||||
"@react-native-community/datetimepicker": "^6.3.1",
|
||||
|
||||
Reference in New Issue
Block a user