Skip to content

Commit

Permalink
Update dependency moment-timezone to v0.5.44
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 04f46eb commit 1e9e4a7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion modules/ccc-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"peerDependencies": {
"react": "^18.0.0",
"@react-navigation/native": "^6.1.7",
"moment-timezone": "^0.5.41",
"moment-timezone": "^0.5.44",
"delay": "^6.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"peerDependencies": {
"react": "^18.0.0",
"react-native": "^0.71.7",
"moment-timezone": "^0.5.41"
"moment-timezone": "^0.5.44"
},
"dependencies": {
"@frogpond/app-theme": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/event-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"peerDependencies": {
"moment-timezone": "^0.5.41",
"moment-timezone": "^0.5.44",
"react": "^18.0.0",
"react-native": "^0.71.7",
"react-native-vector-icons": "^9.2.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/food-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"peerDependencies": {
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"moment-timezone": "^0.5.44",
"react": "^18.0.0",
"react-native": "^0.71.7",
"react-native-vector-icons": "^9.2.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"peerDependencies": {
"react": "^18.0.0",
"moment-timezone": "^0.5.41"
"moment-timezone": "^0.5.44"
}
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ky": "0.33.3",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-timezone": "0.5.41",
"moment-timezone": "0.5.44",
"p-props": "5.0.0",
"querystring": "0.2.1",
"react": "18.2.0",
Expand Down

0 comments on commit 1e9e4a7

Please sign in to comment.