Skip to content

Commit

Permalink
Merge pull request #449 from Shopify/ah.update-isbot
Browse files Browse the repository at this point in the history
Use isbot ^4.1.0
  • Loading branch information
andrewhassan authored Feb 14, 2024
2 parents d812900 + 79b8b8e commit 777d59f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sample-apps/delivery-customizations/app/entry.server.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PassThrough } from "stream";
import { renderToPipeableStream } from "react-dom/server";
import { Response } from "@remix-run/node";
import { RemixServer } from "@remix-run/react";
import isbot from "isbot";
import { isbot } from "isbot";

import { addDocumentResponseHeaders } from "./shopify.server";

Expand Down
2 changes: 1 addition & 1 deletion sample-apps/delivery-customizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@shopify/shopify-app-remix": "^1.0.0",
"@shopify/shopify-app-session-storage-prisma": "^1.0.0",
"cross-env": "^7.0.3",
"isbot": "latest",
"isbot": "^4.1.0",
"prisma": "^4.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/discounts/app/entry.server.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PassThrough } from "stream";
import { renderToPipeableStream } from "react-dom/server";
import { Response } from "@remix-run/node";
import { RemixServer } from "@remix-run/react";
import isbot from "isbot";
import { isbot } from "isbot";

import { addDocumentResponseHeaders } from "./shopify.server";

Expand Down
2 changes: 1 addition & 1 deletion sample-apps/discounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@shopify/shopify-app-remix": "^1.1.0",
"@shopify/shopify-app-session-storage-prisma": "^1.0.0",
"cross-env": "^7.0.3",
"isbot": "latest",
"isbot": "^4.1.0",
"prisma": "^4.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/order-submission-rules/app/entry.server.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PassThrough } from "stream";
import { renderToPipeableStream } from "react-dom/server";
import { Response } from "@remix-run/node";
import { RemixServer } from "@remix-run/react";
import isbot from "isbot";
import { isbot } from "isbot";

import { addDocumentResponseHeaders } from "./shopify.server";

Expand Down
2 changes: 1 addition & 1 deletion sample-apps/order-submission-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@shopify/shopify-app-remix": "^1.3.0",
"@shopify/shopify-app-session-storage-prisma": "^1.1.1",
"cross-env": "^7.0.3",
"isbot": "latest",
"isbot": "^4.1.0",
"prisma": "^4.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/payment-customizations/app/entry.server.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PassThrough } from "stream";
import { renderToPipeableStream } from "react-dom/server";
import { Response } from "@remix-run/node";
import { RemixServer } from "@remix-run/react";
import isbot from "isbot";
import { isbot } from "isbot";

import { addDocumentResponseHeaders } from "./shopify.server";

Expand Down
2 changes: 1 addition & 1 deletion sample-apps/payment-customizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@shopify/shopify-app-remix": "^1.0.0",
"@shopify/shopify-app-session-storage-prisma": "^1.0.0",
"cross-env": "^7.0.3",
"isbot": "latest",
"isbot": "^4.1.0",
"prisma": "^4.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 777d59f

Please sign in to comment.