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 Jul 15, 2023
1 parent 73c8e17 commit 7eb1453
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 58 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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
},
"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.9",
"@babel/eslint-parser": "7.22.9",
"@babel/preset-env": "7.22.9",
"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-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",
"prettier": "3.0.0",
"sass": "1.63.6",
"turndown": "7.1.2"
},
Expand Down

0 comments on commit 7eb1453

Please sign in to comment.