Skip to content

Commit

Permalink
Update shopify-app-express and shopify-app-session-storage-sqlite to …
Browse files Browse the repository at this point in the history
…latest (#1343)

* update shopify app express and sql lite session storage

* rest resource version was missed
  • Loading branch information
andy-liuu authored Oct 29, 2024
1 parent 206abff commit 7db9849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"node": ">=16.13.0"
},
"dependencies": {
"@shopify/shopify-app-express": "^5.0.4",
"@shopify/shopify-app-session-storage-sqlite": "^4.0.4",
"@shopify/shopify-app-express": "^5.0.8",
"@shopify/shopify-app-session-storage-sqlite": "^4.0.8",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"serve-static": "^1.14.1"
Expand Down
2 changes: 1 addition & 1 deletion web/shopify.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BillingInterval, LATEST_API_VERSION } from "@shopify/shopify-api";
import { shopifyApp } from "@shopify/shopify-app-express";
import { SQLiteSessionStorage } from "@shopify/shopify-app-session-storage-sqlite";
import { restResources } from "@shopify/shopify-api/rest/admin/2024-07";
import { restResources } from "@shopify/shopify-api/rest/admin/2024-10";

const DB_PATH = `${process.cwd()}/database.sqlite`;

Expand Down

0 comments on commit 7db9849

Please sign in to comment.