Skip to content

Commit

Permalink
test: Make build and test work again (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Dec 6, 2024
1 parent 2f4bf98 commit 9e1c08c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/ts/file-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/ts/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9e1c08c

Please sign in to comment.