Skip to content

Commit 2395c23

Browse files
authored
Merge pull request #908 from Shopify/javascript_updates
Convert template to Javascript
2 parents 74017ee + 4455455 commit 2395c23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2024.12.05
44

5+
- [#907](https://github.com/Shopify/shopify-app-template-remix/pull/907) Move `@remix-run/fs-routes` to `dependencies` to fix Docker image build
56
- [#899](https://github.com/Shopify/shopify-app-template-remix/pull/899) Disable v3_singleFetch flag
67
- [#898](https://github.com/Shopify/shopify-app-template-remix/pull/898) Enable the `removeRest` future flag so new apps aren't tempted to use the REST Admin API.
78

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dependencies": {
2626
"@prisma/client": "^5.11.0",
2727
"@remix-run/dev": "^2.7.1",
28+
"@remix-run/fs-routes": "^2.15.0",
2829
"@remix-run/node": "^2.7.1",
2930
"@remix-run/react": "^2.7.1",
3031
"@remix-run/serve": "^2.7.1",
@@ -41,7 +42,6 @@
4142
},
4243
"devDependencies": {
4344
"@remix-run/eslint-config": "^2.7.1",
44-
"@remix-run/fs-routes": "^2.15.0",
4545
"@remix-run/route-config": "^2.15.0",
4646
"@shopify/api-codegen-preset": "^1.1.1",
4747
"@types/eslint": "^8.40.0",

0 commit comments

Comments
 (0)