Skip to content

Commit b864ff3

Browse files
committed
chore: update recipe patch files
1 parent 57095c6 commit b864ff3

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

cookbook/recipes/express/patches/package.json.f30b0a.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ index e9ebd1d3..00a7b42d 100644
1818
},
1919
"prettier": "@shopify/prettier-config",
2020
"dependencies": {
21-
+ "@react-router/express": "7.9.2",
22-
+ "@react-router/node": "7.9.2",
21+
+ "@react-router/express": ""7.12.0"",
22+
+ "@react-router/node": ""7.12.0"",
2323
+ "@remix-run/eslint-config": "^2.16.1",
2424
"@shopify/hydrogen": "2025.7.0",
2525
+ "compression": "^1.7.4",
@@ -31,16 +31,16 @@ index e9ebd1d3..00a7b42d 100644
3131
+ "morgan": "^1.10.0",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1",
34-
"react-router": "7.9.2",
35-
"react-router-dom": "7.9.2"
34+
"react-router": ""7.12.0"",
35+
"react-router-dom": ""7.12.0""
3636
},
3737
"devDependencies": {
3838
- "@eslint/compat": "^1.2.5",
3939
- "@eslint/eslintrc": "^3.2.0",
4040
"@eslint/js": "^9.18.0",
4141
"@graphql-codegen/cli": "5.0.2",
42-
"@react-router/dev": "7.9.2",
43-
"@react-router/fs-routes": "7.9.2",
42+
"@react-router/dev": ""7.12.0"",
43+
"@react-router/fs-routes": ""7.12.0"",
4444
"@shopify/cli": "3.85.4",
4545
"@shopify/hydrogen-codegen": "^0.3.3",
4646
- "@shopify/mini-oxygen": "^4.0.0",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
index d0690983..ee6e51db 100644
2+
--- i/templates/skeleton/package.json
3+
+++ w/templates/skeleton/package.json
4+
@@ -20,6 +20,7 @@
5+
"isbot": "^5.1.22",
6+
"react": "18.3.1",
7+
"react-dom": "18.3.1",
8+
+ "react-intersection-observer": "^8.34.0",
9+
"react-router": "7.12.0",
10+
"react-router-dom": "7.12.0"
11+
},

cookbook/recipes/infinite-scroll/patches/package.json.f30b0a.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ index e9ebd1d3..e51634ee 100644
66
"react": "18.3.1",
77
"react-dom": "18.3.1",
88
+ "react-intersection-observer": "^8.34.0",
9-
"react-router": "7.9.2",
10-
"react-router-dom": "7.9.2"
9+
"react-router": ""7.12.0"",
10+
"react-router-dom": ""7.12.0""
1111
},

cookbook/recipes/metaobjects/patches/package.json.f30b0a.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ index e9ebd1d3..1731cce2 100644
44
@@ -21,7 +21,9 @@
55
"react": "18.3.1",
66
"react-dom": "18.3.1",
7-
"react-router": "7.9.2",
8-
- "react-router-dom": "7.9.2"
9-
+ "react-router-dom": "7.9.2",
7+
"react-router": ""7.12.0"",
8+
- "react-router-dom": ""7.12.0""
9+
+ "react-router-dom": ""7.12.0"",
1010
+ "slate": "^0.101.4",
1111
+ "slate-react": "^0.101.3"
1212
},

0 commit comments

Comments
 (0)