Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 33da491 commit a08677d
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 132 deletions.
8 changes: 4 additions & 4 deletions server/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 server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ actix-governor = { version = "0.5.0", features = ["logger"] }

# proposing feedback
tempfile = "3.10.0"
image = { version = "0.24.8", features = ["default", "webp-encoder"] }
image = { version = "0.24.9", features = ["default", "webp-encoder"] }
base64 = "0.21.7"
serde_yaml = "0.9"

Expand Down
4 changes: 2 additions & 2 deletions server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ actix-web-prom.workspace = true
serde.workspace = true
serde_json.workspace = true

cached = { version = "0.48.1", features = ["default", "async", "tokio"] }
cached = { version = "0.49.2", features = ["default", "async", "tokio"] }
futures = "0.3.30"
unicode-truncate = "0.2.0"

Expand All @@ -47,7 +47,7 @@ rustls = "0.22.2"
reqwest = { version = "0.11.24", default-features = false, features = ["tokio-rustls", "rustls-tls-webpki-roots", "rustls", "webpki-roots", "json", "gzip"] }

# image production
image = "0.24.8"
image = "0.24.9"
imageproc = "0.23.0"
rusttype = "0.9.3"
lazy_static = "1.4.0"
Expand Down
16 changes: 8 additions & 8 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"format": "prettier --write ."
},
"dependencies": {
"@vueuse/core": "10.7.2",
"maplibre-gl": "4.0.1",
"@vueuse/core": "10.8.0",
"maplibre-gl": "4.0.2",
"markdown-it-prism": "2.3.0",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.11.6",
"swagger-ui-dist": "5.11.8",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"unplugin-vue-markdown": "0.26.0",
"vue": "3.4.19",
"vue-router": "4.2.5"
"vue": "3.4.20",
"vue-router": "4.3.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "2.0.0",
Expand All @@ -39,18 +39,18 @@
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.17",
"cypress": "13.6.4",
"cypress": "13.6.6",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.22.0",
"isomorphic-fetch": "3.0.0",
"npm-run-all2": "6.1.2",
"postcss": "8.4.35",
"prettier": "3.2.5",
"sass": "1.70.0",
"sass": "1.71.1",
"stylelint-scss": "6.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.1.2",
"vite": "5.1.4",
"vue-i18n": "9.9.1",
"vue-tsc": "1.8.27"
},
Expand Down
Loading

0 comments on commit a08677d

Please sign in to comment.