Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent e15f80c commit bcdddd6
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 93 deletions.
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.10.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.3",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"js-cookie": "3.0.5",
"katex": "0.16.11"
Expand Down
Loading

0 comments on commit bcdddd6

Please sign in to comment.