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 May 20, 2024
1 parent 49804c8 commit 3ebf485
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 379 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.6

- 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.1
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.6

- 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.13.1
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"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",
"markdown-it-anchor": "9.0.0",
"markdownlint-cli": "0.40.0",
"pa11y-ci": "3.1.0",
"prettier": "3.2.5",
"sass": "1.74.1"
"sass": "1.77.2"
}
}
Loading

0 comments on commit 3ebf485

Please sign in to comment.