Merge pull request #178 from learnhouse/chore/upgrade-frontend-deps

Update dependencies in pyproject.toml and package.json
This commit is contained in:
Badr B 2024-03-31 03:18:28 +02:00 committed by GitHub
commit 1a6148fb56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1801 additions and 2996 deletions

801
apps/api/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@ redis = "^5.0.1"
requests = "^2.31.0" requests = "^2.31.0"
resend = "^0.8.0" resend = "^0.8.0"
sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"} sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"}
sqlmodel = "0.0.16" sqlmodel = "^0.0.10"
tiktoken = "^0.5.2" tiktoken = "^0.5.2"
uvicorn = "0.29.0" uvicorn = "0.29.0"

View file

@ -10,30 +10,30 @@
"lint:fix": "eslint --fix ." "lint:fix": "eslint --fix ."
}, },
"dependencies": { "dependencies": {
"@radix-ui/colors": "^0.1.8", "@radix-ui/colors": "^0.1.9",
"@radix-ui/react-aspect-ratio": "^1.0.2", "@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.2", "@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.2", "@radix-ui/react-form": "^0.0.2",
"@radix-ui/react-icons": "^1.1.1", "@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5", "@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.93.0", "@sentry/nextjs": "^7.109.0",
"@stitches/react": "^1.2.8", "@stitches/react": "^1.2.8",
"@tiptap/extension-code-block-lowlight": "^2.1.11", "@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-collaboration": "^2.0.0-beta.199", "@tiptap/extension-collaboration": "^2.2.4",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.199", "@tiptap/extension-collaboration-cursor": "^2.2.4",
"@tiptap/extension-youtube": "^2.0.0-beta.207", "@tiptap/extension-youtube": "^2.2.4",
"@tiptap/html": "^2.0.0-beta.202", "@tiptap/html": "^2.2.4",
"@tiptap/react": "^2.2.4", "@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4", "@tiptap/starter-kit": "^2.2.4",
"avvvatars-react": "^0.4.2", "avvvatars-react": "^0.4.2",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"formik": "^2.2.9", "formik": "^2.4.5",
"framer-motion": "^10.16.1", "framer-motion": "^10.18.0",
"lowlight": "^3.0.0", "lowlight": "^3.1.0",
"lucide-react": "^0.363.0", "lucide-react": "^0.363.0",
"next": "14.0.4", "next": "14.0.4",
"re-resizable": "^6.9.9", "re-resizable": "^6.9.11",
"react": "^18.2.0", "react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1", "react-beautiful-dnd": "^13.1.1",
"react-confetti": "^6.1.0", "react-confetti": "^6.1.0",
@ -42,30 +42,30 @@
"react-katex": "^3.0.1", "react-katex": "^3.0.1",
"react-spinners": "^0.13.8", "react-spinners": "^0.13.8",
"react-youtube": "^10.1.0", "react-youtube": "^10.1.0",
"styled-components": "^6.0.0-beta.9", "styled-components": "^6.1.8",
"swr": "^2.2.4", "swr": "^2.2.5",
"tailwind-merge": "^2.2.2", "tailwind-merge": "^2.2.2",
"tailwind-scrollbar": "^3.0.5", "tailwind-scrollbar": "^3.1.0",
"uuid": "^9.0.0", "uuid": "^9.0.1",
"y-indexeddb": "^9.0.9", "y-indexeddb": "^9.0.12",
"y-webrtc": "^10.2.3", "y-webrtc": "^10.3.0",
"yjs": "^13.5.42" "yjs": "^13.6.14"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.7.18", "@types/node": "18.7.18",
"@types/react": "18.2.8", "@types/react": "18.2.8",
"@types/react-beautiful-dnd": "^13.1.2", "@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "18.2.23", "@types/react-dom": "18.2.23",
"@types/react-katex": "^3.0.0", "@types/react-katex": "^3.0.4",
"@types/react-transition-group": "^4.4.10", "@types/react-transition-group": "^4.4.10",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.0", "@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.19",
"eslint": "^8.43.0", "eslint": "^8.57.0",
"eslint-config-next": "^13.5.1", "eslint-config-next": "^13.5.6",
"eslint-plugin-unused-imports": "^3.0.0", "eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.23", "postcss": "^8.4.38",
"tailwindcss": "^3.3.2", "tailwindcss": "^3.4.3",
"typescript": "5.1.3" "typescript": "5.1.3"
} }
} }

View file

@ -7,9 +7,9 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"" "format": "prettier --write \"**/*.{ts,tsx,md}\""
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.51.0", "eslint": "^8.57.0",
"prettier": "^3.0.3", "prettier": "^3.2.5",
"turbo": "^1.10.15" "turbo": "^1.13.0"
}, },
"packageManager": "pnpm@8.6.10" "packageManager": "pnpm@8.6.10"
} }

3922
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff