Skip to content

Commit

Permalink
chore: bump dev dependencies (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Oct 13, 2021
1 parent fc604f6 commit db42e69
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -45,10 +45,10 @@
"@typescript-eslint/experimental-utils": "^4.30.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/jest": "^27.0.1",
"@types/node": "^12.20.23",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.6",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"cpy-cli": "^3.1.1",
Expand All @@ -63,13 +63,13 @@
"eslint-plugin-promise": "^5.1.0",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.1.0",
"lint-staged": "^11.1.2",
"prettier": "2.3.2",
"semantic-release": "^17.4.7",
"jest": "^27.2.5",
"lint-staged": "^11.2.3",
"prettier": "2.4.1",
"semantic-release": "^18.0.0",
"ts-jest": "27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"peerDependencies": {
"eslint": "^7.5.0"
Expand Down

0 comments on commit db42e69

Please sign in to comment.