Skip to content

Commit

Permalink
chore: support @globus/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero committed Oct 28, 2024
1 parent acec395 commit 9aca9ae
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/functions/Provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

## Defined in

[Provider.tsx:21](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/Provider.tsx#L21)
[Provider.tsx:21](https://github.com/globus/react-auth-context/blob/acec39578d352456428a6d583f46327ad41abe48/src/Provider.tsx#L21)
2 changes: 1 addition & 1 deletion docs/functions/reducer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

## Defined in

[reducer.ts:5](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/reducer.ts#L5)
[reducer.ts:5](https://github.com/globus/react-auth-context/blob/acec39578d352456428a6d583f46327ad41abe48/src/reducer.ts#L5)
2 changes: 1 addition & 1 deletion docs/functions/useGlobusAuth.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

## Defined in

[useGlobusAuth.ts:4](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/useGlobusAuth.ts#L4)
[useGlobusAuth.ts:4](https://github.com/globus/react-auth-context/blob/acec39578d352456428a6d583f46327ad41abe48/src/useGlobusAuth.ts#L4)
2 changes: 1 addition & 1 deletion docs/type-aliases/GlobusAuthContextProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Defined in

[Context.ts:4](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/Context.ts#L4)
[Context.ts:4](https://github.com/globus/react-auth-context/blob/acec39578d352456428a6d583f46327ad41abe48/src/Context.ts#L4)
2 changes: 1 addition & 1 deletion docs/type-aliases/GlobusAuthState.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
## Defined in

[State.ts:3](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/State.ts#L3)
[State.ts:3](https://github.com/globus/react-auth-context/blob/acec39578d352456428a6d583f46327ad41abe48/src/State.ts#L3)
2 changes: 1 addition & 1 deletion docs/type-aliases/Props.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Defined in

[Provider.tsx:14](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/Provider.tsx#L14)
[Provider.tsx:14](https://github.com/globus/react-auth-context/blob/acec39578d352456428a6d583f46327ad41abe48/src/Provider.tsx#L14)
2 changes: 1 addition & 1 deletion docs/variables/initialState.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Defined in

[State.ts:10](https://github.com/globus/react-auth-context/blob/b9aa6f53c0fc0130fd20ef491226e7680c05c07e/src/State.ts#L10)
[State.ts:10](https://github.com/globus/react-auth-context/blob/acec39578d352456428a6d583f46327ad41abe48/src/State.ts#L10)
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/react-auth-context",
"version": "0.0.7",
"version": "0.0.8",
"description": "A React context for integrating Globus Auth into your application using the Globus JavaScript SDK",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -24,12 +24,12 @@
"author": "Joe Bottigliero",
"license": "Apache-2.0",
"peerDependencies": {
"@globus/sdk": "^4.2.0",
"@globus/sdk": "^4.2.0 | ^5.0.0",
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@globus/sdk": "^4.2.0",
"@globus/sdk": "^5.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand Down

0 comments on commit 9aca9ae

Please sign in to comment.