Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored May 6, 2024
1 parent 531b8bb commit a7a8a4c
Showing 5 changed files with 273 additions and 297 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy_workflow.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected].1
uses: actions/[email protected].4

- name: Set up prerequisites - node and yarn
uses: actions/setup-node@v4
@@ -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
@@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].1
uses: actions/[email protected].4

- name: Set up prerequisites - node and yarn
uses: actions/setup-node@v4
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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -28,24 +28,24 @@
"devDependencies": {
"@11ty/eleventy-plugin-inclusive-language": "1.0.3",
"@11ty/eleventy-plugin-rss": "1.2.0",
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@babel/preset-env": "7.24.5",
"cheerio": "1.0.0-rc.12",
"concurrently": "8.2.2",
"cspell": "8.6.1",
"dayjs": "1.11.10",
"eslint": "8.57.0",
"cspell": "8.8.0",
"dayjs": "1.11.11",
"eslint": "9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globby": "14.0.1",
"htmlencode": "0.0.4",
"jshint": "2.13.6",
"markdown-it": "14.1.0",
"markdown-it-anchor": "8.6.7",
"markdownlint-cli": "0.39.0",
"markdownlint-cli": "0.40.0",
"pa11y-ci": "3.1.0",
"prettier": "3.2.5",
"sass": "1.74.1"
"sass": "1.76.0"
}
}
546 changes: 261 additions & 285 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a7a8a4c

Please sign in to comment.