File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "node" : " >=16.13.0"
1414 },
1515 "dependencies" : {
16- "@shopify/shopify-app-express" : " ^5.0.4 " ,
17- "@shopify/shopify-app-session-storage-sqlite" : " ^4.0.4 " ,
16+ "@shopify/shopify-app-express" : " ^5.0.8 " ,
17+ "@shopify/shopify-app-session-storage-sqlite" : " ^4.0.8 " ,
1818 "compression" : " ^1.7.4" ,
1919 "cross-env" : " ^7.0.3" ,
2020 "serve-static" : " ^1.14.1"
Original file line number Diff line number Diff line change 11import { BillingInterval , LATEST_API_VERSION } from "@shopify/shopify-api" ;
22import { shopifyApp } from "@shopify/shopify-app-express" ;
33import { SQLiteSessionStorage } from "@shopify/shopify-app-session-storage-sqlite" ;
4- import { restResources } from "@shopify/shopify-api/rest/admin/2024-07 " ;
4+ import { restResources } from "@shopify/shopify-api/rest/admin/2024-10 " ;
55
66const DB_PATH = `${ process . cwd ( ) } /database.sqlite` ;
77
You can’t perform that action at this time.
0 commit comments