Skip to content

Commit

Permalink
chore(dep): update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed May 1, 2022
1 parent ee45a39 commit deb5b94
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 147 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"author": "David Peng",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cz-commitlint": "^16.2.3",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/cz-commitlint": "^16.2.4",
"@types/node": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"commitizen": "^4.2.4",
"esbuild": "^0.14.38",
"esbuild-node-tsc": "^1.8.5",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"inquirer": "^8.2.2",
"lint-staged": "^12.4.0",
"nodemon": "^2.0.15",
"inquirer": "^8.2.4",
"lint-staged": "^12.4.1",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"standard-version": "^9.3.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"dependencies": {
"fastify": "^3.28.0",
"fastify-autoload": "^3.12.0",
"fastify": "^3.29.0",
"fastify-autoload": "^3.13.0",
"fastify-plugin": "^3.0.1",
"fastify-sensible": "^3.1.2"
"fastify-sensible": "^3.2.0"
}
}
Loading

0 comments on commit deb5b94

Please sign in to comment.