Skip to content

Commit

Permalink
chore(deps): update all dependencies (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob authored Aug 31, 2022
1 parent a211713 commit 87fb7e0
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 190 deletions.
6 changes: 6 additions & 0 deletions .changeset/sharp-bananas-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@mheob/eslint-config': patch
'@mheob/prettier-config': patch
---

Update all dependencies
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"package.json": "pnpm dlx sort-package-json"
},
"devDependencies": {
"@changesets/cli": "^2.24.3",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@changesets/cli": "^2.24.4",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"simple-git-hooks": "^2.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 @@ -28,18 +28,18 @@
"lint": "TIMING=1 eslint **/*.cjs --fix"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.0",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-unicorn": "^43.0.2"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},
"peerDependencies": {
"eslint": "^8.20.0",
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 @@ -30,7 +30,7 @@
},
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 87fb7e0

Please sign in to comment.