Skip to content

Commit

Permalink
fix(deps): correct peer dependency versions (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Dec 21, 2022
1 parent 283b247 commit b24d18c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -182,13 +182,13 @@
"url-loader": "^4.1.1"
},
"peerDependencies": {
"@sanity/icons": "*",
"@sanity/types": "*",
"@sanity/ui": "*",
"@sanity/icons": "^2",
"@sanity/types": "^3",
"@sanity/ui": "^1",
"next": "^13",
"react": "^18",
"sanity": "dev-preview || ^3",
"styled-components": "*"
"sanity": "^3",
"styled-components": "^5.2"
},
"peerDependenciesMeta": {
"@sanity/icons": {
Expand Down

0 comments on commit b24d18c

Please sign in to comment.