Skip to content

Commit fa4609b

Browse files
authored
Merge pull request #13 from CancerAidDev/pt-3614-update-dependencies
[PT-3614] Update dependencies
2 parents 0c872e9 + 792f94b commit fa4609b

20 files changed

+1375
-1937
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v5
1414

15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v6
1616

1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
2020

2121
- name: Cache yarn
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
id: yarn-cache
2424
with:
2525
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-yarn-
2929
3030
- name: Cache ~/.elm
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4
3232
id: elm-cache
3333
with:
3434
path: ~/.elm

docs/presidents.07d4a3aa.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/presidents.07d4a3aa.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/presidents.5490dc0d.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/presidents.5490dc0d.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/presidents.c33d78e9.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/presidents.c33d78e9.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/presidents.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
<!DOCTYPE html><html><head><meta charset="utf-8"><script type="module" src="/elm-sortable-table/presidents.c33d78e9.js"></script></head><body> <div id="root"></div> </body></html>
1+
<!DOCTYPE html><meta charset=UTF-8><script type=module src=/elm-sortable-table/presidents.5490dc0d.js></script><body>
2+
<div id=root></div>
3+
4+

docs/travel.2efa1856.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/travel.2efa1856.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)