Skip to content

Commit

Permalink
chore(deps): update all dependencies (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent 939bd2c commit e166ea2
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 122 deletions.
2 changes: 1 addition & 1 deletion database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0.188"
serde = "1.0.189"
sqlite = "0.31.1"

[dependencies.rocket]
Expand Down
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72.1-alpine3.17 AS build
FROM rust:1.73.0-alpine3.17 AS build
RUN apk add --no-cache musl-dev
RUN rustup target add x86_64-unknown-linux-musl
WORKDIR /usr/src
Expand Down
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.11.5 AS sqlite
FROM python:3.12.0 AS sqlite
COPY database/compile.py database/schema.sql ./posts ./
RUN python3 -m pip install -qqq\
markdown\
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/kit": "1.25.1",
"@types/better-sqlite3": "7.6.5",
"@types/js-cookie": "3.0.4",
"@types/katex": "0.16.3",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"@sveltejs/kit": "1.26.0",
"@types/better-sqlite3": "7.6.6",
"@types/js-cookie": "3.0.5",
"@types/katex": "0.16.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte3": "4.0.0",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"svelte": "4.2.1",
"svelte": "4.2.2",
"svelte-check": "3.5.2",
"svelte-preprocess": "5.0.4",
"tslib": "2.6.2",
Expand All @@ -35,7 +35,7 @@
"dependencies": {
"@sveltejs/adapter-node": "1.3.1",
"js-cookie": "3.0.5",
"katex": "0.16.8"
"katex": "0.16.9"
},
"engines": {
"node": "^19"
Expand Down
Loading

0 comments on commit e166ea2

Please sign in to comment.