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 Feb 9, 2024
1 parent 250df54 commit 16a31aa
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 248 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.4",
"@commitlint/cli": "^18.6.0",
"@mheob/changeset-changelog": "^3.0.1",
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^20.11.3",
"@types/node": "^20.11.16",
"commitizen": "^4.3.0",
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"turbo": "^1.11.3",
"turbo": "^1.12.2",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/cli": "^18.6.0",
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
Expand All @@ -35,7 +35,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/cli": "^18.6.0",
"commitizen": "^4.3.0",
"cz-git": "^1.8.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-config-next": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -65,12 +65,12 @@
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.56.2",
"eslint": "^8.56.0",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^8.56.0",
"prettier": "^3.2.2"
"prettier": "^3.2.5"
},
"publishConfig": {
"access": "public"
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 @@ -29,11 +29,11 @@
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"eslint": "^8.56.0",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"peerDependencies": {
"prettier": "^3.2.2"
"prettier": "^3.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 16a31aa

Please sign in to comment.