Skip to content

Commit

Permalink
Merge pull request #39 from mlibrary/2023-12-04-updates
Browse files Browse the repository at this point in the history
December 2023 dependency updates.
  • Loading branch information
niquerio authored Dec 15, 2023
2 parents 7194d38 + 0dd7b53 commit a6cb226
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ DEPENDENCIES
yabeda-puma-plugin

BUNDLED WITH
2.4.20
2.5.0
44 changes: 32 additions & 12 deletions config/institution_hours_exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"inherited": false,
"desc": "Memorial Day",
"from_date": "2022-05-30Z",
"to_date": "2022-05-30Z",
"from_date": "2023-05-29Z",
"to_date": "2023-05-29Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -22,9 +22,9 @@
"desc": "Exception"
},
"inherited": false,
"desc": "Independence Day (observed)",
"from_date": "2022-07-04Z",
"to_date": "2022-07-04Z",
"desc": "Independence Day",
"from_date": "2023-07-04Z",
"to_date": "2023-07-04Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -39,8 +39,8 @@
},
"inherited": false,
"desc": "Labor Day",
"from_date": "2022-09-05Z",
"to_date": "2022-09-05Z",
"from_date": "2023-09-04Z",
"to_date": "2023-09-04Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -55,8 +55,8 @@
},
"inherited": false,
"desc": "Thanksgiving",
"from_date": "2022-11-24Z",
"to_date": "2022-11-25Z",
"from_date": "2023-11-23Z",
"to_date": "2023-11-24Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -71,23 +71,43 @@
},
"inherited": false,
"desc": "Winter Holidays",
"from_date": "2022-12-26Z",
"to_date": "2023-01-02Z",
"from_date": "2023-12-25Z",
"to_date": "2023-12-29Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
"value": "CLOSE",
"desc": "Closed"
}
},
{
"type": {
"value": "EXCEPTION",
"desc": "Exception"
},
"inherited": false,
"desc": "New Year's Day",
"from_date": "2024-01-01Z",
"to_date": "2024-01-01Z",
"from_hour": "00:00",
"to_hour": "23:59",
"day_of_week": {
"value": "MONDAY",
"desc": "Monday"
},
"status": {
"value": "CLOSE",
"desc": "Closed"
}
},
{
"type": {
"value": "EVENT",
"desc": "Event"
},
"inherited": false,
"desc": "End of Term",
"from_date": "2023-01-06Z",
"from_date": "2024-05-03Z",
"status": {
"value": "OPEN",
"desc": "Open"
Expand Down
94 changes: 55 additions & 39 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 @@ -19,7 +19,7 @@
"homepage": "https://github.com/mlibrary/get-this#readme",
"devDependencies": {
"cssnano": "^6.0.1",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0"
}
Expand Down

0 comments on commit a6cb226

Please sign in to comment.