Skip to content

Commit

Permalink
fix: add missing dependencies to remix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Apr 25, 2024
1 parent 04c27e6 commit 6e76fac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/with-remix-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"@tanstack/react-table": "^8.2.6",
"cookie": "^0.5.0",
"js-cookie": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
1 change: 1 addition & 0 deletions examples/with-remix-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"start:prod": "refine start"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.3",
Expand Down
1 change: 1 addition & 0 deletions examples/with-remix-vite-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"@tanstack/react-table": "^8.2.6",
"cookie": "^0.5.0",
"js-cookie": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"wait-on": "^7.0.1"
},
"engines": {
"node": ">=20",
"node": ">=18",
"pnpm": ">= 9"
},
"nx": {}
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e76fac

Please sign in to comment.