Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jimbonothing64/minimise-python-tutor
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbonothing64 committed Dec 10, 2023
2 parents 88dba52 + 5540cc1 commit d7a5cdd
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 131 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python-multipart==0.0.6
PyYAML==6.0.1
sniffio==1.3.0
starlette==0.27.0
typing_extensions==4.8.0
typing_extensions==4.9.0
ujson==5.8.0
uvicorn==0.24.0.post1
uvloop==0.19.0
Expand Down
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/kit": "^1.27.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript": "^5.3.3",
"vite": "^4.5.1"
},
"type": "module",
Expand All @@ -37,7 +37,7 @@
"flowbite": "^2.2.0",
"flowbite-svelte": "^0.44.20",
"svelte-french-toast": "^1.2.0",
"tailwind-merge": "^2.0.0",
"tailwind-merge": "^2.1.0",
"zod": "^3.22.4",
"zod-form-data": "^2.0.2"
}
Expand Down
Loading

1 comment on commit d7a5cdd

@vercel
Copy link

@vercel vercel bot commented on d7a5cdd Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.