Skip to content

Commit

Permalink
Try and sync some more modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 6, 2023
1 parent ce70daf commit 036c180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cra-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@types/react": "file:../../node_modules/@types/react",
"react": "file:../../node_modules/react",
"react-dom": "file:../../node_modules/react-dom",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
"typescript": "file:../../node_modules/typescript"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 036c180

Please sign in to comment.