Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jan 13, 2024
1 parent acdcbf5 commit 78ba5c7
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 70 deletions.
133 changes: 68 additions & 65 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/hebcal/hebcal-rest-api/issues"
},
"dependencies": {
"@hebcal/core": "^5.0.7",
"@hebcal/leyning": "^8.1.2",
"@hebcal/core": "^5.0.8",
"@hebcal/leyning": "^8.1.4",
"@hebcal/triennial": "^5.0.3"
},
"scripts": {
Expand All @@ -55,6 +55,6 @@
"eslint-config-google": "^0.14.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"rollup": "^4.9.2"
"rollup": "^4.9.5"
}
}
1 change: 1 addition & 0 deletions src/common.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ test('makeTorahMemoText', (t) => {
const expected = [
'Torah: Exodus 21:1-24:18; Numbers 28:9-15; Exodus 30:11-16',
'Haftarah: II Kings 12:1-17 | Shabbat Shekalim (on Rosh Chodesh)',
'Haftarah for Sephardim: II Kings 11:17-12:17',
];
t.deepEqual(memo, expected);
});
Expand Down
4 changes: 2 additions & 2 deletions src/fullcalendar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test('eventToFullCalendar', (t) => {
className: 'havdalah',
},
{
title: 'Pesach III (CH\'\'M)',
title: 'Pesach III (CH’’M)',
start: '1990-04-12',
allDay: true,
hebrew: 'פסח ג׳ (חוה״מ)',
Expand All @@ -93,7 +93,7 @@ test('eventToFullCalendar', (t) => {
description: pesachMemo,
},
{
title: 'Pesach IV (CH\'\'M)',
title: 'Pesach IV (CH’’M)',
start: '1990-04-13',
allDay: true,
hebrew: 'פסח ד׳ (חוה״מ)',
Expand Down

0 comments on commit 78ba5c7

Please sign in to comment.