Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2022
1 parent 5b83e84 commit 8558ef1
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 101 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"@commitlint/config-conventional": "17.0.3",
"@commitlint/cz-commitlint": "17.0.3",
"@types/node": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"commitizen": "4.2.5",
"esbuild": "0.14.53",
"esbuild-plugin-pino": "1.2.1",
"eslint": "8.20.0",
"esbuild": "0.15.3",
"esbuild-plugin-pino": "1.2.2",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"inquirer": "^8.0.0",
"json-schema-to-ts": "2.5.5",
"lint-staged": "13.0.3",
"pino": "8.3.1",
"pino": "8.4.1",
"pino-pretty": "8.1.0",
"prettier": "2.7.1",
"standard-version": "9.5.0",
Expand All @@ -41,10 +41,10 @@
"typescript": "4.7.4"
},
"dependencies": {
"@fastify/autoload": "5.1.0",
"@fastify/autoload": "5.2.0",
"@fastify/sensible": "5.1.0",
"@fastify/swagger": "7.4.1",
"fastify": "4.3.0",
"fastify-plugin": "4.0.0"
"fastify": "4.4.0",
"fastify-plugin": "4.2.0"
}
}
Loading

0 comments on commit 8558ef1

Please sign in to comment.