Skip to content

Commit

Permalink
chore(deps): pin dependencies (#4)
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 Jun 27, 2022
1 parent b043353 commit 990ef89
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 276 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"author": "David Peng",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/cz-commitlint": "^17.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"commitizen": "^4.2.4",
"esbuild": "^0.14.45",
"esbuild-plugin-pino": "^1.1.6",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"inquirer": "^8.2.4",
"json-schema-to-ts": "^2.5.3",
"lint-staged": "^13.0.2",
"nodemon": "^2.0.16",
"pino": "^8.0.0",
"pino-pretty": "^8.0.0",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"thread-stream": "^1.0.0",
"typescript": "^4.7.4"
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/cz-commitlint": "17.0.3",
"@types/node": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"commitizen": "4.2.4",
"esbuild": "0.14.47",
"esbuild-plugin-pino": "1.2.0",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"husky": "8.0.1",
"inquirer": "8.2.4",
"json-schema-to-ts": "2.5.3",
"lint-staged": "13.0.3",
"nodemon": "2.0.18",
"pino": "8.1.0",
"pino-pretty": "8.1.0",
"prettier": "2.7.1",
"standard-version": "9.5.0",
"thread-stream": "1.0.0",
"typescript": "4.7.4"
},
"dependencies": {
"@fastify/autoload": "^5.0.0",
"@fastify/sensible": "^5.0.0",
"@fastify/swagger": "^7.3.0",
"fastify": "^4.0.3",
"fastify-plugin": "^3.0.1"
"@fastify/autoload": "5.0.0",
"@fastify/sensible": "5.1.0",
"@fastify/swagger": "7.4.0",
"fastify": "4.1.0",
"fastify-plugin": "3.0.1"
}
}
Loading

0 comments on commit 990ef89

Please sign in to comment.