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 prettier-plugin-astro to ^0.12.0 #8

Merged
merged 1 commit into from
Nov 12, 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"zod": "^3.22.3"
},
"devDependencies": {
"prettier-plugin-astro": "^0.7.2",
"prettier-plugin-astro": "^0.12.0",
"typescript": "^5.0.0"
},
"packageManager": "[email protected]"
Expand Down
40 changes: 38 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/compiler@npm:^1.5.5":
version: 1.8.2
resolution: "@astrojs/compiler@npm:1.8.2"
checksum: 1d55879f8f7aadcad02f19353c085d4e74d5f9cd0d873c600e31ad58928e80d6ab7d6e80b997e2fecabd697f69b0ae166acac58178b833d2d8051a2e35800dc2
languageName: node
linkType: hard

"@astrojs/language-server@npm:^0.28.3":
version: 0.28.3
resolution: "@astrojs/language-server@npm:0.28.3"
Expand Down Expand Up @@ -1303,7 +1310,7 @@ __metadata:
astro-markdoc-renderer: 0.0.1-alpha.1
globby: ^13.1.3
gray-matter: ^4.0.3
prettier-plugin-astro: ^0.7.2
prettier-plugin-astro: ^0.12.0
slugify: ^1.6.5
tailwindcss: ^3.2.4
typescript: ^5.0.0
Expand Down Expand Up @@ -4700,7 +4707,18 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-astro@npm:^0.7.0, prettier-plugin-astro@npm:^0.7.2":
"prettier-plugin-astro@npm:^0.12.0":
version: 0.12.1
resolution: "prettier-plugin-astro@npm:0.12.1"
dependencies:
"@astrojs/compiler": ^1.5.5
prettier: ^3.0.0
sass-formatter: ^0.7.6
checksum: 2c1d1c67b97c32eac707291d74f59e37341dcd564a81ac4e4a012211201632e655b90e7f2d190b5bd2ef88e8480b3ba73082584f1a56b3127e2ae0072749447b
languageName: node
linkType: hard

"prettier-plugin-astro@npm:^0.7.0":
version: 0.7.2
resolution: "prettier-plugin-astro@npm:0.7.2"
dependencies:
Expand All @@ -4721,6 +4739,15 @@ __metadata:
languageName: node
linkType: hard

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

"prismjs@npm:^1.28.0":
version: 1.29.0
resolution: "prismjs@npm:1.29.0"
Expand Down Expand Up @@ -5088,6 +5115,15 @@ __metadata:
languageName: node
linkType: hard

"sass-formatter@npm:^0.7.6":
version: 0.7.8
resolution: "sass-formatter@npm:0.7.8"
dependencies:
suf-log: ^2.5.3
checksum: 8fe8be934878b486a7ad6bcb103e78e26b7dad5d44ad322bbe8a72c9823e90e98acb578a97917cd44d558ef51da50fbb6d59664be40e5062cb86db46c7df93a1
languageName: node
linkType: hard

"sax@npm:^1.2.4":
version: 1.2.4
resolution: "sax@npm:1.2.4"
Expand Down