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 Sep 16, 2024
1 parent e8617db commit c7b15a8
Show file tree
Hide file tree
Showing 5 changed files with 645 additions and 650 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.7

- 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.4
with:
branch: gh-pages
folder: _site
4 changes: 2 additions & 2 deletions .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.7

- name: Set up prerequisites - node and yarn
uses: actions/setup-node@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Audit pages using lighthouse
continue-on-error: true
uses: treosh/lighthouse-ci-action@v11
uses: treosh/lighthouse-ci-action@v12
with:
configPath: "./lighthouserc.json"
budgetPath: ./src/_includes/budget.json
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.17.0
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@
},
"dependencies": {
"@11ty/eleventy": "2.0.1",
"eleventy-plugin-youtube-embed": "1.10.2"
"eleventy-plugin-youtube-embed": "1.11.0"
},
"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",
"cheerio": "1.0.0-rc.12",
"concurrently": "8.2.2",
"cspell": "8.6.1",
"dayjs": "1.11.10",
"eslint": "8.57.0",
"@11ty/eleventy-plugin-rss": "2.0.2",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-env": "7.25.4",
"cheerio": "1.0.0",
"concurrently": "9.0.1",
"cspell": "8.14.2",
"dayjs": "1.11.13",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globby": "14.0.1",
"eslint-plugin-prettier": "5.2.1",
"globby": "14.0.2",
"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.2.0",
"markdownlint-cli": "0.41.0",
"pa11y-ci": "3.1.0",
"prettier": "3.2.5",
"sass": "1.74.1"
"prettier": "3.3.3",
"sass": "1.78.0"
}
}
Loading

0 comments on commit c7b15a8

Please sign in to comment.