Skip to content

Commit 685905e

Browse files
committed
Update versions of the JS libraries
1 parent 94b5700 commit 685905e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sample-apps/discounts-tutorial/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"deploy": "shopify app deploy"
1313
},
1414
"dependencies": {
15-
"@shopify/app": "3.2.0",
16-
"@shopify/cli": "3.2.0"
15+
"@shopify/app": "^3.25.0",
16+
"@shopify/cli": "^3.25.0"
1717
},
1818
"author": "jackson"
1919
}

sample-apps/discounts-tutorial/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"node": ">=16.13.0"
1313
},
1414
"dependencies": {
15-
"@shopify/shopify-app-express": "1.0.0-rc.7",
16-
"@shopify/shopify-app-session-storage-sqlite": "^1.0.0-rc.0",
15+
"@shopify/shopify-app-express": "^1.0.0",
16+
"@shopify/shopify-app-session-storage-sqlite": "^1.0.0",
1717
"compression": "^1.7.4",
1818
"cross-env": "^7.0.3",
1919
"serve-static": "^1.14.1"

0 commit comments

Comments
 (0)