Skip to content

Commit

Permalink
fix: react-router test app package resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Dec 28, 2023
1 parent 529ae0c commit 55f9cba
Show file tree
Hide file tree
Showing 4 changed files with 4,007 additions and 464 deletions.
8 changes: 6 additions & 2 deletions packages/react-router/test/apps/reactrouter5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@ionic/react": "file:../../../../react",
"@ionic/react-router": "file:../../../",
"@ionic/react": "workspace:*",
"@ionic/react-router": "workspace:*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
Expand Down Expand Up @@ -61,5 +61,9 @@
"description": "An Ionic project",
"engines": {
"node": ">= 16"
},
"resolutions": {
"@types/react": "^18.0.27",
"react": "^18.2.0"
}
}
Loading

0 comments on commit 55f9cba

Please sign in to comment.