Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 1e5616d commit 51139a4
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 189 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

- name: Set up prerequisites - node and yarn
uses: actions/setup-node@v4
Expand All @@ -33,7 +33,7 @@ jobs:
run: yarn run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: _site
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

- name: Set up prerequisites - node and yarn
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.1
20.12.2
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@babel/preset-env": "7.24.4",
"cheerio": "1.0.0-rc.12",
"concurrently": "8.2.2",
"cspell": "8.6.1",
"cspell": "8.7.0",
"dayjs": "1.11.10",
"eslint": "8.57.0",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globby": "14.0.1",
Expand All @@ -46,6 +46,6 @@
"markdownlint-cli": "0.39.0",
"pa11y-ci": "3.1.0",
"prettier": "3.2.5",
"sass": "1.74.1"
"sass": "1.75.0"
}
}
Loading

0 comments on commit 51139a4

Please sign in to comment.