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

Dependency upgrade 15th Feb #1487

Merged
merged 3 commits into from
Feb 15, 2022
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
4 changes: 4 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ module.exports = {
core: {
builder: 'webpack5',
},
babel: async (options) => {
options.presets.push('@emotion/babel-preset-css-prop');
return options;
},
webpackFinal: async (config) => {
// Add the @client alias to prevent imports using it from failing
// Nb. __dirname is the current working directory, so .storybook in this case
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"ts-prune": "ts-prune -i .stories.tsx"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.14.5",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.0",
"@babel/runtime": "^7.17.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@guardian/eslint-plugin-source-foundations": "^4.0.2",
"@guardian/eslint-plugin-source-react-components": "^4.0.2",
Expand All @@ -63,19 +63,19 @@
"@types/mjml": "^4.7.0",
"@types/mjml-react": "^2.0.3",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.15",
"@types/node": "^17.0.18",
"@types/node-fetch": "^3.0.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "^17.0.1",
"@types/serialize-javascript": "^5.0.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"assets-webpack-plugin": "^7.1.1",
"axe-core": "^4.4.1",
"babel-jest": "^27.5.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"chalk-rainbow": "^1.0.0",
Expand All @@ -85,7 +85,7 @@
"cypress-axe": "^0.14.0",
"cypress-mailosaur": "2.6.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.8.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-functional": "^4.2.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand All @@ -94,24 +94,24 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.5.6",
"file-loader": "^6.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^7.1.1",
"fork-ts-checker-notifier-webpack-plugin": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"husky": "^7.0.4",
"image-webpack-loader": "^8.1.0",
"jest": "^27.5.0",
"jest-mock": "^27.5.0",
"jest": "^27.5.1",
"jest-mock": "^27.5.1",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"snyk": "^1.848.0",
"snyk": "^1.852.0",
"stmux": "^1.8.3",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.3",
"ts-prune": "^0.10.3",
"typescript": "^4.5.5",
"wait-on": "^6.0.0",
"wait-on": "^6.0.1",
"web-vitals": "^2.1.4",
"webpack": "^5.68.0",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
Expand All @@ -121,40 +121,40 @@
"@emotion/react": "^11.7.1",
"@guardian/ab-core": "^2.0.0",
"@guardian/ab-react": "^2.0.1",
"@guardian/consent-management-platform": "^10.1.1",
"@guardian/consent-management-platform": "^10.1.2",
"@guardian/libs": "^3.6.1",
"@guardian/source-foundations": "^4.0.3",
"@guardian/source-react-components": "^4.0.2",
"@guardian/source-foundations": "^4.1.0",
"@guardian/source-react-components": "^4.0.3",
"@guardian/source-react-components-development-kitchen": "^0.0.33",
"@sentry/browser": "^6.17.4",
"@sentry/tracing": "^6.17.4",
"@sentry/browser": "^6.17.8",
"@sentry/tracing": "^6.17.8",
"awesome-debounce-promise": "^2.1.0",
"aws-sdk": "2.1069.0",
"aws-sdk": "2.1074.0",
"bowser": "^2.11.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"deepmerge": "^4.2.2",
"express": "^4.17.2",
"express-recaptcha": "^5.0.2",
"helmet": "^5.0.2",
"express-recaptcha": "^5.1.0",
"hal-types": "^1.7.4",
"helmet": "^5.0.2",
"js-sha1": "^0.6.0",
"jsonwebtoken": "^8.5.1",
"mjml": "^4.12.0",
"mjml-browser": "^4.12.0",
"mjml-react": "^2.0.3",
"ms": "^2.1.3",
"node-fetch": "^3.2.0",
"openid-client": "^5.1.2",
"openid-client": "^5.1.3",
"ophan-tracker-js": "^1.3.29",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"serialize-javascript": "^6.0.0",
"timeout-signal": "^1.1.0",
"winston": "^3.5.1",
"winston": "^3.6.0",
"winston-transport": "^4.5.0"
}
}
Loading