Skip to content

Commit

Permalink
chore: bump sentry to 7.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobadini committed Jan 18, 2024
1 parent ce1ed13 commit dc0dda8
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

0 comments on commit dc0dda8

Please sign in to comment.