Skip to content

Commit

Permalink
Upgrade dependencies v2-mst-aptd-at-lcz-sty - 2021-01-17 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest authored Jan 17, 2021
1 parent f0c7850 commit e3af86e
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 183 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,5 @@ module.exports = withBundleAnalyzer(withSourceMaps({
// pagesBufferLength: 2,
// },

poweredByHeader: 'Next Right Now - With love - https://github.com/UnlyEd/next-right-now', // See https://nextjs.org/docs/api-reference/next.config.js/disabling-x-powered-by
poweredByHeader: false, // See https://nextjs.org/docs/api-reference/next.config.js/disabling-x-powered-by
}));
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@
"@amplitude/react-amplitude": "1.0.0",
"@emotion/react": "11.1.4",
"@emotion/styled": "11.0.0",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-regular-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-regular-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@sentry/browser": "5.29.2",
"@sentry/node": "5.29.2",
"@sentry/browser": "5.30.0",
"@sentry/node": "5.30.0",
"@unly/universal-language-detector": "2.0.3",
"@unly/utils": "1.0.3",
"@unly/utils-simple-logger": "1.4.0",
"amplitude-js": "7.4.0",
"amplitude-js": "7.4.1",
"animate.css": "4.1.1",
"append-query": "2.1.0",
"bootstrap": "4.5.3",
Expand Down Expand Up @@ -153,7 +153,7 @@
"next": "10.0.3",
"next-cookies": "2.0.3",
"prop-types": "15.7.2",
"rc-tooltip": "5.0.1",
"rc-tooltip": "5.0.2",
"react": "17.0.1",
"react-code-blocks": "0.0.8",
"react-dom": "17.0.1",
Expand Down Expand Up @@ -212,8 +212,8 @@
"@types/uuid": "8.3.0",
"@types/webfontloader": "1.6.32",
"@types/webpack-env": "1.16.0",
"@typescript-eslint/eslint-plugin": "4.12.0",
"@typescript-eslint/parser": "4.12.0",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@welldone-software/why-did-you-render": "6.0.5",
"@zeit/next-source-maps": "0.0.4-canary.1",
"concurrently": "5.3.0",
Expand All @@ -222,7 +222,7 @@
"cypress": "6.2.1",
"del-cli": "3.0.1",
"dotenv": "8.2.0",
"eslint": "7.17.0",
"eslint": "7.18.0",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
Expand All @@ -236,12 +236,12 @@
"next-unused": "0.0.3",
"ngrok": "3.4.0",
"node-fetch": "2.6.1",
"node-mocks-http": "1.9.0",
"node-mocks-http": "1.10.0",
"open-cli": "6.0.1",
"react-test-renderer": "17.0.1",
"storybook-addon-designs": "5.4.2",
"storybook-addon-designs": "5.4.3",
"storybook-addon-next-router": "2.0.3",
"storybook-addon-performance": "0.13.0",
"storybook-addon-performance": "0.14.0",
"storybook-css-modules-preset": "1.0.5",
"storybook-mobile": "0.1.29",
"ts-jest": "26.4.4",
Expand Down
Loading

1 comment on commit e3af86e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.