Skip to content

Commit e42c67d

Browse files
package json changes
1 parent 49c550f commit e42c67d

File tree

3 files changed

+4029
-2941
lines changed

3 files changed

+4029
-2941
lines changed

examples/cra-react-router/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@auth0/auth0-react": "file:../..",
6+
"@auth0/auth0-react": "2.2.4",
77
"@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",
8+
"@types/react": "18.3.18",
9+
"@types/react-dom": "18.3.5",
10+
"react": "18.3.1",
11+
"react-dom": "18.3.1",
1212
"react-router-dom": "^6.3.0",
1313
"react-scripts": "^5.0.1",
1414
"typescript": "^4.6.3"

0 commit comments

Comments
 (0)