Skip to content

Commit

Permalink
Split a few dependencys from #894 for better testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 22, 2023
1 parent c1029d8 commit aa021bd
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 51 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.

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ structured-logger = "1.0.3"
actix-web-prom = { version = "0.7.0", default-features = false, features = [] }

# runtime + webserver
tokio = { version = "1.34", features = ["full"] }
tokio = { version = "1.35", features = ["full"] }
actix-web = { version = "4.4.0", default-features = false, features = ["macros","compress-gzip","cookies","http2"] }
actix-cors = "0.6.4"
actix-cors = "0.6.5"

#serialisation
serde = { version = "1.0", features = ["derive"] }
Expand Down
8 changes: 4 additions & 4 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"format": "prettier --write ."
},
"dependencies": {
"@vueuse/core": "10.6.1",
"maplibre-gl": "3.6.1",
"@vueuse/core": "10.7.0",
"maplibre-gl": "3.6.2",
"markdown-it-prism": "^2.3.0",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.10.0",
"swagger-ui-dist": "5.10.5",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"unplugin-vue-markdown": "^0.25.2",
"vue": "3.3.8",
Expand Down Expand Up @@ -52,7 +52,7 @@
"typescript": "5.2.2",
"vite": "4.5.1",
"vite-plugin-rewrite-all": "1.0.2",
"vue-i18n": "9.7.0",
"vue-i18n": "9.8.0",
"vue-tsc": "1.8.22"
},
"type": "module"
Expand Down
95 changes: 54 additions & 41 deletions webclient/pnpm-lock.yaml

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

0 comments on commit aa021bd

Please sign in to comment.