Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pretty-quick to v3.2.1 #662

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss": "8.4.33",
"postcss-loader": "7.3.4",
"prettier": "3.2.2",
"pretty-quick": "3.1.4",
"pretty-quick": "3.2.1",
"rimraf": "5.0.5",
"sass": "1.69.7",
"sass-loader": "14.0.0",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3262,7 +3262,7 @@ __metadata:
postcss: 8.4.33
postcss-loader: 7.3.4
prettier: 3.2.2
pretty-quick: 3.1.4
pretty-quick: 3.2.1
rimraf: 5.0.5
sass: 1.69.7
sass-loader: 14.0.0
Expand Down Expand Up @@ -4079,21 +4079,22 @@ __metadata:
languageName: node
linkType: hard

"pretty-quick@npm:3.1.4":
version: 3.1.4
resolution: "pretty-quick@npm:3.1.4"
"pretty-quick@npm:3.2.1":
version: 3.2.1
resolution: "pretty-quick@npm:3.2.1"
dependencies:
chalk: ^4.1.2
execa: ^4.1.0
find-up: ^4.1.0
ignore: ^5.3.0
mri: ^1.2.0
multimatch: ^5.0.0
tslib: ^2.6.2
peerDependencies:
prettier: ^2.0.0
bin:
pretty-quick: bin/pretty-quick.js
checksum: 86b834120dab6041cfd3c7ae8d0f36665a03ee4119693fcc449b2fb0c708742119f04d2825f429fb35c5180055d4d89960f54b319a336276a83c13e7180e1195
pretty-quick: dist/cli.js
checksum: 95d727d69e15a6e1c78901f9f2bf6b23287f8a1099b43a7861f0bd67510945d8d875559fe13f3c9392e53ed5a26d0b5bcd164eec08c708e4be071320b029d5bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -5105,7 +5106,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.4.0":
"tslib@npm:^2.4.0, tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
Expand Down
Loading