Skip to content

Commit 12f09a2

Browse files
Merge pull request #58 from Shopify/update-package-versions
Update package versions
2 parents e130597 + 57eafc3 commit 12f09a2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.graphqlrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from "fs";
2-
import { ApiVersion } from "@shopify/shopify-api";
2+
import { ApiVersion } from "@shopify/shopify-app-react-router/server";
33
import { shopifyApiProject, ApiType } from "@shopify/api-codegen-preset";
44
import type { IGraphQLConfig } from "graphql-config";
55

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2025.08.17
44

5+
- [#58](https://github.com/Shopify/shopify-app-template-react-router/pull/58) Update Shopify & React Router dependencies. Use Shopify React Router in graphqlrc, not shopify-api
56
- [#57](https://github.com/Shopify/shopify-app-template-react-router/pull/57) Update Webhook API version in `shopify.app.toml` to `2025-07`
67
- [#56](https://github.com/Shopify/shopify-app-template-react-router/pull/56) Remove local CLI from package.json in favor of global CLI installation
78
- [#53](https://github.com/Shopify/shopify-app-template-react-router/pull/53) Add the Shopify Dev MCP to the template

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
},
2626
"dependencies": {
2727
"@prisma/client": "^6.2.1",
28-
"@react-router/dev": "^7.0.0",
29-
"@react-router/fs-routes": "^7.0.0",
30-
"@react-router/node": "^7.0.0",
31-
"@react-router/serve": "^7.0.0",
28+
"@react-router/dev": "^7.9.1",
29+
"@react-router/fs-routes": "^7.9.1",
30+
"@react-router/node": "^7.9.1",
31+
"@react-router/serve": "^7.9.1",
3232
"@shopify/app-bridge-react": "^4.1.6",
33-
"@shopify/shopify-app-react-router": "^0.1.1",
34-
"@shopify/shopify-app-session-storage-prisma": "^6.0.0",
33+
"@shopify/shopify-app-react-router": "^0.2.0",
34+
"@shopify/shopify-app-session-storage-prisma": "^7.0.0",
3535
"isbot": "^5.1.0",
3636
"prisma": "^6.2.1",
3737
"react": "^18.2.0",
3838
"react-dom": "^18.2.0",
39-
"react-router": "^7.0.0",
39+
"react-router": "^7.9.1",
4040
"vite-tsconfig-paths": "^5.0.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)