Skip to content

Commit

Permalink
Update minimum versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed Sep 19, 2023
1 parent b0f0efc commit 759602e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {},
"peerDependencies": {
"eslint": "^8.34.0",
"prettier": "^2.8.4"
"eslint": "^8.49.0",
"prettier": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@tree-company/eslint-config": "^0.2.1",
"eslint": "^8.49.0",
"prettier": "^2.8.8"
"prettier": "^3.0.3"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {},
"peerDependencies": {
"prettier": "^2.8.4",
"stylelint": "^15.2.0"
"prettier": "^3.0.3",
"stylelint": "^15.10.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1487,10 +1487,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^2.8.8:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
prettier@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==

prop-types@^15.8.1:
version "15.8.1"
Expand Down

0 comments on commit 759602e

Please sign in to comment.