Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into bundlesize-compare
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Sep 9, 2024
2 parents 4ed8b5e + 4c1e99e commit e93f6d1
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 49 deletions.
73 changes: 34 additions & 39 deletions cloud-function/package-lock.json

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

2 changes: 1 addition & 1 deletion cloud-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cross-env": "^7.0.3",
"http-proxy": "^1.18.1",
"http-server": "^14.1.1",
"nodemon": "^2.0.22",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down
16 changes: 8 additions & 8 deletions deployer/poetry.lock

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

2 changes: 1 addition & 1 deletion deployer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.7"
boto3 = "^1.35.10"
boto3 = "^1.35.14"
python-decouple = "^3.8"
requests = {extras = ["security"], version = "^2.32.3"}
elasticsearch-dsl = "^7.4.1"
Expand Down

0 comments on commit e93f6d1

Please sign in to comment.