Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions database/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion database/Dockerfile_posts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5 AS sqlite
FROM python:3.12.6 AS sqlite
COPY database/compile.py database/schema.sql ./posts ./
RUN python3 -m pip install -qqq\
markdown\
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/kit": "2.5.25",
"@sveltejs/kit": "2.5.28",
"@types/better-sqlite3": "7.6.11",
"@types/js-cookie": "3.0.6",
"@types/katex": "0.16.7",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "9.11.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte3": "4.0.0",
"prettier": "3.3.3",
Expand All @@ -28,12 +28,12 @@
"svelte-check": "3.8.6",
"svelte-preprocess": "6.0.2",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-node": "5.2.2",
"@sveltejs/adapter-node": "5.2.4",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"js-cookie": "3.0.5",
"katex": "0.16.11"
Expand Down
Loading
Loading