Skip to content

Commit

Permalink
Bump @auth/core to 0.30.0 (#3477)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pedro Ferreira <[email protected]>
  • Loading branch information
renovate[bot] and apedroferreira authored Apr 30, 2024
1 parent 78e6b97 commit 6d5b81f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@auth/core": "0.28.2",
"@auth/core": "0.30.0",
"@mui/material": "5.15.15",
"@tanstack/react-query": "5.29.2",
"@toolpad/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"dependencies": {
"@auth/core": "0.28.2",
"@auth/core": "0.30.0",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-studio/src/server/auth.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import express, { Router } from 'express';
import { Auth } from '@auth/core';
import { Auth, AuthConfig } from '@auth/core';
import GithubProvider, { GitHubEmail, GitHubProfile } from '@auth/core/providers/github';
import GoogleProvider from '@auth/core/providers/google';
import AzureADProvider from '@auth/core/providers/azure-ad';
import CredentialsProvider from '@auth/core/providers/credentials';
import { AuthConfig, TokenSet } from '@auth/core/types';
import { TokenSet } from '@auth/core/types';
import { OAuthConfig } from '@auth/core/providers';
import chalk from 'chalk';
import * as appDom from '@toolpad/studio-runtime/appDom';
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 6d5b81f

Please sign in to comment.