Skip to content

Commit

Permalink
🐛 Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 21, 2024
1 parent dbd76cb commit 29e8f9a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import type { AuthenticationResponseJSON } from '@simplewebauthn/types';

import { env } from '@workspace/common/client/env';
import { logger } from '@workspace/common/logger';
import { revokenAndCreateCustomUserToken } from '@workspace/common/server/services/auth';
import { retrieveAndInvalidateChallengeSession } from '@workspace/common/server/services/challenge-session';
import { getPasskey, getPasskeyBy, getPasskeys } from '@workspace/common/server/services/passkeys';
import { removeUserPasskey } from '@workspace/common/server/services/users';
import type { Passkey } from '@workspace/common/types';

import { tokenClaims } from '~server/constans/tokenClaims';
import { revokenAndCreateCustomUserToken } from '~server/services/auth';
import { parseAndVerifyIdTokenForMFA } from '~server/utils/parseAndVerifyIdTokenForMFA';

export type VerifyRemovalRequestData = {
Expand Down
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@mui/icons-material": "6.1.8",
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "6.1.8",
"@mui/system": "6.1.8",
"@sentry/nextjs": "8.39.0",
"@simplewebauthn/browser": "11.0.0",
"@simplewebauthn/server": "11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependsOn": ["//#audit", "build"]
},
"build": {
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**", ".cache/.tsbuildinfo"],
"dependsOn": ["cir-dep", "format", "lint", "^build"],
"inputs": ["$TURBO_DEFAULT$", ".env.local", ".env", ".env.server"]
},
Expand All @@ -20,7 +20,7 @@
"outputLogs": "errors-only"
},
"dev": {
"outputs": ["dist/**", ".cache/.tsbuildinfo"],
"outputs": ["dist/**"],
"cache": false,
"persistent": true,
"dependsOn": ["cir-dep", "format"],
Expand Down
29 changes: 15 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1762,15 +1762,15 @@ __metadata:
languageName: node
linkType: hard

"@mui/system@npm:^6.1.6":
version: 6.1.6
resolution: "@mui/system@npm:6.1.6"
"@mui/system@npm:6.1.8, @mui/system@npm:^6.1.8":
version: 6.1.8
resolution: "@mui/system@npm:6.1.8"
dependencies:
"@babel/runtime": "npm:^7.26.0"
"@mui/private-theming": "npm:^6.1.6"
"@mui/styled-engine": "npm:^6.1.6"
"@mui/private-theming": "npm:^6.1.8"
"@mui/styled-engine": "npm:^6.1.8"
"@mui/types": "npm:^7.2.19"
"@mui/utils": "npm:^6.1.6"
"@mui/utils": "npm:^6.1.8"
clsx: "npm:^2.1.1"
csstype: "npm:^3.1.3"
prop-types: "npm:^15.8.1"
Expand All @@ -1786,19 +1786,19 @@ __metadata:
optional: true
"@types/react":
optional: true
checksum: 10c0/125d38ad5b0d610cfedace8253e43b4be47b46ad2d96eeac019c6c37b4f09286512e2280924753f8bb0314c4d7cc5e8f03fc7f97cf9830c4f6d1869b721eb8c2
checksum: 10c0/af7902a1a6664055b4f764020746403749148f88c050edf509f557fd9f0b1d4d86ee9478d78e6c0356129f09b4101a93a345b05b5aa00125d3c164b148275faf
languageName: node
linkType: hard

"@mui/system@npm:^6.1.8":
version: 6.1.8
resolution: "@mui/system@npm:6.1.8"
"@mui/system@npm:^6.1.6":
version: 6.1.6
resolution: "@mui/system@npm:6.1.6"
dependencies:
"@babel/runtime": "npm:^7.26.0"
"@mui/private-theming": "npm:^6.1.8"
"@mui/styled-engine": "npm:^6.1.8"
"@mui/private-theming": "npm:^6.1.6"
"@mui/styled-engine": "npm:^6.1.6"
"@mui/types": "npm:^7.2.19"
"@mui/utils": "npm:^6.1.8"
"@mui/utils": "npm:^6.1.6"
clsx: "npm:^2.1.1"
csstype: "npm:^3.1.3"
prop-types: "npm:^15.8.1"
Expand All @@ -1814,7 +1814,7 @@ __metadata:
optional: true
"@types/react":
optional: true
checksum: 10c0/af7902a1a6664055b4f764020746403749148f88c050edf509f557fd9f0b1d4d86ee9478d78e6c0356129f09b4101a93a345b05b5aa00125d3c164b148275faf
checksum: 10c0/125d38ad5b0d610cfedace8253e43b4be47b46ad2d96eeac019c6c37b4f09286512e2280924753f8bb0314c4d7cc5e8f03fc7f97cf9830c4f6d1869b721eb8c2
languageName: node
linkType: hard

Expand Down Expand Up @@ -3909,6 +3909,7 @@ __metadata:
"@mui/icons-material": "npm:6.1.8"
"@mui/lab": "npm:6.0.0-beta.14"
"@mui/material": "npm:6.1.8"
"@mui/system": "npm:6.1.8"
"@sentry/nextjs": "npm:8.39.0"
"@simplewebauthn/browser": "npm:11.0.0"
"@simplewebauthn/server": "npm:11.0.0"
Expand Down

0 comments on commit 29e8f9a

Please sign in to comment.