Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Feb 9, 2024
2 parents 359ee26 + de8ee26 commit 76e049a
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 248 deletions.
6 changes: 6 additions & 0 deletions .changeset/long-lemons-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@mheob/eslint-config": patch
"@mheob/prettier-config": patch
---

chore(deps): update all non-major dependencies
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 76e049a

Please sign in to comment.