Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into scrim-custom-element
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Sep 23, 2024
2 parents ae74916 + 961b6cc commit bb5ddf5
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 152 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
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@fast-csv/parse": "^5.0.0",
"@lit/react": "^1.0.5",
"@mdn/bcd-utils-api": "^0.0.7",
"@mdn/browser-compat-data": "^5.6.0",
"@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 @@ -121,23 +121,23 @@
"mdn-data": "^2.11.1",
"open": "^10.1.0",
"open-editor": "^5.0.0",
"openai": "^4.61.1",
"pg": "^8.12.0",
"openai": "^4.63.0",
"pg": "^8.13.0",
"pgvector": "^0.2.0",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"read-chunk": "^5.0.0",
"rehype-format": "^5.0.0",
"rehype-format": "^5.0.1",
"rehype-parse": "^9.0.0",
"rehype-raw": "^7.0.0",
"rehype-remark": "^10.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"sanitize-filename": "^1.6.3",
"send": "^0.19.0",
Expand All @@ -157,7 +157,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 All @@ -170,7 +170,7 @@
"@types/mdast": "^4.0.4",
"@types/node": "^18.19.50",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@types/webpack-bundle-analyzer": "^4.7.0",
Expand All @@ -196,7 +196,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^55.0.0",
Expand All @@ -206,7 +206,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 @@ -216,7 +216,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 @@ -226,7 +226,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 @@ -241,8 +241,8 @@
"resolve": "^1.22.8",
"resolve-url-loader": "^5.0.0",
"rough-notation": "^0.5.1",
"sass": "^1.78.0",
"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 bb5ddf5

Please sign in to comment.