Skip to content

Commit

Permalink
Merge pull request #372 from FormidableLabs/fix/lib-prr-unpin
Browse files Browse the repository at this point in the history
Unpin PRR on the library
  • Loading branch information
carloskelly13 authored Sep 19, 2023
2 parents ba00d98 + d73b497 commit ac95523
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-lemons-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-live": patch
---

Unpin PRR version on the lib.
2 changes: 1 addition & 1 deletion packages/react-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:fix": "eslint --ext .js,.ts,.tsx src --fix"
},
"dependencies": {
"prism-react-renderer": "2.0.5",
"prism-react-renderer": "^2.0.6",
"sucrase": "^3.31.0",
"use-editable": "^2.3.3"
},
Expand Down
19 changes: 5 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit ac95523

@vercel
Copy link

@vercel vercel bot commented on ac95523 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.