Skip to content

Commit

Permalink
📦🔒 fixing peer deps (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves authored Aug 23, 2024
1 parent 6039d80 commit a438bba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-melons-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@myst-theme/site': patch
---

Removing remix 2.0 peer dep
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"unist-util-select": "^4.0.1"
},
"peerDependencies": {
"@remix-run/node": "^1.17 || ^2.0",
"@remix-run/react": "^1.17 || ^2.0",
"@remix-run/node": "^1.19",
"@remix-run/react": "^1.19",
"@types/react": "^16.8 || ^17.0 || ^18.0",
"@types/react-dom": "^16.8 || ^17.0 || ^18.0",
"react": "^16.8 || ^17.0 || ^18.0",
Expand Down

0 comments on commit a438bba

Please sign in to comment.