Skip to content

Commit

Permalink
chore(deps): pin dependencies (#6)
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 7c3d10d commit 28f0cc1
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 464 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@
"dist"
],
"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",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
"husky": "^8.0.1",
"inquirer": "^8.2.4",
"lint-staged": "^13.0.2",
"nodemon": "^2.0.18",
"pino": "^8.0.0",
"pino-loki": "^2.0.0",
"pino-pretty": "^8.0.0",
"pkgroll": "^1.3.1",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"thread-stream": "^1.0.0",
"tsx": "^3.4.3",
"typescript": "^4.7.4",
"vitest": "^0.15.1"
"@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",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"execa": "6.1.0",
"husky": "8.0.1",
"inquirer": "8.2.4",
"lint-staged": "13.0.3",
"nodemon": "2.0.18",
"pino": "8.1.0",
"pino-loki": "2.0.0",
"pino-pretty": "8.1.0",
"pkgroll": "1.3.1",
"prettier": "2.7.1",
"standard-version": "9.5.0",
"thread-stream": "1.0.0",
"tsx": "3.6.0",
"typescript": "4.7.4",
"vitest": "0.15.2"
}
}
Loading

0 comments on commit 28f0cc1

Please sign in to comment.