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 prism-react-renderer to ^2.3.0 for gatsby-theme-minimal-blog #1246

Merged
merged 2 commits into from
Dec 7, 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
5 changes: 5 additions & 0 deletions .changeset/wicked-wolves-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lekoarts/gatsby-theme-minimal-blog": patch
---

Update dependency prism-react-renderer to `^2.3.0`
2 changes: 1 addition & 1 deletion themes/gatsby-theme-minimal-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@theme-ui/preset-tailwind": "0.15.3",
"gatsby-plugin-catch-links": "^5.12.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"prism-react-renderer": "^2.0.6",
"prism-react-renderer": "^2.3.0",
"theme-ui": "~0.15.3"
},
"keywords": [
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ __metadata:
"@theme-ui/preset-tailwind": "npm:0.15.3"
gatsby-plugin-catch-links: "npm:^5.12.0"
gatsby-plugin-theme-ui: "npm:~0.15.3"
prism-react-renderer: "npm:^2.0.6"
prism-react-renderer: "npm:^2.3.0"
theme-ui: "npm:~0.15.3"
peerDependencies:
gatsby: ^5.5.0
Expand Down Expand Up @@ -7832,6 +7832,13 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:^2.0.0":
version: 2.0.0
resolution: "clsx@npm:2.0.0"
checksum: c09f43b3144a0b7826b6b11b6a111b2c7440831004eecc02d333533c5e58ef0aa5f2dce071d3b25fbb8c8ea97b45df96c74bcc1d51c8c2027eb981931107b0cd
languageName: node
linkType: hard

"color-convert@npm:^1.9.0":
version: 1.9.3
resolution: "color-convert@npm:1.9.3"
Expand Down Expand Up @@ -18777,15 +18784,15 @@ __metadata:
languageName: node
linkType: hard

"prism-react-renderer@npm:^2.0.6":
version: 2.0.6
resolution: "prism-react-renderer@npm:2.0.6"
"prism-react-renderer@npm:^2.0.6, prism-react-renderer@npm:^2.3.0":
version: 2.3.0
resolution: "prism-react-renderer@npm:2.3.0"
dependencies:
"@types/prismjs": "npm:^1.26.0"
clsx: "npm:^1.2.1"
clsx: "npm:^2.0.0"
peerDependencies:
react: ">=16.0.0"
checksum: f98b67ebe64c2c83449c7cedd285b55ad1ab48fafb189fba7b7bc653f68717172699934c9403906ccbc0da414329d00e15fa673cc38265fd003f010d8efb3331
checksum: aa8fb176e156ebb1f8ca46d82966d37176f46545e03669ddab7d56479f915b41e95b02accc16af9e2e95c7fcd57ce6222d8eac08977c757d9c49c32c7b0e03ff
languageName: node
linkType: hard

Expand Down