Skip to content

Commit

Permalink
Merge branch 'main' into renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Oct 17, 2023
2 parents d724f68 + 0079bf4 commit fdd0b4d
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 25 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy~=1.5.0
pre-commit~=3.4.0
mypy~=1.6.0
pre-commit~=3.5.0
pylint~=3.0.0
sourcery~=1.10.0
types-Pillow~=10.1.0.0
Expand Down
70 changes: 57 additions & 13 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 @@ -29,7 +29,7 @@ regex = "1.10.2"
octocrab = "0.31.2"

# web
jsonwebtoken = "8.3.0"
jsonwebtoken = "9.0.0"
chrono= { version = "0.4.31", default-features = false }
actix-governor = { version = "0.5.0", features = ["log"] }

Expand Down
14 changes: 7 additions & 7 deletions webclient/package-lock.json

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

4 changes: 2 additions & 2 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"@yankeeinlondon/link-builder": "1.2.1",
"cypress": "13.3.1",
"eslint": "8.50.0",
"cypress": "13.3.0",
"eslint": "8.51.0",
"eslint-plugin-vue": "9.17.0",
"isomorphic-fetch": "3.0.0",
"npm-run-all": "4.1.5",
Expand Down

0 comments on commit fdd0b4d

Please sign in to comment.