Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 4, 2023
1 parent c581289 commit ae0eb10
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 160 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@mheob/changeset-changelog": "^3.0.0",
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^18.16.14",
"@types/node": "^18.16.16",
"commitizen": "^4.3.0",
"cz-git": "^1.6.1",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"turbo": "^1.9.9",
"typescript": "^5.0.4"
"turbo": "^1.10.1",
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"commitizen": "^4.3.0",
"cz-git": "^1.6.1",
"eslint": "^8.41.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"peerDependencies": {
"commitizen": "^4.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand All @@ -66,7 +66,7 @@
"@types/eslint": "^8.40.0",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"peerDependencies": {
"eslint": "^8.41.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.2",
"@types/prettier": "^2.7.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"peerDependencies": {
"prettier": "^2.8.8"
Expand Down

0 comments on commit ae0eb10

Please sign in to comment.