Skip to content

Commit

Permalink
chore(deps): bump dependencies (#2)
Browse files Browse the repository at this point in the history
Bump the following dependencies:

- `pnpm` to `7.6.0`
- `@trivago/prettier-plugin-sort-imports` to `3.3.0`
  • Loading branch information
mheob committed Jul 24, 2022
1 parent 70cbfd1 commit 723ce7d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 23 deletions.
6 changes: 6 additions & 0 deletions .changeset/stupid-seals-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@mheob/eslint-config': major
'@mheob/prettier-config': major
---

Initial configuration
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@changesets/cli": "^2.24.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@mheob/eslint-config": "workspace:0.0.0",
"@mheob/prettier-config": "workspace:0.0.0",
"eslint": "^8.20.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"simple-git-hooks": "^2.8.0",
"turbo": "^1.3.4"
},
"packageManager": "pnpm@7.5.2",
"packageManager": "pnpm@7.6.0",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.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 @@ -25,7 +25,7 @@
"lint": "TIMING=1 eslint src/**/*.ts* --fix"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0"
"@trivago/prettier-plugin-sort-imports": "^3.3.0"
},
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
Expand Down
42 changes: 23 additions & 19 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 723ce7d

Please sign in to comment.