Skip to content

Commit

Permalink
Update react types
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 10, 2023
1 parent aa4bb90 commit 102b979
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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 @@ -5,8 +5,8 @@
"dependencies": {
"@auth0/auth0-react": "file:../..",
"@types/node": "^17.0.29",
"@types/react": "^18.0.8",
"@types/react-router-dom": "^5.3.3",
"@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",
"react-router-dom": "^6.3.0",
Expand Down
16 changes: 8 additions & 8 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^29.2.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"browserstack-cypress-cli": "^1.19.1",
Expand Down

0 comments on commit 102b979

Please sign in to comment.