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 Dec 10, 2022
2 parents 7646105 + 15dd026 commit dae399b
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 118 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-lemons-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mheob/eslint-config": patch
---

chore(deps): update all non-major dependencies
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@mheob/changeset-changelog": "^2.0.0",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^18.11.9",
"eslint": "^8.28.0",
"@types/node": "^18.11.11",
"eslint": "^8.29.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"lint-staged": "^13.1.0",
"prettier": "^2.8.0",
"ts-node": "^10.9.1",
"turbo": "^1.6.3",
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": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-config-next": "^13.0.5",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
Expand All @@ -60,12 +60,12 @@
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.4.10",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"prettier": "^2.8.0",
"typescript": "^4.9.3"
},
"peerDependencies": {
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"prettier": "^2.8.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.1",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"prettier": "^2.8.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit dae399b

Please sign in to comment.