Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2211 from iFixit/upgrade-sentry
Browse files Browse the repository at this point in the history
Bump sentry to 7.93.0
  • Loading branch information
masonmcelvain authored Jan 18, 2024
2 parents ce1ed13 + dc0dda8 commit 112d639
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 159 deletions.
10 changes: 5 additions & 5 deletions frontend/lib/shopify-storefront-sdk/generated/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4029,15 +4029,15 @@ export type ImageTransformInput = {
};

/** Provide details about the contexts influenced by the @inContext directive on a field. */
export type InContext = {
__typename?: 'InContext';
export type InContextAnnotation = {
__typename?: 'InContextAnnotation';
description: Scalars['String'];
type: InContextType;
type: InContextAnnotationType;
};

/** This gives information about the type of context that impacts a field. For example, for a query with @inContext(language: "EN"), the type would point to the name: LanguageCode and kind: ENUM. */
export type InContextType = {
__typename?: 'InContextType';
export type InContextAnnotationType = {
__typename?: 'InContextAnnotationType';
kind: Scalars['String'];
name: Scalars['String'];
};
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@ifixit/shopify-storefront-client": "workspace:*",
"@ifixit/tracking-hooks": "workspace:*",
"@ifixit/ui": "workspace:*",
"@sentry/nextjs": "7.80.0",
"@sentry/nextjs": "7.93.0",
"@tanstack/react-query": "4.14.5",
"@vercel/speed-insights": "1.0.2",
"algoliasearch": "4.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"@ifixit/helpers": "workspace:*",
"@sentry/nextjs": "7.80.0"
"@sentry/nextjs": "7.93.0"
},
"peerDependencies": {
"next": "*",
Expand Down
Loading

2 comments on commit 112d639

@vercel
Copy link

@vercel vercel bot commented on 112d639 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-commerce – ./frontend

react-commerce-ifixit.vercel.app
react-commerce.vercel.app
react-commerce-git-main-ifixit.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 112d639 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-commerce-prod – ./frontend

react-commerce-prod-ifixit.vercel.app
react-commerce-prod-git-main-ifixit.vercel.app
react-commerce-prod.vercel.app

Please sign in to comment.