Skip to content

Commit 83c8bcb

Browse files
chore(deps): pin dependencies
1 parent ba91a55 commit 83c8bcb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint": "^7.32.0",
6767
"husky": "^7.0.1",
6868
"jest": "^27.0.6",
69-
"prettier": "^2.4.1",
69+
"prettier": "^2.8.0",
7070
"semantic-release": "^17.4.4",
7171
"ts-dedent": "^2.2.0",
7272
"ts-jest": "^27.1.2",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@types/debug": "4.1.7",
5353
"@types/marked": "4.0.1",
54-
"@types/prettier": "*",
54+
"@types/prettier": "2.4.2",
5555
"@types/semver": "7.3.9",
5656
"marked": "^3.0.7",
5757
"picocolors": "^1.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
15961596
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
15971597

1598-
"@types/prettier@*", "@types/prettier@^2.1.5":
1598+
"@types/prettier@2.4.2", "@types/prettier@^2.1.5":
15991599
version "2.4.2"
16001600
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.2.tgz#4c62fae93eb479660c3bd93f9d24d561597a8281"
16011601
integrity sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==
@@ -6667,10 +6667,10 @@ prettier-eslint@^13.0.0:
66676667
typescript "^3.9.3"
66686668
vue-eslint-parser "~7.1.0"
66696669

6670-
prettier@*, prettier@^2.0.0, prettier@^2.4.1:
6671-
version "2.5.1"
6672-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
6673-
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
6670+
prettier@*, prettier@^2.0.0, prettier@^2.8.0:
6671+
version "2.8.0"
6672+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
6673+
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
66746674

66756675
prettier@^1.19.1:
66766676
version "1.19.1"

0 commit comments

Comments
 (0)