Skip to content

Commit

Permalink
package json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpandey13 committed Jan 16, 2025
1 parent 49c550f commit e42c67d
Show file tree
Hide file tree
Showing 3 changed files with 4,029 additions and 2,941 deletions.
10 changes: 5 additions & 5 deletions examples/cra-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "file:../..",
"@auth0/auth0-react": "2.2.4",
"@types/node": "^17.0.29",
"@types/react": "file:../../node_modules/@types/react",
"@types/react-dom": "file:../../node_modules/@types/react-dom",
"react": "file:../../node_modules/react",
"react-dom": "file:../../node_modules/react-dom",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
Expand Down
Loading

0 comments on commit e42c67d

Please sign in to comment.