Skip to content

Commit

Permalink
Merge pull request #2456 from guardian/mm/deps-2023-10-30
Browse files Browse the repository at this point in the history
Dependencies | October 30th 2023
  • Loading branch information
coldlink authored Oct 30, 2023
2 parents f07c44e + 1bab46b commit 079d026
Show file tree
Hide file tree
Showing 2 changed files with 355 additions and 257 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@storybook/addon-styling": "^1.3.7",
"@storybook/react": "^7.5.1",
"@storybook/react-webpack5": "^7.5.1",
"@swc/core": "^1.3.94",
"@swc/plugin-emotion": "^2.5.92",
"@swc/core": "^1.3.95",
"@swc/plugin-emotion": "^2.5.95",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/preact": "^3.2.3",
Expand All @@ -69,17 +69,17 @@
"@types/jest": "^29.5.6",
"@types/mjml": "^4.7.3",
"@types/ms": "^0.7.33",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/serialize-javascript": "^5.0.3",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"assets-webpack-plugin": "^7.1.1",
"axe-core": "^4.8.2",
"chalk-rainbow": "^1.0.0",
"chromatic": "^7.4.0",
"chromatic": "^7.5.4",
"copy-webpack-plugin": "^11.0.0",
"cypress": "13.3.2",
"cypress-axe": "^1.5.0",
Expand All @@ -95,7 +95,7 @@
"eslint-plugin-storybook": "^0.6.15",
"file-loader": "^6.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^7.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"husky": "^8.0.3",
"image-minimizer-webpack-plugin": "^3.8.3",
"imagemin": "^8.0.1",
Expand All @@ -108,7 +108,7 @@
"react-docgen-typescript-plugin": "^1.0.5",
"require-from-string": "^2.0.2",
"sharp": "^0.32.6",
"snyk": "^1.1236.0",
"snyk": "^1.1237.0",
"storybook": "^7.5.1",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.9",
Expand All @@ -125,22 +125,22 @@
"zod-to-json-schema": "^3.21.4"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.433.0",
"@aws-sdk/client-kinesis": "^3.433.0",
"@aws-sdk/client-sesv2": "^3.433.0",
"@aws-sdk/credential-providers": "^3.433.0",
"@aws-sdk/client-cloudwatch": "^3.438.0",
"@aws-sdk/client-kinesis": "^3.438.0",
"@aws-sdk/client-sesv2": "^3.438.0",
"@aws-sdk/credential-providers": "^3.438.0",
"@aws-sdk/node-http-handler": "^3.374.0",
"@emotion/react": "^11.11.1",
"@faire/mjml-react": "^3.3.0",
"@guardian/ab-core": "5.0.0",
"@guardian/ab-react": "4.0.1",
"@guardian/consent-management-platform": "^13.7.1",
"@guardian/libs": "^15.9.1",
"@guardian/source-foundations": "^13.0.0",
"@guardian/source-foundations": "^13.1.0",
"@guardian/source-react-components": "^16.0.1",
"@guardian/source-react-components-development-kitchen": "^14.0.2",
"@okta/jwt-verifier": "^3.0.1",
"@sentry/browser": "^7.74.1",
"@sentry/browser": "^7.76.0",
"@smithy/node-http-handler": "^2.1.8",
"@types/supertest": "^2.0.15",
"awesome-debounce-promise": "^2.1.0",
Expand All @@ -156,7 +156,7 @@
"mjml-browser": "^4.14.1",
"ms": "^2.1.3",
"openid-client": "^5.6.1",
"ophan-tracker-js": "^2.0.1",
"ophan-tracker-js": "^2.0.2",
"preact": "^10.18.1",
"preact-render-to-string": "^6.2.2",
"react": "npm:@preact/compat",
Expand Down
Loading

0 comments on commit 079d026

Please sign in to comment.