Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into MP-1369-new-community…
Browse files Browse the repository at this point in the history
…-page
  • Loading branch information
LeoMcA committed Sep 23, 2024
2 parents 36bbb68 + 961b6cc commit 9275d81
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 94 deletions.
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.19"
boto3 = "^1.35.24"
python-decouple = "^3.8"
requests = {extras = ["security"], version = "^2.32.3"}
elasticsearch-dsl = "^7.4.1"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@mdn/bcd-utils-api": "^0.0.7",
"@mdn/browser-compat-data": "^5.6.2",
"@mozilla/glean": "5.0.3",
"@sentry/node": "^8.29.0",
"@sentry/node": "^8.31.0",
"@stripe/stripe-js": "^4.5.0",
"@use-it/interval": "^1.0.0",
"@vscode/ripgrep": "^1.15.9",
Expand Down Expand Up @@ -120,7 +120,7 @@
"mdn-data": "^2.11.1",
"open": "^10.1.0",
"open-editor": "^5.0.0",
"openai": "^4.62.1",
"openai": "^4.63.0",
"pg": "^8.13.0",
"pgvector": "^0.2.0",
"prism-svelte": "^0.5.0",
Expand Down Expand Up @@ -156,7 +156,7 @@
"@babel/preset-env": "^7.25.4",
"@mdn/dinocons": "^0.5.5",
"@mdn/minimalist": "^2.0.4",
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.7.26",
Expand Down Expand Up @@ -205,7 +205,7 @@
"foreman": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"history": "^5.2.0",
"html-validate": "^8.22.0",
"html-validate": "^8.23.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -215,7 +215,7 @@
"jest-junit-reporter": "^1.1.0",
"jest-resolve": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^13.2.3",
"mdast-util-to-hast": "^13.2.0",
"mini-css-extract-plugin": "^2.9.1",
Expand All @@ -225,7 +225,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^13.0.0",
"postcss-preset-env": "^10.0.3",
"postcss-preset-env": "^10.0.5",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prompts": "^2.4.2",
Expand All @@ -240,8 +240,8 @@
"resolve": "^1.22.8",
"resolve-url-loader": "^5.0.0",
"rough-notation": "^0.5.1",
"sass": "^1.79.2",
"sass-loader": "^16.0.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"stylelint": "^15.11.0",
Expand Down
Loading

0 comments on commit 9275d81

Please sign in to comment.