Skip to content

Commit

Permalink
Merge pull request #2733 from guardian/mm/deps-2024-05-20
Browse files Browse the repository at this point in the history
Dependencies | 20th May 2024
  • Loading branch information
coldlink authored May 20, 2024
2 parents 6eb8682 + 8aa1259 commit ce0396d
Show file tree
Hide file tree
Showing 2 changed files with 2,120 additions and 1,685 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"@guardian/eslint-plugin-source-react-components": "^24.0.1",
"@guardian/node-riffraff-artifact": "^0.3.2",
"@guardian/prettier": "^8.0.1",
"@storybook/addon-actions": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-actions": "^8.1.1",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-themes": "^8.0.10",
"@storybook/addon-themes": "^8.1.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.0.10",
"@storybook/react-webpack5": "^8.0.10",
"@swc/core": "^1.5.5",
"@swc/plugin-emotion": "^3.0.3",
"@storybook/react": "^8.1.1",
"@storybook/react-webpack5": "^8.1.1",
"@swc/core": "^1.5.7",
"@swc/plugin-emotion": "^3.0.4",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/preact": "^3.2.3",
Expand All @@ -71,18 +71,18 @@
"@types/jest": "^29.5.12",
"@types/mjml": "^4.7.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/serialize-javascript": "^5.0.4",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"assets-webpack-plugin": "^7.1.1",
"axe-core": "^4.9.1",
"chalk-rainbow": "^1.0.0",
"chromatic": "^11.3.2",
"chromatic": "^11.3.5",
"copy-webpack-plugin": "^12.0.2",
"cypress": "13.9.0",
"cypress-axe": "^1.5.0",
Expand Down Expand Up @@ -110,9 +110,9 @@
"prettier": "^3.2.5",
"react-docgen-typescript-plugin": "^1.0.6",
"require-from-string": "^2.0.2",
"sharp": "^0.33.3",
"sharp": "^0.33.4",
"snyk": "^1.1291.0",
"storybook": "^8.0.10",
"storybook": "^8.1.1",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
Expand All @@ -128,17 +128,17 @@
"zod-to-json-schema": "^3.23.0"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.574.0",
"@aws-sdk/client-kinesis": "^3.574.0",
"@aws-sdk/client-sesv2": "^3.574.0",
"@aws-sdk/credential-providers": "^3.574.0",
"@aws-sdk/client-cloudwatch": "^3.577.0",
"@aws-sdk/client-kinesis": "^3.577.0",
"@aws-sdk/client-sesv2": "^3.577.0",
"@aws-sdk/credential-providers": "^3.577.0",
"@emotion/react": "^11.11.4",
"@faire/mjml-react": "^3.3.0",
"@guardian/ab-core": "7.0.3",
"@guardian/libs": "^16.1.3",
"@guardian/source-foundations": "^15.0.1",
"@guardian/source-react-components": "^24.0.1",
"@guardian/source-react-components-development-kitchen": "^20.0.3",
"@guardian/source-foundations": "^16.0.0",
"@guardian/source-react-components": "^25.0.0",
"@guardian/source-react-components-development-kitchen": "^21.0.0",
"@okta/jwt-verifier": "^3.2.0",
"@sentry/browser": "^7.113.0",
"@smithy/node-http-handler": "^3.0.0",
Expand Down Expand Up @@ -166,6 +166,6 @@
"tslib": "^2.6.2",
"winston": "^3.13.0",
"winston-transport": "^4.7.0",
"zod": "^3.23.6"
"zod": "^3.23.8"
}
}
Loading

0 comments on commit ce0396d

Please sign in to comment.