Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating configs and packages #978

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
]
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-python.black-formatter",
"ms-python.flake8"
]
}
3,483 changes: 549 additions & 2,934 deletions common/constants/licenses/licenseInfos.json

Large diffs are not rendered by default.

4,153 changes: 2,198 additions & 1,955 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-query-devtools": "^5.29.0",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query-devtools": "^5.29.2",
"@tippyjs/react": "^4.2.6",
"@types/react-flatpickr": "^3.8.11",
"bezier-js": "^6.1.4",
Expand All @@ -31,7 +31,7 @@
"flowbite-react": "^0.8.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.8.1",
"next": "14.1.4",
"next": "14.2.1",
"next-goatcounter": "^1.0.5",
"oss-attribution-generator": "^1.7.1",
"patternomaly": "^1.3.2",
Expand All @@ -51,26 +51,26 @@
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@storybook/addon-actions": "^8.0.6",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/nextjs": "^8.0.6",
"@storybook/react": "^8.0.6",
"@storybook/addon-actions": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/nextjs": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/testing-library": "^0.2.2",
"@tailwindcss/forms": "^0.5.7",
"@types/bezier-js": "^4.1.3",
"@types/color": "^3.0.6",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@types/react": "18.2.74",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-csv": "^1.1.10",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.19",
"babel-plugin-inline-react-svg": "^2.0.2",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.4",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -80,11 +80,11 @@
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"serve": "^14.2.1",
"storybook": "^8.0.6",
"storybook": "^8.0.8",
"tailwindcss": "^3.4.3",
"typescript": "5.4.4"
"typescript": "~5.4.5"
},
"overrides": {
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0"
Expand Down
2 changes: 1 addition & 1 deletion server/.chalice/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum_compression_size": 1000,
"lambda_timeout": 30,
"lambda_memory_size": 512,
"layers": ["arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:55"],
"layers": ["arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:56"],
"stages": {
"production": {
"api_gateway_stage": "production",
Expand Down
2 changes: 2 additions & 0 deletions server/cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
}
},
"APIHandler": {
"Type": "AWS::Serverless::Function",
"Properties": {
"Description": "API handler for data dashboard. This is the backend for the app.",
"Handler": "datadog_lambda.handler.handler",
"Environment": {
"Variables": {
Expand Down
467 changes: 233 additions & 234 deletions server/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ python = "~3.12"
json-api-doc = "0.15.0"
requests = "2.31.0"
pytz = "2024.1"
boto3 = "1.34.79"
botocore = "1.34.79"
boto3 = "1.34.84"
botocore = "1.34.84"
numpy = "1.26.4"
pandas = "2.2.1"
pandas = "2.2.2"
datadog_lambda = "5.92.0"
ddtrace = "2.8.0"
ddtrace = "2.8.1"
dynamodb-json = "^1.3"

[tool.poetry.dev-dependencies]
pip = ">=23.3"
chalice = "1.31.0"
flake8 = "~7.0.0"
black = "~24.3.0"
black = "~24.4.0"
poetry-plugin-export = "^1.7.1"

[tool.black]
Expand Down
Loading