Skip to content

Commit

Permalink
Silly pnpm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 11, 2024
1 parent b81780a commit 2939707
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@remix-run/dev": "workspace:*",
"@remix-run/express": "workspace:*",
"@remix-run/node": "workspace:*",
"@remix-run/router": "0.0.0-experimental-71108452",
"@remix-run/router": "0.0.0-experimental-c7dd3d3a",
"@remix-run/server-runtime": "workspace:*",
"@types/express": "^4.17.9",
"@vanilla-extract/css": "^1.10.0",
Expand Down
9 changes: 2 additions & 7 deletions pnpm-lock.yaml

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

4 changes: 4 additions & 0 deletions scripts/bump-router-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ cd packages/remix-testing
pnpm add -E @remix-run/router@${ROUTER_VERSION} react-router-dom@${RR_VERSION}
cd ../..

cd integration
pnpm add -E @remix-run/router@${ROUTER_VERSION}
cd ../..

# Because deplicates...
pnpm dedupe && rm -rf ./node_modules && pnpm install

Expand Down

0 comments on commit 2939707

Please sign in to comment.