Skip to content

Commit

Permalink
fix: sanity ui and styled components
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonGriggs committed Jan 22, 2024
1 parent 3149cae commit e637678
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@commitlint/config-conventional": "^17.6.6",
"@sanity/pkg-utils": "^2.3.3",
"@sanity/plugin-kit": "^3.1.7",
"@sanity/semantic-release-preset": "^4.1.1",
"@sanity/semantic-release-preset": "^4.1.6",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
Expand All @@ -89,14 +89,16 @@
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^5.0.1",
"sanity": "^3.14.1",
"semantic-release": "^21.0.7",
"styled-components": "^5.3.6",
"sanity": "^3.3.1",
"semantic-release": "^22.0.6",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@sanity/ui": "^1.0 || ^2.0",
"react": "^18",
"sanity": "^3"
"react-dom": "^18",
"sanity": "^3.0.0",
"styled-components": "^5.0 || ^6.0"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit e637678

Please sign in to comment.