Skip to content

Commit

Permalink
Merge pull request #750 from kduprey/hotfix/update-sanity
Browse files Browse the repository at this point in the history
chore: Update @sanity/vision and sanity npm dependencies to version 3…
  • Loading branch information
kduprey authored Jul 3, 2024
2 parents c7e758b + f800f1b commit 338f76c
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 182 deletions.
4 changes: 2 additions & 2 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@kduprey/tsconfig": "workspace:*",
"@sanity/icons": "^3.2.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.48.1",
"@sanity/vision": "^3.49.0",
"next": "14.2.4",
"next-sanity": "^9.4.2",
"react": "18.3.1",
Expand All @@ -35,7 +35,7 @@
"@next/bundle-analyzer": "^14.2.4",
"@types/node": "^20.14.9",
"@types/react": "18.3.3",
"sanity": "^3.48.1",
"sanity": "^3.49.0",
"styled-components": "^6.1.11",
"typescript": "5.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = withSentryConfig(module.exports, {
project: "kentonduprey-site",

// Only print logs for uploading source maps in CI
silent: !process.env.CI,
silent: true,

// For all available options, see:
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
Expand Down
Loading

0 comments on commit 338f76c

Please sign in to comment.