Skip to content

Commit

Permalink
Merge pull request #305 from hodcroftlab/chore/upgrade-deps
Browse files Browse the repository at this point in the history
chore: upgrade deps
  • Loading branch information
emmahodcroft committed May 6, 2022
2 parents f81f0df + efba00f commit 30085e0
Show file tree
Hide file tree
Showing 8 changed files with 1,497 additions and 1,293 deletions.
1 change: 0 additions & 1 deletion web/infra/lambda-at-edge/modifyOutgoingHeaders.lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function addHeaders(headersObject) {
const HEADERS_TO_REMOVE = new Set(['server', 'via'])

function filterHeaders(headers) {
// eslint-disable-next-line unicorn/prefer-object-from-entries
return Object.entries(headers).reduce((result, [key, value]) => {
if (HEADERS_TO_REMOVE.has(key.toLowerCase())) {
return result
Expand Down
170 changes: 86 additions & 84 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,42 +62,42 @@
},
"dependencies": {
"animate.css": "4.1.1",
"autoprefixer": "10.4.2",
"axios": "0.26.0",
"autoprefixer": "10.4.5",
"axios": "0.27.2",
"bootstrap": "4.5.2",
"bootstrap-icons": "1.8.1",
"classnames": "2.3.1",
"core-js": "3.21.1",
"country-flag-icons": "1.4.21",
"core-js": "3.22.3",
"country-flag-icons": "1.4.26",
"css.escape": "1.5.1",
"fast-copy": "2.1.1",
"fast-copy": "2.1.3",
"history": "5.3.0",
"immutable": "4.0.0",
"is-absolute-url": "3.0.3",
"iso-3166-1-alpha-2": "1.0.0",
"lodash": "4.17.21",
"luxon": "2.3.1",
"marked": "4.0.12",
"luxon": "2.3.2",
"marked": "4.0.14",
"merge-anything": "5.0.2",
"moment": "2.29.1",
"next": "12.1.0",
"moment": "2.29.3",
"next": "12.1.5",
"next-compose-plugins": "2.2.1",
"papaparse": "5.3.1",
"polished": "4.1.4",
"papaparse": "5.3.2",
"polished": "4.2.2",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-aspect-ratio": "1.0.50",
"react-copy-to-clipboard": "5.0.4",
"react-dom": "17.0.2",
"react": "18.1.0",
"react-aspect-ratio": "1.1.2",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.1.0",
"react-error-boundary": "3.1.4",
"react-gif-player": "0.4.2",
"react-helmet": "6.1.0",
"react-icons": "4.3.1",
"react-loader-spinner": "5.1.4",
"react-query": "3.34.16",
"react-query": "3.38.0",
"react-reactstrap-pagination": "2.0.3",
"react-resize-detector": "7.0.0",
"react-select": "5.2.2",
"react-select": "5.3.1",
"react-share": "4.4.0",
"react-super-responsive-table": "5.2.0",
"react-toggle": "4.1.2",
Expand All @@ -107,28 +107,28 @@
"regenerator-runtime": "0.13.9",
"resize-observer-polyfill": "1.5.1",
"serialize-javascript": "6.0.0",
"styled-components": "5.3.3",
"styled-components": "5.3.5",
"typeface-droid-sans-mono": "0.0.44",
"typeface-open-sans": "0.0.75",
"url-join": "4.0.1"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/core": "7.17.9",
"@babel/node": "7.16.8",
"@babel/plugin-proposal-decorators": "7.17.2",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@mdx-js/loader": "1.6.22",
"@mdx-js/react": "1.6.22",
"@next/eslint-plugin-next": "12.1.0",
"@next/mdx": "12.1.0",
"@next/eslint-plugin-next": "12.1.5",
"@next/mdx": "12.1.5",
"@nuxt/friendly-errors-webpack-plugin": "2.5.2",
"@primer/css": "19.5.0",
"@primer/css": "19.8.2",
"@schemastore/package": "0.0.6",
"@svgr/webpack": "5.5.0",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3",
"@testing-library/user-event": "13.5.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.1.1",
"@testing-library/user-event": "14.1.1",
"@types/classnames": "2.3.0",
"@types/compare-versions": "3.3.0",
"@types/compression-webpack-plugin": "9.0.0",
Expand All @@ -142,28 +142,28 @@
"@types/jest": "27.4.1",
"@types/jest-axe": "3.5.3",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.179",
"@types/lodash": "4.14.182",
"@types/lodash-webpack-plugin": "0.11.6",
"@types/luxon": "2.3.0",
"@types/luxon": "2.3.1",
"@types/mdx-js__react": "1.5.5",
"@types/node": "17.0.21",
"@types/node": "17.0.30",
"@types/papaparse": "5.3.2",
"@types/react": "17.0.39",
"@types/react": "18.0.8",
"@types/react-copy-to-clipboard": "5.0.2",
"@types/react-dom": "17.0.13",
"@types/react-dom": "18.0.3",
"@types/react-helmet": "6.1.5",
"@types/react-loader-spinner": "3.1.3",
"@types/react-toggle": "4.0.3",
"@types/reactstrap": "8.7.1",
"@types/rimraf": "3.0.2",
"@types/semver": "7.3.9",
"@types/serialize-javascript": "5.0.2",
"@types/styled-components": "5.1.24",
"@types/styled-components": "5.1.25",
"@types/url-join": "4.0.1",
"@types/webpackbar": "4.0.3",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"@typescript-eslint/typescript-estree": "5.14.0",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@typescript-eslint/typescript-estree": "5.21.0",
"allow-methods": "3.0.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
Expand All @@ -173,22 +173,22 @@
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"dotenv": "16.0.0",
"eslint": "8.10.0",
"eslint": "8.14.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-next": "12.1.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-formatter-codeframe": "7.32.1",
"eslint-import-resolver-ts": "0.4.2",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-array-func": "3.1.7",
"eslint-plugin-cflint": "1.0.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.5",
"eslint-plugin-jest-dom": "4.0.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
Expand All @@ -200,95 +200,97 @@
"eslint-plugin-only-warn": "1.0.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-react-perf": "3.3.1",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-sonarjs": "0.12.0",
"eslint-plugin-unicorn": "41.0.0",
"express": "4.17.3",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-sonarjs": "0.13.0",
"eslint-plugin-unicorn": "42.0.0",
"express": "4.18.0",
"express-static-gzip": "2.1.5",
"extra-watch-webpack-plugin": "1.0.3",
"fasy": "9.0.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "6.5.0",
"fs-extra": "10.0.1",
"fs-extra": "10.1.0",
"gif-frames": "1.0.1",
"identity-obj-proxy": "3.0.0",
"is-interactive": "1.0.0",
"jest": "27.5.1",
"jest": "28.0.3",
"jest-axe": "6.0.0",
"jest-chain": "1.1.5",
"jest-extended": "2.0.0",
"jest-raw-loader": "1.0.1",
"jest-runner-eslint": "1.0.0",
"jest-styled-components": "7.0.8",
"jest-transformer-mdx": "3.3.0",
"jest-watch-typeahead": "1.0.0",
"jest-watch-typeahead": "1.1.0",
"js-yaml": "4.1.0",
"json-loader": "0.5.7",
"lodash-webpack-plugin": "0.11.6",
"map.prototype.tojson": "0.1.3",
"next-transpile-modules": "9.0.0",
"nodemon": "2.0.15",
"nodemon": "2.0.16",
"npm-run-all": "4.1.5",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.2",
"prettier": "2.5.1",
"postcss-preset-env": "7.4.4",
"prettier": "2.6.2",
"raw-loader": "4.0.2",
"recoil": "0.6.1",
"recoil": "0.7.2",
"remark-autolink-headings": "6.0.1",
"remark-breaks": "2.0.1",
"remark-images": "2.0.0",
"remark-math": "3.0.1",
"remark-slug": "6.0.0",
"remark-toc": "7.0.0",
"rimraf": "3.0.2",
"sass": "1.49.9",
"sass": "1.51.0",
"set.prototype.tojson": "0.1.1",
"source-map-loader": "3.0.1",
"style-loader": "3.3.1",
"svgo": "1.3.2",
"ts-essentials": "9.1.2",
"ts-toolbelt": "9.6.0",
"typescript": "4.6.2",
"typescript": "4.6.4",
"url-loader": "4.1.1",
"utility-types": "3.10.0",
"webpack": "5.70.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpackbar": "5.0.2"
},
"resolutions": {
"@babel/node": "7.16.8",
"@babel/plugin-proposal-decorators": "7.17.2",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@next/eslint-plugin-next": "12.1.0",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"@typescript-eslint/typescript-estree": "5.14.0",
"@next/eslint-plugin-next": "12.1.5",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@typescript-eslint/typescript-estree": "5.21.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"compression-webpack-plugin": "9.2.0",
"core-js": "3.21.1",
"core-js": "3.22.3",
"css-loader": "6.7.1",
"eslint": "8.10.0",
"eslint": "8.14.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-next": "12.1.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-formatter-codeframe": "7.32.1",
"eslint-import-resolver-ts": "0.4.2",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-array-func": "3.1.7",
"eslint-plugin-cflint": "1.0.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.5",
"eslint-plugin-jest-dom": "4.0.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
Expand All @@ -300,27 +302,27 @@
"eslint-plugin-only-warn": "1.0.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-react-perf": "3.3.1",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-sonarjs": "0.12.0",
"eslint-plugin-unicorn": "41.0.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-sonarjs": "0.13.0",
"eslint-plugin-unicorn": "42.0.0",
"lodash": "4.17.21",
"marked": "4.0.12",
"moment": "2.29.1",
"next": "12.1.0",
"marked": "4.0.14",
"moment": "2.29.3",
"next": "12.1.5",
"papaparse": "5.2.0",
"postcss-loader": "6.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-error-boundary": "2.2.3",
"reflect-metadata": "0.1.13",
"style-loader": "3.3.1",
"styled-components": "5.3.3",
"styled-components": "5.3.5",
"svgo": "1.3.2",
"ts-toolbelt": "9.6.0",
"typescript": "4.6.2",
"webpack": "5.70.0"
"typescript": "4.6.4",
"webpack": "5.72.0"
}
}

0 comments on commit 30085e0

Please sign in to comment.