mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: package lock
This commit is contained in:
parent
436d3535e3
commit
2552016a36
5 changed files with 72 additions and 82 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.ruff]
|
||||
# E501 line too long (82 > 79 characters)
|
||||
ignore = ["E501"]
|
||||
ignore = ["E501", "E712"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "learnhouse-api"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
from uuid import uuid4
|
||||
from fastapi import Depends, HTTPException, Request
|
||||
from requests import session
|
||||
from sqlmodel import Session, select
|
||||
from src.db.organization_config import OrganizationConfig
|
||||
from src.db.organizations import Organization
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import json
|
||||
import logging
|
||||
from datetime import datetime
|
||||
from logging import config
|
||||
from typing import Literal
|
||||
from uuid import uuid4
|
||||
from sqlmodel import Session, select
|
||||
|
|
|
|||
16
apps/web/package-lock.json
generated
16
apps/web/package-lock.json
generated
|
|
@ -28,7 +28,7 @@
|
|||
"formik": "^2.2.9",
|
||||
"framer-motion": "^10.16.1",
|
||||
"lowlight": "^3.0.0",
|
||||
"lucide-react": "^0.268.0",
|
||||
"lucide-react": "^0.307.0",
|
||||
"next": "14.0.4",
|
||||
"re-resizable": "^6.9.9",
|
||||
"react": "^18.2.0",
|
||||
|
|
@ -5919,14 +5919,6 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/geist": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/geist/-/geist-1.2.0.tgz",
|
||||
"integrity": "sha512-RZsgCkGnSi1IV1Ozg3s6Ou4r/jzLff9+47ChjpJ5yX8ncEC/RwdStGwhdFzDcnSv0xU0+9J/fTX5Kht0NajTXA==",
|
||||
"peerDependencies": {
|
||||
"next": "^13.2 || ^14"
|
||||
}
|
||||
},
|
||||
"node_modules/gensync": {
|
||||
"version": "1.0.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
||||
|
|
@ -6986,9 +6978,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lucide-react": {
|
||||
"version": "0.268.0",
|
||||
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.268.0.tgz",
|
||||
"integrity": "sha512-XP/xY3ASJAViqNqVnDRcEfdxfRB7uNST8sqTLwZhL983ikmHMQ7qQak7ZxrnXOVhB3QDBawdr3ANq0P+iWHP/g==",
|
||||
"version": "0.307.0",
|
||||
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.307.0.tgz",
|
||||
"integrity": "sha512-+vZ+vUiWPZTMnLHURg4aoIaz6NHOWXVVcVd8iLROu1k4LbyjcnHIKmbjXHCmulz7XAYLWRVXzhJJgIr+Aq3vOg==",
|
||||
"peerDependencies": {
|
||||
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue