Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @commitlint/cli                  | 17.3.0 | 17.4.1 |
| npm        | @commitlint/config-conventional  | 17.3.0 | 17.4.0 |
| npm        | @types/jest                      | 29.2.4 | 29.2.5 |
| npm        | @typescript-eslint/eslint-plugin | 5.47.0 | 5.48.0 |
| npm        | @typescript-eslint/parser        | 5.47.0 | 5.48.0 |
| npm        | eslint                           | 8.30.0 | 8.31.0 |
| npm        | eslint-config-prettier           | 8.5.0  | 8.6.0  |
| npm        | eslint-plugin-jest               | 27.1.7 | 27.2.1 |
| npm        | husky                            | 8.0.2  | 8.0.3  |
| npm        | jest-extended                    | 3.2.0  | 3.2.2  |
| npm        | prettier                         | 2.8.1  | 2.8.2  |
  • Loading branch information
renovate[bot] committed Jan 9, 2023
1 parent dcb8574 commit a8bc88d
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 219 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
]
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@commitlint/cli": "17.4.1",
"@commitlint/config-conventional": "17.4.0",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
Expand All @@ -52,25 +52,25 @@
"@types/bluebird": "3.5.38",
"@types/chance": "1.1.3",
"@types/hapi__hapi": "20.0.13",
"@types/jest": "29.2.4",
"@types/jest": "29.2.5",
"@types/lodash": "4.14.191",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"chance": "1.1.9",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.7",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.2",
"husky": "8.0.3",
"jest": "29.3.1",
"jest-chain": "1.1.6",
"jest-extended": "3.2.0",
"jest-extended": "3.2.2",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"prettier": "2.8.2",
"semantic-release": "19.0.5",
"supertest": "6.3.3",
"ts-jest": "29.0.3",
Expand Down

0 comments on commit a8bc88d

Please sign in to comment.