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 Aug 22, 2023
1 parent a63391d commit 22f6f37
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: yarn run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: _site
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.17.1
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
},
"devDependencies": {
"@11ty/eleventy-navigation": "0.3.5",
"@babel/core": "7.22.6",
"@babel/eslint-parser": "7.22.6",
"@babel/preset-env": "7.22.6",
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"@babel/preset-env": "7.22.10",
"concurrently": "8.2.0",
"dayjs": "1.11.9",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"globby": "13.2.1",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"globby": "13.2.2",
"jshint": "2.13.6",
"markdown-it": "13.0.1",
"markdownlint-cli": "0.35.0",
"pa11y-ci": "3.0.1",
"prettier": "2.8.8",
"sass": "1.63.6",
"prettier": "3.0.2",
"sass": "1.66.1",
"turndown": "7.1.2"
},
"dependencies": {
Expand Down

0 comments on commit 22f6f37

Please sign in to comment.