Skip to content

Commit 40679ef

Browse files
committed
Update RR package minimums
1 parent 12f9394 commit 40679ef

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @shopify/shopify-app-template-react-router
22

3+
## 2026.01.08
4+
- [#170](https://github.com/Shopify/shopify-app-template-react-router/pull/170) - Update React Router minimum version to v7.12.0
5+
36
## 2025.12.11
47

58
- [#151](https://github.com/Shopify/shopify-app-template-react-router/pull/151) Update `@shopify/shopify-app-react-router` to v1.1.0 and `@shopify/shopify-app-session-storage-prisma` to v8.0.0, add refresh token fields (`refreshToken` and `refreshTokenExpires`) to Session model in Prisma schema, and adopt the `expiringOfflineAccessTokens` flag for enhanced security through token rotation. See [expiring vs non-expiring offline tokens](https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/offline-access-tokens#expiring-vs-non-expiring-offline-tokens) for more information.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
},
2626
"dependencies": {
2727
"@prisma/client": "^6.16.3",
28-
"@react-router/dev": "^7.9.3",
29-
"@react-router/fs-routes": "^7.9.3",
30-
"@react-router/node": "^7.9.3",
31-
"@react-router/serve": "^7.9.3",
28+
"@react-router/dev": "^7.12.0",
29+
"@react-router/fs-routes": "^7.12.0",
30+
"@react-router/node": "^7.12.0",
31+
"@react-router/serve": "^7.12.0",
3232
"@shopify/app-bridge-react": "^4.2.4",
3333
"@shopify/shopify-app-react-router": "^1.1.0",
3434
"@shopify/shopify-app-session-storage-prisma": "^8.0.0",
3535
"isbot": "^5.1.31",
3636
"prisma": "^6.16.3",
3737
"react": "^18.3.1",
3838
"react-dom": "^18.3.1",
39-
"react-router": "^7.9.3",
39+
"react-router": "^7.12.0",
4040
"vite-tsconfig-paths": "^5.1.4"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)