Skip to content

Commit

Permalink
Merge pull request #141 from Shopify/njo/pos-2024-10
Browse files Browse the repository at this point in the history
Rework pos-ui-extension template for 2024-10
  • Loading branch information
NathanJolly authored Oct 1, 2024
2 parents dfa4add + 4eac749 commit 67e9987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pos-ui-extension/package.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "UNLICENSED",
"dependencies": {
"react": "^18.0.0",
"@shopify/ui-extensions": "2024.4.x",
"@shopify/ui-extensions-react": "2024.4.x"
"@shopify/ui-extensions": "2024.10.x",
"@shopify/ui-extensions-react": "2024.10.x"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand All @@ -21,7 +21,7 @@
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {
"@shopify/ui-extensions": "2024.4.x"
"@shopify/ui-extensions": "2024.10.x"
}
}
{%- endif -%}
2 changes: 1 addition & 1 deletion pos-ui-extension/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The version of APIs your extension will receive. Learn more:
# https://shopify.dev/docs/api/usage/versioning
api_version = "2024-04"
api_version = "2024-10"

[[extensions]]
type = "ui_extension"
Expand Down

0 comments on commit 67e9987

Please sign in to comment.