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: Bump the prettier group with 2 updates #2206

Merged
merged 1 commit into from
Sep 2, 2023
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
"nuxt-vitest": "^0.9.0",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prisma": "^4.16.2",
"redis-mock": "^0.56.3",
"storybook": "7.0.26",
Expand Down
31 changes: 24 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14734,8 +14734,8 @@ __metadata:
patch-package: ^7.0.0
pinia: ^2.1.4
postinstall-postinstall: ^2.1.0
prettier: ^3.0.0
prettier-plugin-organize-imports: ^3.2.1
prettier: ^3.0.3
prettier-plugin-organize-imports: ^3.2.3
prisma: ^4.16.2
redis: ^4.6.8
redis-mock: ^0.56.3
Expand Down Expand Up @@ -19213,7 +19213,7 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-organize-imports@npm:^3.2.1, prettier-plugin-organize-imports@npm:^3.2.2":
"prettier-plugin-organize-imports@npm:^3.2.2":
version: 3.2.2
resolution: "prettier-plugin-organize-imports@npm:3.2.2"
peerDependencies:
Expand All @@ -19230,6 +19230,23 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-organize-imports@npm:^3.2.3":
version: 3.2.3
resolution: "prettier-plugin-organize-imports@npm:3.2.3"
peerDependencies:
"@volar/vue-language-plugin-pug": ^1.0.4
"@volar/vue-typescript": ^1.0.4
prettier: ">=2.0"
typescript: ">=2.9"
peerDependenciesMeta:
"@volar/vue-language-plugin-pug":
optional: true
"@volar/vue-typescript":
optional: true
checksum: e97dd707ce88960885df9598c2c0b8187169ff4664e7a5083a8603eabfb457aa0a0eafdf5cb60877a1085e2da5f9cb19fa441061227aa23524e5fe1709bae0cf
languageName: node
linkType: hard

"prettier@npm:^2.8.0, prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
Expand All @@ -19239,12 +19256,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
"prettier@npm:^3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
languageName: node
linkType: hard

Expand Down
Loading