Skip to content

Commit

Permalink
fix: update dependencies (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonGriggs authored Jan 31, 2024
1 parent 5bdf0aa commit 322a8e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@sanity/icons": "^2.0.0",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^2.0.0",
"@sanity/ui": "^1.0 || ^2.0",
"@sanity/util": "^3.0.0",
"@sanity/uuid": "^3.0.1",
"dlv": "^1.1.3",
Expand Down Expand Up @@ -92,9 +92,11 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@sanity/ui": "^1.0 || ^2.0",
"react": "^18",
"react-dom": "^18",
"sanity": "^3.0.0"
"sanity": "^3.0.0",
"styled-components": "^5.0 || ^6.0"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 322a8e0

Please sign in to comment.