Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 13, 2022
1 parent 1c0faf4 commit e7a6423
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Docs
run: yarn docs
- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@830e6a4f7c81743c52f3fed0ac67428feff9620a # tag=v4.2.5
uses: JamesIves/github-pages-deploy-action@8817a56e5bfec6e2b08345c81f4d422db53a2cdc # tag=v4.3.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"!dist/*.tsbuildinfo"
],
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.35",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"cz-conventional-changelog": "^3.3.0",
"denoify": "^0.11.0",
"eslint": "^8.12.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"tsup": "^5.12.3",
"typedoc": "^0.22.13",
"typescript": "^4.6.3"
"tsup": "^5.12.7",
"typedoc": "^0.22.15",
"typescript": "^4.6.4"
},
"scripts": {
"prepare": "tsup",
Expand Down
Loading

0 comments on commit e7a6423

Please sign in to comment.