Skip to content

Commit

Permalink
#3 fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Sep 12, 2024
1 parent c79bcc6 commit eaced2f
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 195 deletions.
2 changes: 1 addition & 1 deletion apps/sfy-chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@blgc/utils": "^0.0.18",
"@repo/ui": "workspace:*",
"feature-fetch": "^0.0.25",
"feature-fetch": "^0.0.26",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/sfy-eu-blocks-app/admin-block-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@shopify/ui-extensions": "2024.7.0",
"@shopify/ui-extensions-react": "2024.7.0",
"eprel-client": "^0.0.16",
"feature-fetch": "^0.0.25",
"feature-fetch": "^0.0.26",
"feature-form": "^0.0.27",
"feature-react": "^0.0.23",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const coreApiConfig = {
baseUrl: 'https://miracle-translate-contributor-cartridge.trycloudflare.com' // TODO: Find way to sync url from api-core-node
baseUrl: 'https://turned-champagne-equal-seeking.trycloudflare.com' // TODO: Find way to sync url from api-core-node
};
8 changes: 4 additions & 4 deletions apps/sfy-eu-blocks-app/app/shopify.app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extension_directories = [
]
name = "eu-blocks"
handle = "eu-blocks"
application_url = "https://supporters-man-proceeds-pichunter.trycloudflare.com"
application_url = "https://campaigns-environment-angels-retired.trycloudflare.com"
embedded = true

[build]
Expand All @@ -22,9 +22,9 @@ scopes = "read_files,read_locales,read_products,read_themes,write_files,write_pr

[auth]
redirect_urls = [
"https://supporters-man-proceeds-pichunter.trycloudflare.com/auth/callback",
"https://supporters-man-proceeds-pichunter.trycloudflare.com/auth/shopify/callback",
"https://supporters-man-proceeds-pichunter.trycloudflare.com/api/auth/callback"
"https://campaigns-environment-angels-retired.trycloudflare.com/auth/callback",
"https://campaigns-environment-angels-retired.trycloudflare.com/auth/shopify/callback",
"https://campaigns-environment-angels-retired.trycloudflare.com/api/auth/callback"
]

[webhooks]
Expand Down
2 changes: 1 addition & 1 deletion apps/sfy-eu-blocks-app/checkout-ui-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@shopify/ui-extensions": "2024.7.0",
"@shopify/ui-extensions-react": "2024.7.0",
"eprel-client": "^0.0.16",
"feature-fetch": "^0.0.25",
"feature-fetch": "^0.0.26",
"feature-react": "^0.0.23",
"feature-state": "^0.0.23",
"react": "^18.3.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const coreApiConfig = {
baseUrl: 'https://miracle-translate-contributor-cartridge.trycloudflare.com' // TODO: Find way to sync url from api-core-node
baseUrl: 'https://turned-champagne-equal-seeking.trycloudflare.com' // TODO: Find way to sync url from api-core-node
};
2 changes: 1 addition & 1 deletion packages/api-core-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "",
"dependencies": {
"feature-fetch": "^0.0.25"
"feature-fetch": "^0.0.26"
},
"devDependencies": {
"@blgc/config": "^0.0.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfy-app-session-storage-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "",
"dependencies": {
"feature-fetch": "^0.0.25"
"feature-fetch": "^0.0.26"
},
"peerDependencies": {
"@shopify/shopify-api": "^11.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/sfy-liquid-html/src/__tests__/playground.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { readFile } from 'node:fs/promises';
import { beforeAll, describe, expect, it } from 'vitest';

import { AST, formatLiquidHtmlWithInsertions } from '../liquid-html';
import { formatLiquidHtmlWithInsertions } from '../format-liquid-html-with-insertions';
import { AST } from '../prettier-plugin-liquid';

describe('playground', () => {
let liquidHtml = '';
Expand Down
2 changes: 1 addition & 1 deletion packages/sfy-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "",
"dependencies": {
"feature-fetch": "^0.0.25",
"feature-fetch": "^0.0.26",
"gql.tada": "^1.8.7"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit eaced2f

Please sign in to comment.