Skip to content

Commit

Permalink
chore(deps): update dependencies (#60)
Browse files Browse the repository at this point in the history
Just update all dependencies.
  • Loading branch information
mheob committed Sep 26, 2022
1 parent ec5e9e3 commit 12b3867
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 190 deletions.
7 changes: 7 additions & 0 deletions .changeset/tricky-beans-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@mheob/check-package-manager': patch
'@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 @@
"@mheob/check-package-manager": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^18.7.18",
"eslint": "^8.23.1",
"@types/node": "^18.7.21",
"eslint": "^8.24.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"turbo": "^1.4.7",
"turbo": "^1.5.3",
"typescript": "^4.8.3"
},
"packageManager": "pnpm@7.12.1",
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.23.1"
"eslint": "^8.24.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.4.6",
"eslint": "^8.23.1",
"eslint": "^8.24.0",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
},
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 @@ -32,8 +32,8 @@
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.0",
"eslint": "^8.23.1",
"@types/prettier": "^2.7.1",
"eslint": "^8.24.0",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 12b3867

Please sign in to comment.