Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#157)
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 Dec 29, 2023
1 parent a120ffc commit ee8261d
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 561 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
}
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^18.2.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@mheob/changeset-changelog": "^3.0.1",
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^20.8.10",
"@types/node": "^20.10.5",
"commitizen": "^4.3.0",
"cz-git": "^1.7.1",
"eslint": "^8.53.0",
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
}
}
12 changes: 6 additions & 6 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/cli": "^18.4.3",
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
"cz-git": "^1.7.1",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@commitlint/cli": "^18.1.0",
"@commitlint/cli": "^18.4.3",
"commitizen": "^4.3.0",
"cz-git": "^1.7.1"
"cz-git": "^1.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,28 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0"
},
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.44.7",
"eslint": "^8.53.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"@types/eslint": "^8.56.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^8.52.0",
"prettier": "^3.0.3"
"eslint": "^8.56.0",
"prettier": "^3.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"eslint": "^8.53.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"prettier": "^3.0.3"
"prettier": "^3.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit ee8261d

Please sign in to comment.