Skip to content

Commit

Permalink
Merge pull request #907 from Shopify/fix-docker-build
Browse files Browse the repository at this point in the history
Set `@remix-run/fs-routes` as a dependency to fix Dockerfile build
  • Loading branch information
lizkenyon authored Dec 13, 2024
2 parents bca9802 + b55d6ba commit 7ad98f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2024.12.05

- [#907](https://github.com/Shopify/shopify-app-template-remix/pull/907) Move `@remix-run/fs-routes` to `dependencies` to fix Docker image build
- [#899](https://github.com/Shopify/shopify-app-template-remix/pull/899) Disable v3_singleFetch flag
- [#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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dependencies": {
"@prisma/client": "^5.11.0",
"@remix-run/dev": "^2.7.1",
"@remix-run/fs-routes": "^2.15.0",
"@remix-run/node": "^2.7.1",
"@remix-run/react": "^2.7.1",
"@remix-run/serve": "^2.7.1",
Expand All @@ -41,7 +42,6 @@
},
"devDependencies": {
"@remix-run/eslint-config": "^2.7.1",
"@remix-run/fs-routes": "^2.15.0",
"@remix-run/route-config": "^2.15.0",
"@shopify/api-codegen-preset": "^1.1.1",
"@types/eslint": "^8.40.0",
Expand Down

0 comments on commit 7ad98f6

Please sign in to comment.