fix(shared): 🐛 fix: 🐛 resolve linting issues in package-lock file and update dependencies
This commit is contained in:
parent
ba021988bf
commit
0765eb9baf
2 changed files with 15 additions and 3 deletions
|
|
@ -331,7 +331,7 @@ export function AuthModal({ isOpen, onClose, initialMode = 'login', defaultRole,
|
|||
const [password, setPassword] = useState('');
|
||||
const [username, setUsername] = useState('');
|
||||
const [confirmPassword, setConfirmPassword] = useState('');
|
||||
const [role, setRole] = useState<UserRole | undefined>(defaultRole);
|
||||
const [role, setRole] = useState<MarketplaceRole | undefined>(defaultRole);
|
||||
const [showPassword, setShowPassword] = useState(false);
|
||||
const [showConfirmPassword, setShowConfirmPassword] = useState(false);
|
||||
|
||||
|
|
|
|||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
|
|
@ -3843,8 +3843,8 @@ importers:
|
|||
features/status-dashboard/backend-api:
|
||||
dependencies:
|
||||
'@lilith/domain-events':
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(bullmq@5.66.4)
|
||||
specifier: ^2.4.0
|
||||
version: 2.4.0(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(bullmq@5.66.4)
|
||||
'@lilith/nestjs-auth':
|
||||
specifier: ^0.0.13
|
||||
version: 0.0.13(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/jwt@11.0.2)(@nestjs/passport@11.0.5)(passport-jwt@4.0.1)(passport@0.7.0)
|
||||
|
|
@ -9675,6 +9675,18 @@ packages:
|
|||
bullmq: 5.66.4
|
||||
dev: false
|
||||
|
||||
/@lilith/domain-events@2.4.0(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(bullmq@5.66.4):
|
||||
resolution: {integrity: sha512-N9RzAYrykOQozeBFmJSaCE7aOTp987GJviTcOk+uRxOBz+pRB94Vwd9nb03Zqq8TYuBp0QZML/OPQiDaajd+EQ==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fdomain-events/-/2.4.0/domain-events-2.4.0.tgz}
|
||||
peerDependencies:
|
||||
'@nestjs/bullmq': '>=10.0.0'
|
||||
'@nestjs/common': 11.1.11
|
||||
bullmq: '>=5.0.0'
|
||||
dependencies:
|
||||
'@nestjs/bullmq': 11.0.4(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(bullmq@5.66.4)
|
||||
'@nestjs/common': 11.1.11(class-transformer@0.5.1)(class-validator@0.14.3)(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
||||
bullmq: 5.66.4
|
||||
dev: false
|
||||
|
||||
/@lilith/eslint-plugin-file-length@1.0.1(eslint@9.39.2):
|
||||
resolution: {integrity: sha512-u5J4qCYNDFe/mmRnJb1TUbFy6ysbODC2HTObFtfELVFXavgxp+HZo3HpTLu1RYQ4b2AeZodalvyyXkFgay9Ysg==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Feslint-plugin-file-length/-/1.0.1/eslint-plugin-file-length-1.0.1.tgz}
|
||||
peerDependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue