Skip to content

Commit 517b286

Browse files
authored
ugprade auth0.js to latest version (#67)
1 parent 986a46e commit 517b286

9 files changed

Lines changed: 14 additions & 18 deletions

File tree

01-Login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-scripts": "0.9.5"
77
},
88
"dependencies": {
9-
"auth0-js": "^8.8.0",
9+
"auth0-js": "^9.0.0",
1010
"bootstrap": "^3.3.7",
1111
"react": "^15.5.4",
1212
"react-bootstrap": "^0.31.0",

02-User-Profile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-scripts": "0.9.5"
77
},
88
"dependencies": {
9-
"auth0-js": "^8.8.0",
9+
"auth0-js": "^9.0.0",
1010
"bootstrap": "^3.3.7",
1111
"history": "^4.6.1",
1212
"react": "^15.5.4",

03-Calling-an-API/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"axios": "^0.16.2",
10-
"auth0-js": "^8.8.0",
10+
"auth0-js": "^9.0.0",
1111
"bootstrap": "^3.3.7",
1212
"cors": "^2.8.1",
1313
"dotenv": "^4.0.0",

03-Calling-an-API/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ asynckit@^0.4.0:
275275
version "0.4.0"
276276
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
277277

278-
auth0-js@^8.7.0:
279-
version "8.8.0"
280-
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-8.8.0.tgz#9c63bcc5ed04212a23e56844857c23bdf598321f"
278+
auth0-js@^9.0.0:
279+
version "9.0.0"
280+
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.0.0.tgz#9c63bcc5ed04212a23e56844857c23bdf598321f"
281281
dependencies:
282282
base64-js "^1.2.0"
283283
idtoken-verifier "^1.1.0"

04-Authorization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-scripts": "0.9.5"
77
},
88
"dependencies": {
9-
"auth0-js": "^8.7.0",
9+
"auth0-js": "^9.0.0",
1010
"axios": "^0.16.2",
1111
"bootstrap": "^3.3.7",
1212
"cors": "^2.8.3",

04-Authorization/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ asynckit@^0.4.0:
275275
version "0.4.0"
276276
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
277277

278-
auth0-js@^8.7.0:
279-
version "8.8.0"
280-
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-8.8.0.tgz#9c63bcc5ed04212a23e56844857c23bdf598321f"
278+
auth0-js@^9.0.0:
279+
version "9.0.0"
280+
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.0.0.tgz#9c63bcc5ed04212a23e56844857c23bdf598321f"
281281
dependencies:
282282
base64-js "^1.2.0"
283283
idtoken-verifier "^1.1.0"

05-Token-Renewal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-scripts": "1.0.10"
77
},
88
"dependencies": {
9-
"auth0-js": "^8.12.1",
9+
"auth0-js": "^9.0.0",
1010
"bootstrap": "^3.3.7",
1111
"react": "^15.6.1",
1212
"react-bootstrap": "^0.31.2",

05-Token-Renewal/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ asynckit@^0.4.0:
282282
version "0.4.0"
283283
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
284284

285-
auth0-js@^8.12.1:
286-
version "8.12.1"
287-
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-8.12.1.tgz#39ce288aef4301687d8bea25267273ea15cdae78"
285+
auth0-js@^9.0.0:
286+
version "9.0.0"
287+
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.0.0.tgz#9c63bcc5ed04212a23e56844857c23bdf598321f"
288288
dependencies:
289289
base64-js "^1.2.0"
290290
idtoken-verifier "^1.1.0"

yarn.lock

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)