Skip to content

Commit

Permalink
chore: update dependencies (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 10, 2021
1 parent 9365bf1 commit ce38144
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2
updates:
# Set update schedule for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: github-actions
directory: /
schedule:
interval: 'daily'
interval: daily

- package-ecosystem: npm
directory: /
schedule:
interval: daily
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,32 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.18.0"
"@typescript-eslint/experimental-utils": "^4.21.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.22.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.1",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jest-formatting": "^2.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-environment-jsdom": "^25.5.0",
"lint-staged": "^10.5.4",
"prettier": "2.2.1",
"semantic-release": "^17.4.2",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"eslint": "^7.5.0"
Expand Down

0 comments on commit ce38144

Please sign in to comment.