Skip to content

Commit

Permalink
chore: try content releases
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 23, 2025
1 parent e864fd2 commit d6cf86a
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 44 deletions.
2 changes: 1 addition & 1 deletion intro-template/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function Box({
element,
}: {
circleTitle: string
element: JSX.Element
element: React.JSX.Element
}) {
return (
<li className="mt-2 grid grid-flow-col grid-rows-1 place-content-start gap-3">
Expand Down
158 changes: 117 additions & 41 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sanity/image-url": "1.1.0",
"@sanity/react-loader": "1.10.39",
"@sanity/ui": "2.11.4",
"@sanity/vision": "3.71.2",
"@sanity/vision": "3.71.1-corel.550",
"@tailwindcss/typography": "0.5.16",
"classnames": "2.5.1",
"date-fns": "4.1.0",
Expand All @@ -30,7 +30,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"rxjs": "7.8.1",
"sanity": "3.71.2",
"sanity": "3.71.1-corel.550",
"sanity-plugin-asset-source-unsplash": "3.0.2",
"server-only": "0.0.1",
"styled-components": "6.1.14"
Expand All @@ -47,5 +47,8 @@
"prettier-plugin-tailwindcss": "0.6.10",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
},
"overrides": {
"sanity": "3.71.1-corel.550"
}
}

0 comments on commit d6cf86a

Please sign in to comment.