Skip to content

Commit

Permalink
fix(deps): update dependency prism-react-renderer to ^2.3.0 for gatsb…
Browse files Browse the repository at this point in the history
…y-theme-minimal-blog (#1246)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <[email protected]>
  • Loading branch information
renovate[bot] and LekoArts authored Dec 7, 2023
1 parent 15a27f5 commit 514274d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
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

0 comments on commit 514274d

Please sign in to comment.