We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c550f commit e42c67dCopy full SHA for e42c67d
examples/cra-react-router/package.json
@@ -3,12 +3,12 @@
3
"version": "0.1.0",
4
"private": true,
5
"dependencies": {
6
- "@auth0/auth0-react": "file:../..",
+ "@auth0/auth0-react": "2.2.4",
7
"@types/node": "^17.0.29",
8
- "@types/react": "file:../../node_modules/@types/react",
9
- "@types/react-dom": "file:../../node_modules/@types/react-dom",
10
- "react": "file:../../node_modules/react",
11
- "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",
12
"react-router-dom": "^6.3.0",
13
"react-scripts": "^5.0.1",
14
"typescript": "^4.6.3"
0 commit comments