Skip to content

Commit

Permalink
chore(deps): update dependencies (#36)
Browse files Browse the repository at this point in the history
Just and simple update all dependencies.
  • Loading branch information
mheob committed Sep 15, 2022
1 parent 1acc124 commit fd1474e
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 216 deletions.
6 changes: 6 additions & 0 deletions .changeset/lucky-months-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@mheob/eslint-config': patch
'@mheob/prettier-config': patch
---

Update dependencies
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@commitlint/config-conventional": "^17.1.0",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"simple-git-hooks": "^2.8.0",
"turbo": "^1.4.5"
"turbo": "^1.4.6"
},
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.11.0",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint-config-next": "^12.2.5",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint-config-next": "^12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.5",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-unicorn": "^43.0.2"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
},
"peerDependencies": {
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"prettier": "^2.7.1"
},
"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 @@ -33,7 +33,7 @@
},
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down

0 comments on commit fd1474e

Please sign in to comment.