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

fix(deps): update dependency @astrojs/prism to v3 #13

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 @@ -12,7 +12,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@astrojs/prism": "^1.0.2",
"@astrojs/prism": "^3.0.0",
"@astrojs/rss": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/prism@npm:^1.0.0, @astrojs/prism@npm:^1.0.2":
"@astrojs/prism@npm:^1.0.0":
version: 1.0.2
resolution: "@astrojs/prism@npm:1.0.2"
dependencies:
Expand All @@ -116,6 +116,15 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/prism@npm:^3.0.0":
version: 3.0.0
resolution: "@astrojs/prism@npm:3.0.0"
dependencies:
prismjs: ^1.29.0
checksum: 84d014943a81534e033a4b286c827eccb7600b51332bcddc06bd174e88c8cb3a6d31dcb691346cf1f0ea6e817dacbfa52a945081e413cc87e3b1449272237e02
languageName: node
linkType: hard

"@astrojs/rss@npm:^2.0.0":
version: 2.4.4
resolution: "@astrojs/rss@npm:2.4.4"
Expand Down Expand Up @@ -1320,7 +1329,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "blogster-sleek@workspace:."
dependencies:
"@astrojs/prism": ^1.0.2
"@astrojs/prism": ^3.0.0
"@astrojs/rss": ^2.0.0
"@astrojs/sitemap": ^1.0.0
"@astrojs/tailwind": ^2.1.3
Expand Down Expand Up @@ -4768,7 +4777,7 @@ __metadata:
languageName: node
linkType: hard

"prismjs@npm:^1.28.0":
"prismjs@npm:^1.28.0, prismjs@npm:^1.29.0":
version: 1.29.0
resolution: "prismjs@npm:1.29.0"
checksum: 007a8869d4456ff8049dc59404e32d5666a07d99c3b0e30a18bd3b7676dfa07d1daae9d0f407f20983865fd8da56de91d09cb08e6aa61f5bc420a27c0beeaf93
Expand Down