Skip to content

Commit

Permalink
add uuid to editor package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Jul 9, 2024
1 parent b9ce6f1 commit 326f2dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"is-plain-object": "^5.0.0",
"memize": "^2.1.0",
"react-autosize-textarea": "^7.1.0",
"remove-accents": "^0.5.0"
"remove-accents": "^0.5.0",
"uuid": "^10.0.0"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down

0 comments on commit 326f2dc

Please sign in to comment.