Skip to content

Commit

Permalink
Merge pull request Weaverse#113 from Weaverse/dev
Browse files Browse the repository at this point in the history
Update to latest Hydrogen version
  • Loading branch information
paul-phan authored May 14, 2024
2 parents 5e6cad7 + 4bb32bd commit 49e78db
Show file tree
Hide file tree
Showing 6 changed files with 1,329 additions and 5,079 deletions.
2 changes: 1 addition & 1 deletion app/entry.server.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { RemixServer } from "@remix-run/react";
import type { AppLoadContext, EntryContext } from "@shopify/remix-oxygen";
import isbot from "isbot";
import { isbot } from "isbot";
import { renderToReadableStream } from "react-dom/server";
import { createContentSecurityPolicy } from "@shopify/hydrogen";

Expand Down
6 changes: 0 additions & 6 deletions app/routes/($locale).collections.all.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion customer-accountapi.generated.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable eslint-comments/disable-enable-pair */
/* eslint-disable eslint-comments/no-unlimited-disable */
/* eslint-disable */
import * as CustomerAccountAPI from '@shopify/hydrogen/customer-account-api-types';
import type * as CustomerAccountAPI from '@shopify/hydrogen/customer-account-api-types';

export type CustomerAddressUpdateMutationVariables = CustomerAccountAPI.Exact<{
address: CustomerAccountAPI.CustomerAddressInput;
Expand Down
Loading

0 comments on commit 49e78db

Please sign in to comment.