Skip to content

Commit

Permalink
chore(deps): update dependencies (#77)
Browse files Browse the repository at this point in the history
## 📑 Description

Just update the dependencies.
  • Loading branch information
mheob authored Oct 10, 2022
1 parent d6daeb5 commit d65f991
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 288 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-jobs-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mheob/eslint-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,16 +36,16 @@
"@mheob/check-package-manager": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^18.8.2",
"eslint": "^8.24.0",
"@types/node": "^18.8.3",
"eslint": "^8.25.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"turbo": "^1.5.5",
"typescript": "^4.8.4"
},
"packageManager": "pnpm@7.13.2",
"packageManager": "pnpm@7.13.4",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/check-package-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"eslint": "^8.24.0"
"eslint": "^8.25.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-unicorn": "^44.0.1"
"eslint-plugin-react": "^7.31.9",
"eslint-plugin-unicorn": "^44.0.2"
},
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.4.6",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
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.24.0",
"eslint": "^8.25.0",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d65f991

Please sign in to comment.