Skip to content

Commit

Permalink
upgrade sanity version (#277)
Browse files Browse the repository at this point in the history
* upgrade sanity to get past vite vulnerability

* add changeset

---------

Co-authored-by: Sawyer Burnett <sawyer.burnett@formidable.com>
  • Loading branch information
Burnett2k and Sawyer Burnett authored Mar 18, 2024
1 parent 1c1fc23 commit 3fa5b46
Show file tree
Hide file tree
Showing 4 changed files with 2,433 additions and 557 deletions.
6 changes: 6 additions & 0 deletions .changeset/warm-melons-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"playground-example": patch
"groqd-playground": patch
---

security update: bump sanity to 3.14.0
2 changes: 1 addition & 1 deletion examples/playground-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.0.0",
"sanity": "^3.14.0",
"styled-components": "^5.2.0",
"groqd-playground": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/groqd-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.0.0",
"sanity": "^3.14.0",
"styled-components": "^5.3.9"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 3fa5b46

Please sign in to comment.