Skip to content

Commit

Permalink
chore(deps): bump dev and peer dependencies (#108)
Browse files Browse the repository at this point in the history
Just bump dev and peer dependencies.
  • Loading branch information
mheob committed Dec 24, 2022
1 parent c0e8380 commit 8b0e0a0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .changeset/pink-countries-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"typescript": "^4.9.4"
},
"peerDependencies": {
"eslint": "^8.29.0",
"prettier": "^2.8.0"
"eslint": "^8.30.0",
"prettier": "^2.8.1"
},
"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 @@ -28,12 +28,12 @@
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.1",
"@types/prettier": "^2.7.2",
"eslint": "^8.30.0",
"prettier": "^2.8.1"
},
"peerDependencies": {
"prettier": "^2.8.0"
"prettier": "^2.8.1"
},
"publishConfig": {
"access": "public"
Expand Down
42 changes: 17 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b0e0a0

Please sign in to comment.