Skip to content

Commit

Permalink
Fix up remix dependencies in wrangler fixture
Browse files Browse the repository at this point in the history
There was a version mismatch between different parts of the Remix libraries, which caused a server error.
  • Loading branch information
petebacondarwin committed Jun 13, 2023
1 parent 772f67c commit 8b1b028
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 578 deletions.
12 changes: 6 additions & 6 deletions fixtures/remix-pages-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"test:watch": "npx vitest"
},
"dependencies": {
"@remix-run/cloudflare-pages": "^1.8.2",
"@remix-run/cloudflare-pages": "^1.17.0",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "*",
"@cloudflare/workers-types": "^3.18.0",
"@remix-run/cloudflare": "^1.16.1",
"@remix-run/dev": "^1.16.1",
"@remix-run/eslint-config": "^1.8.2",
"@remix-run/react": "^1.16.1",
"@remix-run/cloudflare": "^1.17.0",
"@remix-run/dev": "^1.17.0",
"@remix-run/eslint-config": "^1.17.0",
"@remix-run/react": "^1.17.0",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"eslint": "^8.27.0",
"npm-run-all": "^4.1.5",
"remix": "^1.14.3",
"remix": "^1.17.0",
"typescript": "^4.8.4",
"wrangler": "*"
},
Expand Down
Loading

0 comments on commit 8b1b028

Please sign in to comment.